OSDN Git Service

original master
authoris01rebuild <is01rebuild@gmail.com>
Tue, 1 Mar 2011 03:09:23 +0000 (12:09 +0900)
committeris01rebuild <is01rebuild@gmail.com>
Tue, 1 Mar 2011 03:09:23 +0000 (12:09 +0900)
commitb348941db3d54db6cb3eb9b8089506ec0bf6ce05
treeb426d154e177e8e4f6af7b5711963bbdb1afa7d2
parent94aabcf759e09e50bcf5c91c8b19f281dbe3ee32
original
14465 files changed:
dalvik/Android.mk [new file with mode: 0644]
dalvik/CleanSpec.mk [new file with mode: 0644]
dalvik/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
dalvik/NOTICE [new file with mode: 0644]
dalvik/README.txt [new file with mode: 0644]
dalvik/dalvikvm/Android.mk [new file with mode: 0644]
dalvik/dalvikvm/Main.c [new file with mode: 0644]
dalvik/dexdump/Android.mk [new file with mode: 0644]
dalvik/dexdump/DexDump.c [new file with mode: 0644]
dalvik/dexlist/Android.mk [new file with mode: 0644]
dalvik/dexlist/DexList.c [new file with mode: 0644]
dalvik/dexopt/Android.mk [new file with mode: 0644]
dalvik/dexopt/OptMain.c [new file with mode: 0644]
dalvik/docs/dalvik-bytecode.css [new file with mode: 0644]
dalvik/docs/dalvik-bytecode.html [new file with mode: 0644]
dalvik/docs/dalvik-constraints.css [new file with mode: 0644]
dalvik/docs/dalvik-constraints.html [new file with mode: 0644]
dalvik/docs/debugger.html [new file with mode: 0644]
dalvik/docs/debugmon.html [new file with mode: 0644]
dalvik/docs/dex-format.css [new file with mode: 0644]
dalvik/docs/dex-format.html [new file with mode: 0644]
dalvik/docs/dexopt.html [new file with mode: 0644]
dalvik/docs/embedded-vm-control.html [new file with mode: 0644]
dalvik/docs/heap-profiling.html [new file with mode: 0644]
dalvik/docs/hello-world.html [new file with mode: 0644]
dalvik/docs/instruction-formats.css [new file with mode: 0644]
dalvik/docs/instruction-formats.html [new file with mode: 0644]
dalvik/docs/java-bytecode.css [new file with mode: 0644]
dalvik/docs/java-bytecode.html [new file with mode: 0644]
dalvik/docs/java-constraints.css [new file with mode: 0644]
dalvik/docs/java-constraints.html [new file with mode: 0644]
dalvik/docs/jni-tips.html [new file with mode: 0644]
dalvik/docs/libraries.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-00-nop.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-01-move.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-04-move-wide.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-07-move-object.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-0a-move-result.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-0b-move-result-wide.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-0c-move-result-object.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-0d-move-exception.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-0e-return-void.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-0f-return.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-10-return-wide.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-11-return-object.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-12-const.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-16-const-wide.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-1a-const-string.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-1b-const-class.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-1d-monitor-enter.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-1e-monitor-exit.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-1f-check-cast.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-20-instance-of.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-21-array-length.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-22-new-instance.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-23-new-array.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-24-filled-new-array.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-25-filled-new-array-range.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-26-fill-array-data.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-27-throw.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-28-goto.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-29-goto-16.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-2a-goto-32.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-2b-packed-switch.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-2c-sparse-switch.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-2d-cmp-kind.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-32-if-test.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-38-if-testz.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-44-aget.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-4b-aput.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-52-iget.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-59-iput.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-60-sget.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-67-sput.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-7b-unop.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-90-binop.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-b0-binop-2addr.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-d0-binop-lit16.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode-d8-binop-lit8.html [new file with mode: 0644]
dalvik/docs/opcodes/opcode.css [new file with mode: 0644]
dalvik/docs/porting-guide.html [new file with mode: 0644]
dalvik/docs/porting-proto.c.txt [new file with mode: 0644]
dalvik/docs/prettify.css [new file with mode: 0644]
dalvik/docs/prettify.js [new file with mode: 0644]
dalvik/docs/verifier.html [new file with mode: 0644]
dalvik/dvz/Android.mk [new file with mode: 0644]
dalvik/dvz/dvz.c [new file with mode: 0644]
dalvik/dx/.classpath [new file with mode: 0644]
dalvik/dx/.project [new file with mode: 0644]
dalvik/dx/Android.mk [new file with mode: 0644]
dalvik/dx/README.txt [new file with mode: 0644]
dalvik/dx/etc/bytecode.txt [new file with mode: 0644]
dalvik/dx/etc/dx [new file with mode: 0644]
dalvik/dx/etc/dx.bat [new file with mode: 0755]
dalvik/dx/etc/jasmin [new file with mode: 0644]
dalvik/dx/etc/jasmin.jar [new file with mode: 0644]
dalvik/dx/etc/manifest.txt [new file with mode: 0644]
dalvik/dx/etc/opcode-gen [new file with mode: 0755]
dalvik/dx/etc/run-opcode-gen [new file with mode: 0755]
dalvik/dx/src/Android.mk [new file with mode: 0644]
dalvik/dx/src/com/android/dx/Version.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/attrib/AttAnnotationDefault.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/attrib/AttCode.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/attrib/AttConstantValue.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/attrib/AttDeprecated.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/attrib/AttEnclosingMethod.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/attrib/AttExceptions.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/attrib/AttInnerClasses.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/attrib/AttLineNumberTable.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/attrib/AttLocalVariableTable.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/attrib/AttLocalVariableTypeTable.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/attrib/AttRuntimeInvisibleAnnotations.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/attrib/AttRuntimeInvisibleParameterAnnotations.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/attrib/AttRuntimeVisibleAnnotations.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/attrib/AttRuntimeVisibleParameterAnnotations.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/attrib/AttSignature.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/attrib/AttSourceFile.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/attrib/AttSynthetic.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/attrib/BaseAnnotations.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/attrib/BaseAttribute.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/attrib/BaseLocalVariables.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/attrib/BaseParameterAnnotations.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/attrib/InnerClassList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/attrib/RawAttribute.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/attrib/package.html [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/code/BaseMachine.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/code/BasicBlocker.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/code/ByteBlock.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/code/ByteBlockList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/code/ByteCatchList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/code/ByteOps.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/code/BytecodeArray.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/code/ConcreteMethod.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/code/ExecutionStack.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/code/Frame.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/code/LineNumberList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/code/LocalVariableList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/code/LocalsArray.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/code/LocalsArraySet.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/code/Machine.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/code/Merger.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/code/OneLocalsArray.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/code/ReturnAddress.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/code/Ropper.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/code/RopperMachine.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/code/SimException.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/code/Simulator.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/code/SwitchList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/code/ValueAwareMachine.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/code/package.html [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/cst/ConstantPoolParser.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/cst/ConstantTags.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/direct/AnnotationParser.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/direct/AttributeFactory.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/direct/AttributeListParser.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/direct/ClassPathOpener.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/direct/CodeObserver.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/direct/DirectClassFile.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/direct/FieldListParser.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/direct/MemberListParser.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/direct/MethodListParser.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/direct/StdAttributeFactory.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/direct/package.html [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/iface/Attribute.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/iface/AttributeList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/iface/ClassFile.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/iface/Field.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/iface/FieldList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/iface/Member.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/iface/Method.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/iface/MethodList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/iface/ParseException.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/iface/ParseObserver.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/iface/StdAttributeList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/iface/StdField.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/iface/StdFieldList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/iface/StdMember.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/iface/StdMethod.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/iface/StdMethodList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/cf/iface/package.html [new file with mode: 0644]
dalvik/dx/src/com/android/dx/command/DxConsole.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/command/Main.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/command/UsageException.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/command/annotool/AnnotationLister.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/command/annotool/Main.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/command/dexer/Main.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/command/dump/Args.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/command/dump/BaseDumper.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/command/dump/BlockDumper.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/command/dump/ClassDumper.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/command/dump/DotDumper.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/command/dump/Main.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/command/dump/SsaDumper.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/cf/AttributeTranslator.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/cf/CfOptions.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/cf/CfTranslator.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/cf/CodeStatistics.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/cf/OptimizerOptions.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/cf/package.html [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/ArrayData.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/BlockAddresses.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/CatchBuilder.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/CatchHandlerList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/CatchTable.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/CodeAddress.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/CstInsn.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/DalvCode.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/DalvInsn.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/DalvInsnList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/DalvOps.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/Dop.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/Dops.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/FixedSizeInsn.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/HighRegisterPrefix.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/InsnFormat.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/LocalEnd.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/LocalList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/LocalSnapshot.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/LocalStart.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/OddSpacer.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/OutputCollector.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/OutputFinisher.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/PositionList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/RopToDop.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/RopTranslator.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/SimpleInsn.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/StdCatchBuilder.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/SwitchData.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/TargetInsn.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/VariableSizeInsn.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/ZeroSizeInsn.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/form/Form10t.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/form/Form10x.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/form/Form11n.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/form/Form11x.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/form/Form12x.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/form/Form20t.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/form/Form21c.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/form/Form21h.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/form/Form21s.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/form/Form21t.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/form/Form22b.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/form/Form22c.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/form/Form22s.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/form/Form22t.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/form/Form22x.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/form/Form23x.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/form/Form30t.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/form/Form31c.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/form/Form31i.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/form/Form31t.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/form/Form32x.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/form/Form35c.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/form/Form3rc.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/form/Form51l.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/code/form/SpecialFormat.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/AnnotationItem.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/AnnotationSetItem.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/AnnotationSetRefItem.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/AnnotationUtils.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/AnnotationsDirectoryItem.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/CatchStructs.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/ClassDataItem.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/ClassDefItem.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/ClassDefsSection.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/CodeItem.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/DebugInfoConstants.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/DebugInfoDecoder.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/DebugInfoEncoder.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/DebugInfoItem.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/DexFile.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/EncodedArrayItem.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/EncodedField.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/EncodedMember.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/EncodedMethod.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/FieldAnnotationStruct.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/FieldIdItem.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/FieldIdsSection.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/HeaderItem.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/HeaderSection.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/IdItem.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/IndexedItem.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/Item.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/ItemType.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/MapItem.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/MemberIdItem.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/MemberIdsSection.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/MethodAnnotationStruct.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/MethodIdItem.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/MethodIdsSection.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/MixedItemSection.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/OffsettedItem.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/ParameterAnnotationStruct.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/ProtoIdItem.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/ProtoIdsSection.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/Section.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/Statistics.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/StringDataItem.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/StringIdItem.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/StringIdsSection.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/TypeIdItem.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/TypeIdsSection.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/TypeListItem.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/UniformItemSection.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/UniformListItem.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/dex/file/ValueEncoder.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/annotation/Annotation.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/annotation/AnnotationVisibility.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/annotation/Annotations.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/annotation/AnnotationsList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/annotation/NameValuePair.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/AccessFlags.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/BasicBlock.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/BasicBlockList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/ConservativeTranslationAdvice.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/CstInsn.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/DexTranslationAdvice.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/Exceptions.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/FillArrayDataInsn.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/Insn.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/InsnList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/LocalItem.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/LocalVariableExtractor.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/LocalVariableInfo.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/PlainCstInsn.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/PlainInsn.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/RegOps.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/RegisterSpec.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/RegisterSpecList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/RegisterSpecSet.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/Rop.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/RopMethod.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/Rops.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/SourcePosition.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/SwitchInsn.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/ThrowingCstInsn.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/ThrowingInsn.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/TranslationAdvice.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/code/package.html [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/Constant.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/ConstantPool.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/CstAnnotation.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/CstArray.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/CstBaseMethodRef.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/CstBoolean.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/CstByte.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/CstChar.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/CstDouble.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/CstEnumRef.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/CstFieldRef.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/CstFloat.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/CstInteger.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/CstInterfaceMethodRef.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/CstKnownNull.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/CstLiteral32.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/CstLiteral64.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/CstLiteralBits.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/CstLong.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/CstMemberRef.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/CstMethodRef.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/CstNat.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/CstShort.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/CstString.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/CstType.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/CstUtf8.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/StdConstantPool.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/TypedConstant.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/Zeroes.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/cst/package.html [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/package-info.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/type/Prototype.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/type/StdTypeList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/type/Type.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/type/TypeBearer.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/type/TypeList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/rop/type/package.html [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/BasicRegisterMapper.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/ConstCollector.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/DeadCodeRemover.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/DomFront.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/Dominators.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/EscapeAnalysis.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/InterferenceRegisterMapper.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/LiteralOpUpgrader.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/LocalVariableExtractor.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/LocalVariableInfo.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/MoveParamCombiner.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/NormalSsaInsn.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/Optimizer.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/PhiInsn.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/PhiTypeResolver.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/RegisterMapper.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/SCCP.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/SetFactory.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/SsaBasicBlock.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/SsaConverter.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/SsaInsn.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/SsaMethod.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/SsaRenamer.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/_tests/_DomFront.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/back/FirstFitAllocator.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/back/FirstFitLocalCombiningAllocator.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/back/IdenticalBlockCombiner.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/back/InterferenceGraph.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/back/LivenessAnalyzer.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/back/NullRegisterAllocator.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/back/RegisterAllocator.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/back/SsaToRop.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/ssa/package-info.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/AnnotatedOutput.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/BitIntSet.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/Bits.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/ByteArray.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/ByteArrayAnnotatedOutput.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/ExceptionWithContext.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/FileUtils.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/FixedSizeList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/Hex.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/HexParser.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/IndentingWriter.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/IntIterator.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/IntList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/IntSet.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/LabeledItem.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/LabeledList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/Leb128Utils.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/ListIntSet.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/MutabilityControl.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/MutabilityException.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/Output.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/ToHuman.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/TwoColumnOutput.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/Warning.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/Writers.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/_tests/_BitIntSet.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/_tests/_Bits.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/_tests/_IntList.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/_tests/_ListIntSet.java [new file with mode: 0644]
dalvik/dx/src/com/android/dx/util/package.html [new file with mode: 0644]
dalvik/dx/src/junit/extensions/ActiveTestSuite.java [new file with mode: 0644]
dalvik/dx/src/junit/extensions/ExceptionTestCase.java [new file with mode: 0644]
dalvik/dx/src/junit/extensions/RepeatedTest.java [new file with mode: 0644]
dalvik/dx/src/junit/extensions/TestDecorator.java [new file with mode: 0644]
dalvik/dx/src/junit/extensions/TestSetup.java [new file with mode: 0644]
dalvik/dx/src/junit/framework/Assert.java [new file with mode: 0644]
dalvik/dx/src/junit/framework/AssertionFailedError.java [new file with mode: 0644]
dalvik/dx/src/junit/framework/ComparisonFailure.java [new file with mode: 0644]
dalvik/dx/src/junit/framework/Protectable.java [new file with mode: 0644]
dalvik/dx/src/junit/framework/Test.java [new file with mode: 0644]
dalvik/dx/src/junit/framework/TestCase.java [new file with mode: 0644]
dalvik/dx/src/junit/framework/TestFailure.java [new file with mode: 0644]
dalvik/dx/src/junit/framework/TestListener.java [new file with mode: 0644]
dalvik/dx/src/junit/framework/TestResult.java [new file with mode: 0644]
dalvik/dx/src/junit/framework/TestSuite.java [new file with mode: 0644]
dalvik/dx/src/junit/runner/BaseTestRunner.java [new file with mode: 0644]
dalvik/dx/src/junit/runner/ClassPathTestCollector.java [new file with mode: 0644]
dalvik/dx/src/junit/runner/FailureDetailView.java [new file with mode: 0644]
dalvik/dx/src/junit/runner/LoadingTestCollector.java [new file with mode: 0644]
dalvik/dx/src/junit/runner/ReloadingTestSuiteLoader.java [new file with mode: 0644]
dalvik/dx/src/junit/runner/SimpleTestCollector.java [new file with mode: 0644]
dalvik/dx/src/junit/runner/Sorter.java [new file with mode: 0644]
dalvik/dx/src/junit/runner/StandardTestSuiteLoader.java [new file with mode: 0644]
dalvik/dx/src/junit/runner/TestCaseClassLoader.java [new file with mode: 0644]
dalvik/dx/src/junit/runner/TestCollector.java [new file with mode: 0644]
dalvik/dx/src/junit/runner/TestRunListener.java [new file with mode: 0644]
dalvik/dx/src/junit/runner/TestSuiteLoader.java [new file with mode: 0644]
dalvik/dx/src/junit/runner/Version.java [new file with mode: 0644]
dalvik/dx/src/junit/runner/excluded.properties [new file with mode: 0644]
dalvik/dx/src/junit/runner/logo.gif [new file with mode: 0644]
dalvik/dx/src/junit/runner/smalllogo.gif [new file with mode: 0644]
dalvik/dx/src/junit/textui/ResultPrinter.java [new file with mode: 0644]
dalvik/dx/src/junit/textui/TestRunner.java [new file with mode: 0644]
dalvik/dx/tests/001-nop/expected.txt [new file with mode: 0644]
dalvik/dx/tests/001-nop/info.txt [new file with mode: 0644]
dalvik/dx/tests/001-nop/run [new file with mode: 0644]
dalvik/dx/tests/002-minimal-valid/expected.txt [new file with mode: 0644]
dalvik/dx/tests/002-minimal-valid/info.txt [new file with mode: 0644]
dalvik/dx/tests/002-minimal-valid/run [new file with mode: 0644]
dalvik/dx/tests/002-minimal-valid/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/003-magic-version-access/class-bad-magic.txt [new file with mode: 0644]
dalvik/dx/tests/003-magic-version-access/class-version-44.0.txt [new file with mode: 0644]
dalvik/dx/tests/003-magic-version-access/class-version-44.65535.txt [new file with mode: 0644]
dalvik/dx/tests/003-magic-version-access/class-version-45.0.txt [new file with mode: 0644]
dalvik/dx/tests/003-magic-version-access/class-version-45.65535.txt [new file with mode: 0644]
dalvik/dx/tests/003-magic-version-access/class-version-48.0.txt [new file with mode: 0644]
dalvik/dx/tests/003-magic-version-access/class-version-48.65535.txt [new file with mode: 0644]
dalvik/dx/tests/003-magic-version-access/class-version-49.0.txt [new file with mode: 0644]
dalvik/dx/tests/003-magic-version-access/class-version-49.1.txt [new file with mode: 0644]
dalvik/dx/tests/003-magic-version-access/class-version-49.65535.txt [new file with mode: 0644]
dalvik/dx/tests/003-magic-version-access/class-version-50.0.txt [new file with mode: 0644]
dalvik/dx/tests/003-magic-version-access/class-version-50.1.txt [new file with mode: 0644]
dalvik/dx/tests/003-magic-version-access/class-version-50.65535.txt [new file with mode: 0644]
dalvik/dx/tests/003-magic-version-access/class-version-51.0.txt [new file with mode: 0644]
dalvik/dx/tests/003-magic-version-access/expected.txt [new file with mode: 0644]
dalvik/dx/tests/003-magic-version-access/info.txt [new file with mode: 0644]
dalvik/dx/tests/003-magic-version-access/run [new file with mode: 0644]
dalvik/dx/tests/003-magic-version-access/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/004-cp-bottom-up/expected.txt [new file with mode: 0644]
dalvik/dx/tests/004-cp-bottom-up/info.txt [new file with mode: 0644]
dalvik/dx/tests/004-cp-bottom-up/run [new file with mode: 0644]
dalvik/dx/tests/004-cp-bottom-up/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/005-cp-top-down/expected.txt [new file with mode: 0644]
dalvik/dx/tests/005-cp-top-down/info.txt [new file with mode: 0644]
dalvik/dx/tests/005-cp-top-down/run [new file with mode: 0644]
dalvik/dx/tests/005-cp-top-down/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/006-interfaces/expected.txt [new file with mode: 0644]
dalvik/dx/tests/006-interfaces/info.txt [new file with mode: 0644]
dalvik/dx/tests/006-interfaces/run [new file with mode: 0644]
dalvik/dx/tests/006-interfaces/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/007-no-superclass/expected.txt [new file with mode: 0644]
dalvik/dx/tests/007-no-superclass/info.txt [new file with mode: 0644]
dalvik/dx/tests/007-no-superclass/run [new file with mode: 0644]
dalvik/dx/tests/007-no-superclass/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/008-field/expected.txt [new file with mode: 0644]
dalvik/dx/tests/008-field/info.txt [new file with mode: 0644]
dalvik/dx/tests/008-field/run [new file with mode: 0644]
dalvik/dx/tests/008-field/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/009-method/expected.txt [new file with mode: 0644]
dalvik/dx/tests/009-method/info.txt [new file with mode: 0644]
dalvik/dx/tests/009-method/run [new file with mode: 0644]
dalvik/dx/tests/009-method/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/010-class-attrib-InnerClasses/expected.txt [new file with mode: 0644]
dalvik/dx/tests/010-class-attrib-InnerClasses/info.txt [new file with mode: 0644]
dalvik/dx/tests/010-class-attrib-InnerClasses/run [new file with mode: 0644]
dalvik/dx/tests/010-class-attrib-InnerClasses/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/011-class-attrib-Synthetic/expected.txt [new file with mode: 0644]
dalvik/dx/tests/011-class-attrib-Synthetic/info.txt [new file with mode: 0644]
dalvik/dx/tests/011-class-attrib-Synthetic/run [new file with mode: 0644]
dalvik/dx/tests/011-class-attrib-Synthetic/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/012-class-attrib-SourceFile/expected.txt [new file with mode: 0644]
dalvik/dx/tests/012-class-attrib-SourceFile/info.txt [new file with mode: 0644]
dalvik/dx/tests/012-class-attrib-SourceFile/run [new file with mode: 0644]
dalvik/dx/tests/012-class-attrib-SourceFile/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/013-class-attrib-Deprecated/expected.txt [new file with mode: 0644]
dalvik/dx/tests/013-class-attrib-Deprecated/info.txt [new file with mode: 0644]
dalvik/dx/tests/013-class-attrib-Deprecated/run [new file with mode: 0644]
dalvik/dx/tests/013-class-attrib-Deprecated/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/014-field-attrib-ConstantValue/expected.txt [new file with mode: 0644]
dalvik/dx/tests/014-field-attrib-ConstantValue/info.txt [new file with mode: 0644]
dalvik/dx/tests/014-field-attrib-ConstantValue/run [new file with mode: 0644]
dalvik/dx/tests/014-field-attrib-ConstantValue/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/015-field-attrib-Synthetic/expected.txt [new file with mode: 0644]
dalvik/dx/tests/015-field-attrib-Synthetic/info.txt [new file with mode: 0644]
dalvik/dx/tests/015-field-attrib-Synthetic/run [new file with mode: 0644]
dalvik/dx/tests/015-field-attrib-Synthetic/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/016-field-attrib-Deprecated/expected.txt [new file with mode: 0644]
dalvik/dx/tests/016-field-attrib-Deprecated/info.txt [new file with mode: 0644]
dalvik/dx/tests/016-field-attrib-Deprecated/run [new file with mode: 0644]
dalvik/dx/tests/016-field-attrib-Deprecated/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/017-method-attrib-Code/expected.txt [new file with mode: 0644]
dalvik/dx/tests/017-method-attrib-Code/info.txt [new file with mode: 0644]
dalvik/dx/tests/017-method-attrib-Code/run [new file with mode: 0644]
dalvik/dx/tests/017-method-attrib-Code/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/018-method-attrib-Exceptions/expected.txt [new file with mode: 0644]
dalvik/dx/tests/018-method-attrib-Exceptions/info.txt [new file with mode: 0644]
dalvik/dx/tests/018-method-attrib-Exceptions/run [new file with mode: 0644]
dalvik/dx/tests/018-method-attrib-Exceptions/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/019-method-attrib-Synthetic/expected.txt [new file with mode: 0644]
dalvik/dx/tests/019-method-attrib-Synthetic/info.txt [new file with mode: 0644]
dalvik/dx/tests/019-method-attrib-Synthetic/run [new file with mode: 0644]
dalvik/dx/tests/019-method-attrib-Synthetic/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/020-method-attrib-Deprecated/expected.txt [new file with mode: 0644]
dalvik/dx/tests/020-method-attrib-Deprecated/info.txt [new file with mode: 0644]
dalvik/dx/tests/020-method-attrib-Deprecated/run [new file with mode: 0644]
dalvik/dx/tests/020-method-attrib-Deprecated/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/021-code-attrib-LineNumberTable/expected.txt [new file with mode: 0644]
dalvik/dx/tests/021-code-attrib-LineNumberTable/info.txt [new file with mode: 0644]
dalvik/dx/tests/021-code-attrib-LineNumberTable/run [new file with mode: 0644]
dalvik/dx/tests/021-code-attrib-LineNumberTable/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/022-code-attrib-LocalVariableTable/expected.txt [new file with mode: 0644]
dalvik/dx/tests/022-code-attrib-LocalVariableTable/info.txt [new file with mode: 0644]
dalvik/dx/tests/022-code-attrib-LocalVariableTable/run [new file with mode: 0644]
dalvik/dx/tests/022-code-attrib-LocalVariableTable/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/023-code-exception-table/expected.txt [new file with mode: 0644]
dalvik/dx/tests/023-code-exception-table/info.txt [new file with mode: 0644]
dalvik/dx/tests/023-code-exception-table/run [new file with mode: 0644]
dalvik/dx/tests/023-code-exception-table/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/024-code-bytecode/expected.txt [new file with mode: 0644]
dalvik/dx/tests/024-code-bytecode/info.txt [new file with mode: 0644]
dalvik/dx/tests/024-code-bytecode/run [new file with mode: 0644]
dalvik/dx/tests/024-code-bytecode/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/025-class-attrib-Signature/expected.txt [new file with mode: 0644]
dalvik/dx/tests/025-class-attrib-Signature/info.txt [new file with mode: 0644]
dalvik/dx/tests/025-class-attrib-Signature/run [new file with mode: 0644]
dalvik/dx/tests/025-class-attrib-Signature/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/026-field-attrib-Signature/expected.txt [new file with mode: 0644]
dalvik/dx/tests/026-field-attrib-Signature/info.txt [new file with mode: 0644]
dalvik/dx/tests/026-field-attrib-Signature/run [new file with mode: 0644]
dalvik/dx/tests/026-field-attrib-Signature/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/027-method-attrib-Signature/expected.txt [new file with mode: 0644]
dalvik/dx/tests/027-method-attrib-Signature/info.txt [new file with mode: 0644]
dalvik/dx/tests/027-method-attrib-Signature/run [new file with mode: 0644]
dalvik/dx/tests/027-method-attrib-Signature/small-class.txt [new file with mode: 0644]
dalvik/dx/tests/028-class-attrib-EnclosingMethod/expected.txt [new file with mode: 0644]
dalvik/dx/tests/028-class-attrib-EnclosingMethod/info.txt [new file with mode: 0644]
dalvik/dx/tests/028-class-attrib-EnclosingMethod/run [new file with mode: 0644]
dalvik/dx/tests/028-class-attrib-EnclosingMethod/small-class-1.txt [new file with mode: 0644]
dalvik/dx/tests/028-class-attrib-EnclosingMethod/small-class-2.txt [new file with mode: 0644]
dalvik/dx/tests/029-unit-Bits/expected.txt [new file with mode: 0644]
dalvik/dx/tests/029-unit-Bits/info.txt [new file with mode: 0644]
dalvik/dx/tests/029-unit-Bits/run [new file with mode: 0644]
dalvik/dx/tests/030-minimal-jasmin/blort.j [new file with mode: 0644]
dalvik/dx/tests/030-minimal-jasmin/expected.txt [new file with mode: 0644]
dalvik/dx/tests/030-minimal-jasmin/info.txt [new file with mode: 0644]
dalvik/dx/tests/030-minimal-jasmin/run [new file with mode: 0644]
dalvik/dx/tests/031-bb-dead-code/blort.j [new file with mode: 0644]
dalvik/dx/tests/031-bb-dead-code/expected.txt [new file with mode: 0644]
dalvik/dx/tests/031-bb-dead-code/info.txt [new file with mode: 0644]
dalvik/dx/tests/031-bb-dead-code/run [new file with mode: 0644]
dalvik/dx/tests/032-bb-live-code/blort.j [new file with mode: 0644]
dalvik/dx/tests/032-bb-live-code/expected.txt [new file with mode: 0644]
dalvik/dx/tests/032-bb-live-code/info.txt [new file with mode: 0644]
dalvik/dx/tests/032-bb-live-code/run [new file with mode: 0644]
dalvik/dx/tests/033-unit-IntList/expected.txt [new file with mode: 0644]
dalvik/dx/tests/033-unit-IntList/info.txt [new file with mode: 0644]
dalvik/dx/tests/033-unit-IntList/run [new file with mode: 0644]
dalvik/dx/tests/034-dex-minimal/blort.j [new file with mode: 0644]
dalvik/dx/tests/034-dex-minimal/expected.txt [new file with mode: 0644]
dalvik/dx/tests/034-dex-minimal/info.txt [new file with mode: 0644]
dalvik/dx/tests/034-dex-minimal/run [new file with mode: 0644]
dalvik/dx/tests/035-dex-instance-var/blort.j [new file with mode: 0644]
dalvik/dx/tests/035-dex-instance-var/expected.txt [new file with mode: 0644]
dalvik/dx/tests/035-dex-instance-var/info.txt [new file with mode: 0644]
dalvik/dx/tests/035-dex-instance-var/run [new file with mode: 0644]
dalvik/dx/tests/036-dex-static-var/blort.j [new file with mode: 0644]
dalvik/dx/tests/036-dex-static-var/expected.txt [new file with mode: 0644]
dalvik/dx/tests/036-dex-static-var/info.txt [new file with mode: 0644]
dalvik/dx/tests/036-dex-static-var/run [new file with mode: 0644]
dalvik/dx/tests/037-dex-static-final-var/blort.j [new file with mode: 0644]
dalvik/dx/tests/037-dex-static-final-var/expected.txt [new file with mode: 0644]
dalvik/dx/tests/037-dex-static-final-var/info.txt [new file with mode: 0644]
dalvik/dx/tests/037-dex-static-final-var/run [new file with mode: 0644]
dalvik/dx/tests/038-dex-instance-method/blort.j [new file with mode: 0644]
dalvik/dx/tests/038-dex-instance-method/expected.txt [new file with mode: 0644]
dalvik/dx/tests/038-dex-instance-method/info.txt [new file with mode: 0644]
dalvik/dx/tests/038-dex-instance-method/run [new file with mode: 0644]
dalvik/dx/tests/039-dex-static-method/blort.j [new file with mode: 0644]
dalvik/dx/tests/039-dex-static-method/expected.txt [new file with mode: 0644]
dalvik/dx/tests/039-dex-static-method/info.txt [new file with mode: 0644]
dalvik/dx/tests/039-dex-static-method/run [new file with mode: 0644]
dalvik/dx/tests/040-dex-constructor/blort.j [new file with mode: 0644]
dalvik/dx/tests/040-dex-constructor/expected.txt [new file with mode: 0644]
dalvik/dx/tests/040-dex-constructor/info.txt [new file with mode: 0644]
dalvik/dx/tests/040-dex-constructor/run [new file with mode: 0644]
dalvik/dx/tests/041-dex-abstract-method/blort.j [new file with mode: 0644]
dalvik/dx/tests/041-dex-abstract-method/expected.txt [new file with mode: 0644]
dalvik/dx/tests/041-dex-abstract-method/info.txt [new file with mode: 0644]
dalvik/dx/tests/041-dex-abstract-method/run [new file with mode: 0644]
dalvik/dx/tests/042-dex-ignore-result/Blort.java [new file with mode: 0644]
dalvik/dx/tests/042-dex-ignore-result/expected.txt [new file with mode: 0644]
dalvik/dx/tests/042-dex-ignore-result/info.txt [new file with mode: 0644]
dalvik/dx/tests/042-dex-ignore-result/run [new file with mode: 0644]
dalvik/dx/tests/043-dex-two-classes/Blort.java [new file with mode: 0644]
dalvik/dx/tests/043-dex-two-classes/Zorch.java [new file with mode: 0644]
dalvik/dx/tests/043-dex-two-classes/expected.txt [new file with mode: 0644]
dalvik/dx/tests/043-dex-two-classes/info.txt [new file with mode: 0644]
dalvik/dx/tests/043-dex-two-classes/run [new file with mode: 0644]
dalvik/dx/tests/044-dex-math-ops/Blort.java [new file with mode: 0644]
dalvik/dx/tests/044-dex-math-ops/expected.txt [new file with mode: 0644]
dalvik/dx/tests/044-dex-math-ops/info.txt [new file with mode: 0644]
dalvik/dx/tests/044-dex-math-ops/run [new file with mode: 0644]
dalvik/dx/tests/045-dex-switch-ops/Blort.java [new file with mode: 0644]
dalvik/dx/tests/045-dex-switch-ops/expected.txt [new file with mode: 0644]
dalvik/dx/tests/045-dex-switch-ops/info.txt [new file with mode: 0644]
dalvik/dx/tests/045-dex-switch-ops/run [new file with mode: 0644]
dalvik/dx/tests/046-dex-exceptions/Blort.java [new file with mode: 0644]
dalvik/dx/tests/046-dex-exceptions/expected.txt [new file with mode: 0644]
dalvik/dx/tests/046-dex-exceptions/info.txt [new file with mode: 0644]
dalvik/dx/tests/046-dex-exceptions/run [new file with mode: 0644]
dalvik/dx/tests/047-dex-wide-args/Blort.java [new file with mode: 0644]
dalvik/dx/tests/047-dex-wide-args/expected.txt [new file with mode: 0644]
dalvik/dx/tests/047-dex-wide-args/info.txt [new file with mode: 0644]
dalvik/dx/tests/047-dex-wide-args/run [new file with mode: 0644]
dalvik/dx/tests/048-dex-new-array/Blort.java [new file with mode: 0644]
dalvik/dx/tests/048-dex-new-array/expected.txt [new file with mode: 0644]
dalvik/dx/tests/048-dex-new-array/info.txt [new file with mode: 0644]
dalvik/dx/tests/048-dex-new-array/run [new file with mode: 0644]
dalvik/dx/tests/049-dex-instanceof/Blort.java [new file with mode: 0644]
dalvik/dx/tests/049-dex-instanceof/expected.txt [new file with mode: 0644]
dalvik/dx/tests/049-dex-instanceof/info.txt [new file with mode: 0644]
dalvik/dx/tests/049-dex-instanceof/run [new file with mode: 0644]
dalvik/dx/tests/050-dex-checkcast/Blort.java [new file with mode: 0644]
dalvik/dx/tests/050-dex-checkcast/expected.txt [new file with mode: 0644]
dalvik/dx/tests/050-dex-checkcast/info.txt [new file with mode: 0644]
dalvik/dx/tests/050-dex-checkcast/run [new file with mode: 0644]
dalvik/dx/tests/051-dex-explicit-null/Blort.java [new file with mode: 0644]
dalvik/dx/tests/051-dex-explicit-null/expected.txt [new file with mode: 0644]
dalvik/dx/tests/051-dex-explicit-null/info.txt [new file with mode: 0644]
dalvik/dx/tests/051-dex-explicit-null/run [new file with mode: 0644]
dalvik/dx/tests/052-dex-static-var-access/Blort.java [new file with mode: 0644]
dalvik/dx/tests/052-dex-static-var-access/expected.txt [new file with mode: 0644]
dalvik/dx/tests/052-dex-static-var-access/info.txt [new file with mode: 0644]
dalvik/dx/tests/052-dex-static-var-access/run [new file with mode: 0644]
dalvik/dx/tests/053-dex-instance-var-access/Blort.java [new file with mode: 0644]
dalvik/dx/tests/053-dex-instance-var-access/expected.txt [new file with mode: 0644]
dalvik/dx/tests/053-dex-instance-var-access/info.txt [new file with mode: 0644]
dalvik/dx/tests/053-dex-instance-var-access/run [new file with mode: 0644]
dalvik/dx/tests/054-dex-high16/Blort.java [new file with mode: 0644]
dalvik/dx/tests/054-dex-high16/expected.txt [new file with mode: 0644]
dalvik/dx/tests/054-dex-high16/info.txt [new file with mode: 0644]
dalvik/dx/tests/054-dex-high16/run [new file with mode: 0644]
dalvik/dx/tests/055-dex-explicit-throw/Blort.java [new file with mode: 0644]
dalvik/dx/tests/055-dex-explicit-throw/expected.txt [new file with mode: 0644]
dalvik/dx/tests/055-dex-explicit-throw/info.txt [new file with mode: 0644]
dalvik/dx/tests/055-dex-explicit-throw/run [new file with mode: 0644]
dalvik/dx/tests/056-dex-call-interface/Blort.java [new file with mode: 0644]
dalvik/dx/tests/056-dex-call-interface/Zorch.java [new file with mode: 0644]
dalvik/dx/tests/056-dex-call-interface/expected.txt [new file with mode: 0644]
dalvik/dx/tests/056-dex-call-interface/info.txt [new file with mode: 0644]
dalvik/dx/tests/056-dex-call-interface/run [new file with mode: 0644]
dalvik/dx/tests/057-dex-call-virtual/Blort.java [new file with mode: 0644]
dalvik/dx/tests/057-dex-call-virtual/Zorch.java [new file with mode: 0644]
dalvik/dx/tests/057-dex-call-virtual/expected.txt [new file with mode: 0644]
dalvik/dx/tests/057-dex-call-virtual/info.txt [new file with mode: 0644]
dalvik/dx/tests/057-dex-call-virtual/run [new file with mode: 0644]
dalvik/dx/tests/058-dex-call-direct/Blort.java [new file with mode: 0644]
dalvik/dx/tests/058-dex-call-direct/expected.txt [new file with mode: 0644]
dalvik/dx/tests/058-dex-call-direct/info.txt [new file with mode: 0644]
dalvik/dx/tests/058-dex-call-direct/run [new file with mode: 0644]
dalvik/dx/tests/059-dex-call-super/Blort.java [new file with mode: 0644]
dalvik/dx/tests/059-dex-call-super/Zorch.java [new file with mode: 0644]
dalvik/dx/tests/059-dex-call-super/expected.txt [new file with mode: 0644]
dalvik/dx/tests/059-dex-call-super/info.txt [new file with mode: 0644]
dalvik/dx/tests/059-dex-call-super/run [new file with mode: 0644]
dalvik/dx/tests/060-dex-call-static/Blort.java [new file with mode: 0644]
dalvik/dx/tests/060-dex-call-static/Zorch.java [new file with mode: 0644]
dalvik/dx/tests/060-dex-call-static/expected.txt [new file with mode: 0644]
dalvik/dx/tests/060-dex-call-static/info.txt [new file with mode: 0644]
dalvik/dx/tests/060-dex-call-static/run [new file with mode: 0644]
dalvik/dx/tests/061-dex-try-catch/Blort.java [new file with mode: 0644]
dalvik/dx/tests/061-dex-try-catch/expected.txt [new file with mode: 0644]
dalvik/dx/tests/061-dex-try-catch/info.txt [new file with mode: 0644]
dalvik/dx/tests/061-dex-try-catch/run [new file with mode: 0644]
dalvik/dx/tests/062-dex-synch-method/Blort.java [new file with mode: 0644]
dalvik/dx/tests/062-dex-synch-method/expected.txt [new file with mode: 0644]
dalvik/dx/tests/062-dex-synch-method/info.txt [new file with mode: 0644]
dalvik/dx/tests/062-dex-synch-method/run [new file with mode: 0644]
dalvik/dx/tests/063-dex-empty-switch/Blort.java [new file with mode: 0644]
dalvik/dx/tests/063-dex-empty-switch/expected.txt [new file with mode: 0644]
dalvik/dx/tests/063-dex-empty-switch/info.txt [new file with mode: 0644]
dalvik/dx/tests/063-dex-empty-switch/run [new file with mode: 0644]
dalvik/dx/tests/064-dex-array-access/Blort.java [new file with mode: 0644]
dalvik/dx/tests/064-dex-array-access/expected.txt [new file with mode: 0644]
dalvik/dx/tests/064-dex-array-access/info.txt [new file with mode: 0644]
dalvik/dx/tests/064-dex-array-access/run [new file with mode: 0644]
dalvik/dx/tests/065-dex-new-array/Blort.java [new file with mode: 0644]
dalvik/dx/tests/065-dex-new-array/expected.txt [new file with mode: 0644]
dalvik/dx/tests/065-dex-new-array/info.txt [new file with mode: 0644]
dalvik/dx/tests/065-dex-new-array/run [new file with mode: 0644]
dalvik/dx/tests/066-dex-try-catch-rethrow/Blort.java [new file with mode: 0644]
dalvik/dx/tests/066-dex-try-catch-rethrow/expected.txt [new file with mode: 0644]
dalvik/dx/tests/066-dex-try-catch-rethrow/info.txt [new file with mode: 0644]
dalvik/dx/tests/066-dex-try-catch-rethrow/run [new file with mode: 0644]
dalvik/dx/tests/067-dex-switch-and-try/Blort.java [new file with mode: 0644]
dalvik/dx/tests/067-dex-switch-and-try/expected.txt [new file with mode: 0644]
dalvik/dx/tests/067-dex-switch-and-try/info.txt [new file with mode: 0644]
dalvik/dx/tests/067-dex-switch-and-try/run [new file with mode: 0644]
dalvik/dx/tests/068-dex-infinite-loop/Blort.java [new file with mode: 0644]
dalvik/dx/tests/068-dex-infinite-loop/expected.txt [new file with mode: 0644]
dalvik/dx/tests/068-dex-infinite-loop/info.txt [new file with mode: 0644]
dalvik/dx/tests/068-dex-infinite-loop/run [new file with mode: 0644]
dalvik/dx/tests/069-dex-source-position/Blort.java [new file with mode: 0644]
dalvik/dx/tests/069-dex-source-position/expected.txt [new file with mode: 0644]
dalvik/dx/tests/069-dex-source-position/info.txt [new file with mode: 0644]
dalvik/dx/tests/069-dex-source-position/run [new file with mode: 0644]
dalvik/dx/tests/070-dex-multianewarray/Blort.java [new file with mode: 0644]
dalvik/dx/tests/070-dex-multianewarray/expected.txt [new file with mode: 0644]
dalvik/dx/tests/070-dex-multianewarray/info.txt [new file with mode: 0644]
dalvik/dx/tests/070-dex-multianewarray/run [new file with mode: 0644]
dalvik/dx/tests/071-dex-java-stack-ops/blort.j [new file with mode: 0644]
dalvik/dx/tests/071-dex-java-stack-ops/expected.txt [new file with mode: 0644]
dalvik/dx/tests/071-dex-java-stack-ops/info.txt [new file with mode: 0644]
dalvik/dx/tests/071-dex-java-stack-ops/run [new file with mode: 0644]
dalvik/dx/tests/072-dex-switch-edge-cases/Blort.java [new file with mode: 0644]
dalvik/dx/tests/072-dex-switch-edge-cases/expected.txt [new file with mode: 0644]
dalvik/dx/tests/072-dex-switch-edge-cases/info.txt [new file with mode: 0644]
dalvik/dx/tests/072-dex-switch-edge-cases/run [new file with mode: 0644]
dalvik/dx/tests/073-dex-null-array-refs/Blort.java [new file with mode: 0644]
dalvik/dx/tests/073-dex-null-array-refs/expected.txt [new file with mode: 0644]
dalvik/dx/tests/073-dex-null-array-refs/info.txt [new file with mode: 0644]
dalvik/dx/tests/073-dex-null-array-refs/run [new file with mode: 0644]
dalvik/dx/tests/074-dex-form35c-edge-case/Blort.java [new file with mode: 0644]
dalvik/dx/tests/074-dex-form35c-edge-case/expected.txt [new file with mode: 0644]
dalvik/dx/tests/074-dex-form35c-edge-case/info.txt [new file with mode: 0644]
dalvik/dx/tests/074-dex-form35c-edge-case/run [new file with mode: 0644]
dalvik/dx/tests/075-dex-cat2-value-merge/Blort.java [new file with mode: 0644]
dalvik/dx/tests/075-dex-cat2-value-merge/expected.txt [new file with mode: 0644]
dalvik/dx/tests/075-dex-cat2-value-merge/info.txt [new file with mode: 0644]
dalvik/dx/tests/075-dex-cat2-value-merge/run [new file with mode: 0644]
dalvik/dx/tests/076-dex-synch-and-stack/Blort.java [new file with mode: 0644]
dalvik/dx/tests/076-dex-synch-and-stack/expected.txt [new file with mode: 0644]
dalvik/dx/tests/076-dex-synch-and-stack/info.txt [new file with mode: 0644]
dalvik/dx/tests/076-dex-synch-and-stack/run [new file with mode: 0644]
dalvik/dx/tests/077-dex-code-alignment/Blort.java [new file with mode: 0644]
dalvik/dx/tests/077-dex-code-alignment/expected.txt [new file with mode: 0644]
dalvik/dx/tests/077-dex-code-alignment/info.txt [new file with mode: 0644]
dalvik/dx/tests/077-dex-code-alignment/run [new file with mode: 0644]
dalvik/dx/tests/078-dex-local-variable-table/Blort.java [new file with mode: 0644]
dalvik/dx/tests/078-dex-local-variable-table/expected.txt [new file with mode: 0644]
dalvik/dx/tests/078-dex-local-variable-table/info.txt [new file with mode: 0644]
dalvik/dx/tests/078-dex-local-variable-table/run [new file with mode: 0644]
dalvik/dx/tests/079-dex-local-variable-renumbering/Blort.java [new file with mode: 0644]
dalvik/dx/tests/079-dex-local-variable-renumbering/expected.txt [new file with mode: 0644]
dalvik/dx/tests/079-dex-local-variable-renumbering/info.txt [new file with mode: 0644]
dalvik/dx/tests/079-dex-local-variable-renumbering/run [new file with mode: 0644]
dalvik/dx/tests/080-dex-exception-tables/Blort.java [new file with mode: 0644]
dalvik/dx/tests/080-dex-exception-tables/expected.txt [new file with mode: 0644]
dalvik/dx/tests/080-dex-exception-tables/info.txt [new file with mode: 0644]
dalvik/dx/tests/080-dex-exception-tables/run [new file with mode: 0644]
dalvik/dx/tests/081-dex-throws-list/Blort.java [new file with mode: 0644]
dalvik/dx/tests/081-dex-throws-list/expected.txt [new file with mode: 0644]
dalvik/dx/tests/081-dex-throws-list/info.txt [new file with mode: 0644]
dalvik/dx/tests/081-dex-throws-list/run [new file with mode: 0644]
dalvik/dx/tests/082-dex-throws-list-sharing/Blort.java [new file with mode: 0644]
dalvik/dx/tests/082-dex-throws-list-sharing/expected.txt [new file with mode: 0644]
dalvik/dx/tests/082-dex-throws-list-sharing/info.txt [new file with mode: 0644]
dalvik/dx/tests/082-dex-throws-list-sharing/run [new file with mode: 0644]
dalvik/dx/tests/083-ssa-phi-placement/Blort.java [new file with mode: 0644]
dalvik/dx/tests/083-ssa-phi-placement/expected.txt [new file with mode: 0644]
dalvik/dx/tests/083-ssa-phi-placement/info.txt [new file with mode: 0644]
dalvik/dx/tests/083-ssa-phi-placement/run [new file with mode: 0644]
dalvik/dx/tests/084-dex-high-register-moves/Blort.java [new file with mode: 0644]
dalvik/dx/tests/084-dex-high-register-moves/expected.txt [new file with mode: 0644]
dalvik/dx/tests/084-dex-high-register-moves/info.txt [new file with mode: 0644]
dalvik/dx/tests/084-dex-high-register-moves/run [new file with mode: 0644]
dalvik/dx/tests/085-dex-jsr-ret/blort.j [new file with mode: 0644]
dalvik/dx/tests/085-dex-jsr-ret/expected.txt [new file with mode: 0644]
dalvik/dx/tests/085-dex-jsr-ret/info.txt [new file with mode: 0644]
dalvik/dx/tests/085-dex-jsr-ret/run [new file with mode: 0644]
dalvik/dx/tests/086-ssa-edge-split/Blort.java [new file with mode: 0644]
dalvik/dx/tests/086-ssa-edge-split/expected.txt [new file with mode: 0644]
dalvik/dx/tests/086-ssa-edge-split/info.txt [new file with mode: 0644]
dalvik/dx/tests/086-ssa-edge-split/run [new file with mode: 0644]
dalvik/dx/tests/087-ssa-local-vars/Blort.java [new file with mode: 0644]
dalvik/dx/tests/087-ssa-local-vars/expected.txt [new file with mode: 0644]
dalvik/dx/tests/087-ssa-local-vars/info.txt [new file with mode: 0644]
dalvik/dx/tests/087-ssa-local-vars/run [new file with mode: 0644]
dalvik/dx/tests/088-ssa-combine-blocks/Blort.java [new file with mode: 0644]
dalvik/dx/tests/088-ssa-combine-blocks/expected.txt [new file with mode: 0644]
dalvik/dx/tests/088-ssa-combine-blocks/info.txt [new file with mode: 0644]
dalvik/dx/tests/088-ssa-combine-blocks/run [new file with mode: 0644]
dalvik/dx/tests/089-dex-define-object/Class.java [new file with mode: 0644]
dalvik/dx/tests/089-dex-define-object/Object.java [new file with mode: 0644]
dalvik/dx/tests/089-dex-define-object/String.java [new file with mode: 0644]
dalvik/dx/tests/089-dex-define-object/expected.txt [new file with mode: 0644]
dalvik/dx/tests/089-dex-define-object/info.txt [new file with mode: 0644]
dalvik/dx/tests/089-dex-define-object/run [new file with mode: 0644]
dalvik/dx/tests/090-dex-unify-arrays/Blort.java [new file with mode: 0644]
dalvik/dx/tests/090-dex-unify-arrays/expected.txt [new file with mode: 0644]
dalvik/dx/tests/090-dex-unify-arrays/info.txt [new file with mode: 0644]
dalvik/dx/tests/090-dex-unify-arrays/run [new file with mode: 0644]
dalvik/dx/tests/091-ssa-const-collector/Blort.java [new file with mode: 0644]
dalvik/dx/tests/091-ssa-const-collector/expected.txt [new file with mode: 0644]
dalvik/dx/tests/091-ssa-const-collector/info.txt [new file with mode: 0644]
dalvik/dx/tests/091-ssa-const-collector/run [new file with mode: 0644]
dalvik/dx/tests/092-ssa-cfg-edge-cases/Blort.java [new file with mode: 0644]
dalvik/dx/tests/092-ssa-cfg-edge-cases/expected.txt [new file with mode: 0644]
dalvik/dx/tests/092-ssa-cfg-edge-cases/info.txt [new file with mode: 0644]
dalvik/dx/tests/092-ssa-cfg-edge-cases/run [new file with mode: 0644]
dalvik/dx/tests/093-ssa-invoke-range/Blort.java [new file with mode: 0644]
dalvik/dx/tests/093-ssa-invoke-range/expected.txt [new file with mode: 0644]
dalvik/dx/tests/093-ssa-invoke-range/info.txt [new file with mode: 0644]
dalvik/dx/tests/093-ssa-invoke-range/run [new file with mode: 0644]
dalvik/dx/tests/094-scala-locals/blort.j [new file with mode: 0644]
dalvik/dx/tests/094-scala-locals/expected.txt [new file with mode: 0644]
dalvik/dx/tests/094-scala-locals/info.txt [new file with mode: 0644]
dalvik/dx/tests/094-scala-locals/run [new file with mode: 0644]
dalvik/dx/tests/095-dex-const-string-jumbo/Blort.java [new file with mode: 0644]
dalvik/dx/tests/095-dex-const-string-jumbo/expected.txt [new file with mode: 0644]
dalvik/dx/tests/095-dex-const-string-jumbo/info.txt [new file with mode: 0644]
dalvik/dx/tests/095-dex-const-string-jumbo/run [new file with mode: 0644]
dalvik/dx/tests/096-dex-giant-catch/Blort.java [new file with mode: 0644]
dalvik/dx/tests/096-dex-giant-catch/expected.txt [new file with mode: 0644]
dalvik/dx/tests/096-dex-giant-catch/info.txt [new file with mode: 0644]
dalvik/dx/tests/096-dex-giant-catch/run [new file with mode: 0644]
dalvik/dx/tests/097-dex-branch-offset-zero/Blort.java [new file with mode: 0644]
dalvik/dx/tests/097-dex-branch-offset-zero/expected.txt [new file with mode: 0644]
dalvik/dx/tests/097-dex-branch-offset-zero/info.txt [new file with mode: 0644]
dalvik/dx/tests/097-dex-branch-offset-zero/run [new file with mode: 0644]
dalvik/dx/tests/098-dex-jsr-ret-throw/ViewDebug$ViewServer.class [new file with mode: 0644]
dalvik/dx/tests/098-dex-jsr-ret-throw/expected.txt [new file with mode: 0644]
dalvik/dx/tests/098-dex-jsr-ret-throw/info.txt [new file with mode: 0644]
dalvik/dx/tests/098-dex-jsr-ret-throw/run [new file with mode: 0755]
dalvik/dx/tests/099-dex-core-library-error/Blort.java [new file with mode: 0644]
dalvik/dx/tests/099-dex-core-library-error/Muffins.java [new file with mode: 0644]
dalvik/dx/tests/099-dex-core-library-error/Zorch.java [new file with mode: 0644]
dalvik/dx/tests/099-dex-core-library-error/expected.txt [new file with mode: 0644]
dalvik/dx/tests/099-dex-core-library-error/info.txt [new file with mode: 0644]
dalvik/dx/tests/099-dex-core-library-error/run [new file with mode: 0644]
dalvik/dx/tests/100-local-mismatch/blort1.j [new file with mode: 0644]
dalvik/dx/tests/100-local-mismatch/blort2.j [new file with mode: 0644]
dalvik/dx/tests/100-local-mismatch/blort3.j [new file with mode: 0644]
dalvik/dx/tests/100-local-mismatch/blort4.j [new file with mode: 0644]
dalvik/dx/tests/100-local-mismatch/expected.txt [new file with mode: 0644]
dalvik/dx/tests/100-local-mismatch/info.txt [new file with mode: 0644]
dalvik/dx/tests/100-local-mismatch/run [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/expected.txt [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/info.txt [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_d2f.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_d2i.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_d2l.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_dadd.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_dcmpg.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_dcmpl.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_ddiv.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_dmul.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_dneg.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_drem.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_dsub.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_l2d.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_l2f.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_l2i.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_ladd.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_land.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_lcmp.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_ldiv.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_lmul.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_lneg.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_lor.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_lrem.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_lshl.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_lshr.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_lsub.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_lushr.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/op_lxor.j [new file with mode: 0644]
dalvik/dx/tests/101-verify-wide-math/run [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/expected.txt [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/info.txt [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/op_f2d.j [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/op_f2i.j [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/op_f2l.j [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/op_fadd.j [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/op_fdiv.j [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/op_fmul.j [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/op_fneg.j [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/op_frem.j [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/op_fsub.j [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/op_i2d.j [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/op_i2f.j [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/op_i2l.j [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/op_iadd.j [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/op_iand.j [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/op_idiv.j [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/op_imul.j [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/op_ineg.j [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/op_ior.j [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/op_irem.j [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/op_ishl.j [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/op_ishr.j [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/op_isub.j [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/op_iushr.j [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/op_ixor.j [new file with mode: 0644]
dalvik/dx/tests/102-verify-nonwide-math/run [new file with mode: 0644]
dalvik/dx/tests/103-verify-branch-ops/expected.txt [new file with mode: 0644]
dalvik/dx/tests/103-verify-branch-ops/info.txt [new file with mode: 0644]
dalvik/dx/tests/103-verify-branch-ops/op_if_acmpeq.j [new file with mode: 0644]
dalvik/dx/tests/103-verify-branch-ops/op_if_acmpne.j [new file with mode: 0644]
dalvik/dx/tests/103-verify-branch-ops/op_if_icmpeq.j [new file with mode: 0644]
dalvik/dx/tests/103-verify-branch-ops/op_if_icmpge.j [new file with mode: 0644]
dalvik/dx/tests/103-verify-branch-ops/op_if_icmpgt.j [new file with mode: 0644]
dalvik/dx/tests/103-verify-branch-ops/op_if_icmple.j [new file with mode: 0644]
dalvik/dx/tests/103-verify-branch-ops/op_if_icmplt.j [new file with mode: 0644]
dalvik/dx/tests/103-verify-branch-ops/op_if_icmpne.j [new file with mode: 0644]
dalvik/dx/tests/103-verify-branch-ops/op_ifeq.j [new file with mode: 0644]
dalvik/dx/tests/103-verify-branch-ops/op_ifge.j [new file with mode: 0644]
dalvik/dx/tests/103-verify-branch-ops/op_ifgt.j [new file with mode: 0644]
dalvik/dx/tests/103-verify-branch-ops/op_ifle.j [new file with mode: 0644]
dalvik/dx/tests/103-verify-branch-ops/op_iflt.j [new file with mode: 0644]
dalvik/dx/tests/103-verify-branch-ops/op_ifne.j [new file with mode: 0644]
dalvik/dx/tests/103-verify-branch-ops/op_ifnonnull.j [new file with mode: 0644]
dalvik/dx/tests/103-verify-branch-ops/op_ifnull.j [new file with mode: 0644]
dalvik/dx/tests/103-verify-branch-ops/op_lookupswitch.j [new file with mode: 0644]
dalvik/dx/tests/103-verify-branch-ops/op_tableswitch.j [new file with mode: 0644]
dalvik/dx/tests/103-verify-branch-ops/run [new file with mode: 0644]
dalvik/dx/tests/104-verify-return-ops/expected.txt [new file with mode: 0644]
dalvik/dx/tests/104-verify-return-ops/info.txt [new file with mode: 0644]
dalvik/dx/tests/104-verify-return-ops/op_areturn.j [new file with mode: 0644]
dalvik/dx/tests/104-verify-return-ops/op_dreturn.j [new file with mode: 0644]
dalvik/dx/tests/104-verify-return-ops/op_freturn.j [new file with mode: 0644]
dalvik/dx/tests/104-verify-return-ops/op_ireturn.j [new file with mode: 0644]
dalvik/dx/tests/104-verify-return-ops/op_lreturn.j [new file with mode: 0644]
dalvik/dx/tests/104-verify-return-ops/op_sig_areturn.j [new file with mode: 0644]
dalvik/dx/tests/104-verify-return-ops/op_sig_dreturn.j [new file with mode: 0644]
dalvik/dx/tests/104-verify-return-ops/op_sig_freturn.j [new file with mode: 0644]
dalvik/dx/tests/104-verify-return-ops/op_sig_ireturn.j [new file with mode: 0644]
dalvik/dx/tests/104-verify-return-ops/op_sig_lreturn.j [new file with mode: 0644]
dalvik/dx/tests/104-verify-return-ops/op_sig_return.j [new file with mode: 0644]
dalvik/dx/tests/104-verify-return-ops/run [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/expected.txt [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/info.txt [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_aaload.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_aastore.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_astore.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_astore_0.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_astore_1.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_astore_2.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_astore_3.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_baload.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_bastore.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_caload.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_castore.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_daload.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_dastore.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_dstore.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_dstore_0.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_dstore_1.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_dstore_2.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_dstore_3.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_faload.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_fastore.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_fstore.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_fstore_0.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_fstore_1.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_fstore_2.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_fstore_3.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_iaload.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_iastore.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_istore.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_istore_0.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_istore_1.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_istore_2.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_istore_3.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_laload.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_lastore.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_lstore.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_lstore_0.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_lstore_1.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_lstore_2.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_lstore_3.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_saload.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/op_sastore.j [new file with mode: 0644]
dalvik/dx/tests/105-verify-load-store-ops/run [new file with mode: 0644]
dalvik/dx/tests/106-verify-object-ops/expected.txt [new file with mode: 0644]
dalvik/dx/tests/106-verify-object-ops/info.txt [new file with mode: 0644]
dalvik/dx/tests/106-verify-object-ops/op_anewarray.j [new file with mode: 0644]
dalvik/dx/tests/106-verify-object-ops/op_arraylength.j [new file with mode: 0644]
dalvik/dx/tests/106-verify-object-ops/op_athrow.j [new file with mode: 0644]
dalvik/dx/tests/106-verify-object-ops/op_checkcast.j [new file with mode: 0644]
dalvik/dx/tests/106-verify-object-ops/op_getfield.j [new file with mode: 0644]
dalvik/dx/tests/106-verify-object-ops/op_instanceof.j [new file with mode: 0644]
dalvik/dx/tests/106-verify-object-ops/op_invokeinterface.j [new file with mode: 0644]
dalvik/dx/tests/106-verify-object-ops/op_invokespecial.j [new file with mode: 0644]
dalvik/dx/tests/106-verify-object-ops/op_invokestatic.j [new file with mode: 0644]
dalvik/dx/tests/106-verify-object-ops/op_invokevirtual.j [new file with mode: 0644]
dalvik/dx/tests/106-verify-object-ops/op_monitorenter.j [new file with mode: 0644]
dalvik/dx/tests/106-verify-object-ops/op_monitorexit.j [new file with mode: 0644]
dalvik/dx/tests/106-verify-object-ops/op_multianewarray.j [new file with mode: 0644]
dalvik/dx/tests/106-verify-object-ops/op_newarray.j [new file with mode: 0644]
dalvik/dx/tests/106-verify-object-ops/op_putfield.j [new file with mode: 0644]
dalvik/dx/tests/106-verify-object-ops/op_putstatic.j [new file with mode: 0644]
dalvik/dx/tests/106-verify-object-ops/run [new file with mode: 0644]
dalvik/dx/tests/107-verify-stack-ops/expected.txt [new file with mode: 0644]
dalvik/dx/tests/107-verify-stack-ops/info.txt [new file with mode: 0644]
dalvik/dx/tests/107-verify-stack-ops/op_dup.j [new file with mode: 0644]
dalvik/dx/tests/107-verify-stack-ops/op_dup2.j [new file with mode: 0644]
dalvik/dx/tests/107-verify-stack-ops/op_dup2_case1.j [new file with mode: 0644]
dalvik/dx/tests/107-verify-stack-ops/op_dup2_x1_case1.j [new file with mode: 0644]
dalvik/dx/tests/107-verify-stack-ops/op_dup2_x1_case2.j [new file with mode: 0644]
dalvik/dx/tests/107-verify-stack-ops/op_dup2_x1_case3.j [new file with mode: 0644]
dalvik/dx/tests/107-verify-stack-ops/op_dup2_x2_case1.j [new file with mode: 0644]
dalvik/dx/tests/107-verify-stack-ops/op_dup2_x2_case2.j [new file with mode: 0644]
dalvik/dx/tests/107-verify-stack-ops/op_dup2_x2_case3.j [new file with mode: 0644]
dalvik/dx/tests/107-verify-stack-ops/op_dup_x1_case1.j [new file with mode: 0644]
dalvik/dx/tests/107-verify-stack-ops/op_dup_x1_case2.j [new file with mode: 0644]
dalvik/dx/tests/107-verify-stack-ops/op_dup_x2_case1.j [new file with mode: 0644]
dalvik/dx/tests/107-verify-stack-ops/op_dup_x2_case2.j [new file with mode: 0644]
dalvik/dx/tests/107-verify-stack-ops/op_dup_x2_case3.j [new file with mode: 0644]
dalvik/dx/tests/107-verify-stack-ops/op_pop.j [new file with mode: 0644]
dalvik/dx/tests/107-verify-stack-ops/op_pop2.j [new file with mode: 0644]
dalvik/dx/tests/107-verify-stack-ops/op_pop2_case2.j [new file with mode: 0644]
dalvik/dx/tests/107-verify-stack-ops/op_swap_case1.j [new file with mode: 0644]
dalvik/dx/tests/107-verify-stack-ops/op_swap_case2.j [new file with mode: 0644]
dalvik/dx/tests/107-verify-stack-ops/run [new file with mode: 0644]
dalvik/dx/tests/108-string-annotation/Blort.java [new file with mode: 0644]
dalvik/dx/tests/108-string-annotation/Fizmo.java [new file with mode: 0644]
dalvik/dx/tests/108-string-annotation/Frotz.java [new file with mode: 0644]
dalvik/dx/tests/108-string-annotation/expected.txt [new file with mode: 0644]
dalvik/dx/tests/108-string-annotation/info.txt [new file with mode: 0644]
dalvik/dx/tests/108-string-annotation/run [new file with mode: 0644]
dalvik/dx/tests/109-int-branch/blort.j [new file with mode: 0644]
dalvik/dx/tests/109-int-branch/expected.txt [new file with mode: 0644]
dalvik/dx/tests/109-int-branch/info.txt [new file with mode: 0644]
dalvik/dx/tests/109-int-branch/run [new file with mode: 0644]
dalvik/dx/tests/110-dex-preserve-this/Blort.java [new file with mode: 0644]
dalvik/dx/tests/110-dex-preserve-this/expected.txt [new file with mode: 0644]
dalvik/dx/tests/110-dex-preserve-this/info.txt [new file with mode: 0644]
dalvik/dx/tests/110-dex-preserve-this/run [new file with mode: 0644]
dalvik/dx/tests/111-use-null-as-array/Blort.java [new file with mode: 0644]
dalvik/dx/tests/111-use-null-as-array/expected.txt [new file with mode: 0644]
dalvik/dx/tests/111-use-null-as-array/info.txt [new file with mode: 0644]
dalvik/dx/tests/111-use-null-as-array/run [new file with mode: 0644]
dalvik/dx/tests/112-dex-return-jsr-result/blort.j [new file with mode: 0644]
dalvik/dx/tests/112-dex-return-jsr-result/expected.txt [new file with mode: 0644]
dalvik/dx/tests/112-dex-return-jsr-result/info.txt [new file with mode: 0644]
dalvik/dx/tests/112-dex-return-jsr-result/run [new file with mode: 0644]
dalvik/dx/tests/113-old-style-inner-class/Blort.java [new file with mode: 0644]
dalvik/dx/tests/113-old-style-inner-class/expected.txt [new file with mode: 0644]
dalvik/dx/tests/113-old-style-inner-class/info.txt [new file with mode: 0644]
dalvik/dx/tests/113-old-style-inner-class/run [new file with mode: 0644]
dalvik/dx/tests/run-all-tests [new file with mode: 0755]
dalvik/dx/tests/run-test [new file with mode: 0755]
dalvik/hit/samples/android.hprof [new file with mode: 0644]
dalvik/hit/src/com/android/hit/ArrayInstance.java [new file with mode: 0644]
dalvik/hit/src/com/android/hit/ClassInstance.java [new file with mode: 0644]
dalvik/hit/src/com/android/hit/ClassObj.java [new file with mode: 0644]
dalvik/hit/src/com/android/hit/Heap.java [new file with mode: 0644]
dalvik/hit/src/com/android/hit/HprofParser.java [new file with mode: 0644]
dalvik/hit/src/com/android/hit/Instance.java [new file with mode: 0644]
dalvik/hit/src/com/android/hit/Main.java [new file with mode: 0644]
dalvik/hit/src/com/android/hit/Queries.java [new file with mode: 0644]
dalvik/hit/src/com/android/hit/RootObj.java [new file with mode: 0644]
dalvik/hit/src/com/android/hit/RootType.java [new file with mode: 0644]
dalvik/hit/src/com/android/hit/StackFrame.java [new file with mode: 0644]
dalvik/hit/src/com/android/hit/StackTrace.java [new file with mode: 0644]
dalvik/hit/src/com/android/hit/State.java [new file with mode: 0644]
dalvik/hit/src/com/android/hit/ThreadObj.java [new file with mode: 0644]
dalvik/hit/src/com/android/hit/Types.java [new file with mode: 0644]
dalvik/hit/test/testparser [new file with mode: 0755]
dalvik/libdex/Android.mk [new file with mode: 0644]
dalvik/libdex/CmdUtils.c [new file with mode: 0644]
dalvik/libdex/CmdUtils.h [new file with mode: 0644]
dalvik/libdex/DexCatch.c [new file with mode: 0644]
dalvik/libdex/DexCatch.h [new file with mode: 0644]
dalvik/libdex/DexClass.c [new file with mode: 0644]
dalvik/libdex/DexClass.h [new file with mode: 0644]
dalvik/libdex/DexDataMap.c [new file with mode: 0644]
dalvik/libdex/DexDataMap.h [new file with mode: 0644]
dalvik/libdex/DexFile.c [new file with mode: 0644]
dalvik/libdex/DexFile.h [new file with mode: 0644]
dalvik/libdex/DexInlines.c [new file with mode: 0644]
dalvik/libdex/DexOptData.c [new file with mode: 0644]
dalvik/libdex/DexOptData.h [new file with mode: 0644]
dalvik/libdex/DexProto.c [new file with mode: 0644]
dalvik/libdex/DexProto.h [new file with mode: 0644]
dalvik/libdex/DexSwapVerify.c [new file with mode: 0644]
dalvik/libdex/InstrUtils.c [new file with mode: 0644]
dalvik/libdex/InstrUtils.h [new file with mode: 0644]
dalvik/libdex/Leb128.c [new file with mode: 0644]
dalvik/libdex/Leb128.h [new file with mode: 0644]
dalvik/libdex/OpCode.h [new file with mode: 0644]
dalvik/libdex/OpCodeNames.c [new file with mode: 0644]
dalvik/libdex/OpCodeNames.h [new file with mode: 0644]
dalvik/libdex/OptInvocation.c [new file with mode: 0644]
dalvik/libdex/OptInvocation.h [new file with mode: 0644]
dalvik/libdex/SysUtil.c [new file with mode: 0644]
dalvik/libdex/SysUtil.h [new file with mode: 0644]
dalvik/libdex/ZipArchive.c [new file with mode: 0644]
dalvik/libdex/ZipArchive.h [new file with mode: 0644]
dalvik/libdex/sha1.c [new file with mode: 0644]
dalvik/libdex/sha1.h [new file with mode: 0644]
dalvik/libnativehelper/Android.mk [new file with mode: 0644]
dalvik/libnativehelper/JNIHelp.c [new file with mode: 0644]
dalvik/libnativehelper/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
dalvik/libnativehelper/NOTICE [new file with mode: 0644]
dalvik/libnativehelper/README [new file with mode: 0644]
dalvik/libnativehelper/Register.c [new file with mode: 0644]
dalvik/libnativehelper/include/nativehelper/JNIHelp.h [new file with mode: 0644]
dalvik/libnativehelper/include/nativehelper/jni.h [new file with mode: 0644]
dalvik/tests/001-nop/build [new file with mode: 0644]
dalvik/tests/001-nop/expected.txt [new file with mode: 0644]
dalvik/tests/001-nop/info.txt [new file with mode: 0644]
dalvik/tests/001-nop/run [new file with mode: 0644]
dalvik/tests/002-sleep/expected.txt [new file with mode: 0644]
dalvik/tests/002-sleep/info.txt [new file with mode: 0644]
dalvik/tests/002-sleep/src/Main.java [new file with mode: 0644]
dalvik/tests/003-omnibus-opcodes/build [new file with mode: 0644]
dalvik/tests/003-omnibus-opcodes/expected.txt [new file with mode: 0644]
dalvik/tests/003-omnibus-opcodes/info.txt [new file with mode: 0644]
dalvik/tests/003-omnibus-opcodes/src/Array.java [new file with mode: 0644]
dalvik/tests/003-omnibus-opcodes/src/Classes.java [new file with mode: 0644]
dalvik/tests/003-omnibus-opcodes/src/Compare.java [new file with mode: 0644]
dalvik/tests/003-omnibus-opcodes/src/FloatMath.java [new file with mode: 0644]
dalvik/tests/003-omnibus-opcodes/src/Goto.java [new file with mode: 0644]
dalvik/tests/003-omnibus-opcodes/src/InstField.java [new file with mode: 0644]
dalvik/tests/003-omnibus-opcodes/src/IntMath.java [new file with mode: 0644]
dalvik/tests/003-omnibus-opcodes/src/InternedString.java [new file with mode: 0644]
dalvik/tests/003-omnibus-opcodes/src/Main.java [new file with mode: 0644]
dalvik/tests/003-omnibus-opcodes/src/MethodCall.java [new file with mode: 0644]
dalvik/tests/003-omnibus-opcodes/src/Monitor.java [new file with mode: 0644]
dalvik/tests/003-omnibus-opcodes/src/StaticField.java [new file with mode: 0644]
dalvik/tests/003-omnibus-opcodes/src/Switch.java [new file with mode: 0644]
dalvik/tests/003-omnibus-opcodes/src/Throw.java [new file with mode: 0644]
dalvik/tests/003-omnibus-opcodes/src/UnresClass.java [new file with mode: 0644]
dalvik/tests/003-omnibus-opcodes/src/UnresStuff.java [new file with mode: 0644]
dalvik/tests/003-omnibus-opcodes/src/UnresTest1.java [new file with mode: 0644]
dalvik/tests/003-omnibus-opcodes/src/UnresTest2.java [new file with mode: 0644]
dalvik/tests/003-omnibus-opcodes/src2/UnresStuff.java [new file with mode: 0644]
dalvik/tests/004-annotations/expected.txt [new file with mode: 0644]
dalvik/tests/004-annotations/info.txt [new file with mode: 0644]
dalvik/tests/004-annotations/src/Main.java [new file with mode: 0644]
dalvik/tests/004-annotations/src/android/test/anno/AnnoArrayField.java [new file with mode: 0644]
dalvik/tests/004-annotations/src/android/test/anno/AnnoFancyConstructor.java [new file with mode: 0644]
dalvik/tests/004-annotations/src/android/test/anno/AnnoFancyField.java [new file with mode: 0644]
dalvik/tests/004-annotations/src/android/test/anno/AnnoFancyMethod.java [new file with mode: 0644]
dalvik/tests/004-annotations/src/android/test/anno/AnnoFancyParameter.java [new file with mode: 0644]
dalvik/tests/004-annotations/src/android/test/anno/AnnoFancyType.java [new file with mode: 0644]
dalvik/tests/004-annotations/src/android/test/anno/AnnoSimpleConstructor.java [new file with mode: 0644]
dalvik/tests/004-annotations/src/android/test/anno/AnnoSimpleField.java [new file with mode: 0644]
dalvik/tests/004-annotations/src/android/test/anno/AnnoSimpleLocalVariable.java [new file with mode: 0644]
dalvik/tests/004-annotations/src/android/test/anno/AnnoSimpleMethod.java [new file with mode: 0644]
dalvik/tests/004-annotations/src/android/test/anno/AnnoSimplePackage.java [new file with mode: 0644]
dalvik/tests/004-annotations/src/android/test/anno/AnnoSimpleParameter.java [new file with mode: 0644]
dalvik/tests/004-annotations/src/android/test/anno/AnnoSimpleType.java [new file with mode: 0644]
dalvik/tests/004-annotations/src/android/test/anno/AnnoSimpleType2.java [new file with mode: 0644]
dalvik/tests/004-annotations/src/android/test/anno/AnnoSimpleTypeInvis.java [new file with mode: 0644]
dalvik/tests/004-annotations/src/android/test/anno/ExportedProperty.java [new file with mode: 0644]
dalvik/tests/004-annotations/src/android/test/anno/FullyNoted.java [new file with mode: 0644]
dalvik/tests/004-annotations/src/android/test/anno/INoted.java [new file with mode: 0644]
dalvik/tests/004-annotations/src/android/test/anno/IntToString.java [new file with mode: 0644]
dalvik/tests/004-annotations/src/android/test/anno/SimplyNoted.java [new file with mode: 0644]
dalvik/tests/004-annotations/src/android/test/anno/SomeClass.java [new file with mode: 0644]
dalvik/tests/004-annotations/src/android/test/anno/SubNoted.java [new file with mode: 0644]
dalvik/tests/004-annotations/src/android/test/anno/TestAnnotations.java [new file with mode: 0644]
dalvik/tests/004-annotations/src/android/test/anno/package-info.java [new file with mode: 0644]
dalvik/tests/005-args/expected.txt [new file with mode: 0644]
dalvik/tests/005-args/info.txt [new file with mode: 0644]
dalvik/tests/005-args/src/ArgsTest.java [new file with mode: 0644]
dalvik/tests/005-args/src/Main.java [new file with mode: 0644]
dalvik/tests/006-count10/expected.txt [new file with mode: 0644]
dalvik/tests/006-count10/info.txt [new file with mode: 0644]
dalvik/tests/006-count10/src/Main.java [new file with mode: 0644]
dalvik/tests/007-exceptions/expected.txt [new file with mode: 0644]
dalvik/tests/007-exceptions/info.txt [new file with mode: 0644]
dalvik/tests/007-exceptions/src/Main.java [new file with mode: 0644]
dalvik/tests/008-instanceof/expected.txt [new file with mode: 0644]
dalvik/tests/008-instanceof/info.txt [new file with mode: 0644]
dalvik/tests/008-instanceof/src/Iface1.java [new file with mode: 0644]
dalvik/tests/008-instanceof/src/Iface2.java [new file with mode: 0644]
dalvik/tests/008-instanceof/src/Iface2Sub1.java [new file with mode: 0644]
dalvik/tests/008-instanceof/src/ImplA.java [new file with mode: 0644]
dalvik/tests/008-instanceof/src/ImplB.java [new file with mode: 0644]
dalvik/tests/008-instanceof/src/ImplBSub.java [new file with mode: 0644]
dalvik/tests/008-instanceof/src/Main.java [new file with mode: 0644]
dalvik/tests/009-instanceof2/expected.txt [new file with mode: 0644]
dalvik/tests/009-instanceof2/info.txt [new file with mode: 0644]
dalvik/tests/009-instanceof2/src/Iface1.java [new file with mode: 0644]
dalvik/tests/009-instanceof2/src/Iface2.java [new file with mode: 0644]
dalvik/tests/009-instanceof2/src/Iface2Sub1.java [new file with mode: 0644]
dalvik/tests/009-instanceof2/src/ImplA.java [new file with mode: 0644]
dalvik/tests/009-instanceof2/src/ImplB.java [new file with mode: 0644]
dalvik/tests/009-instanceof2/src/ImplBSub.java [new file with mode: 0644]
dalvik/tests/009-instanceof2/src/Main.java [new file with mode: 0644]
dalvik/tests/010-instance/expected.txt [new file with mode: 0644]
dalvik/tests/010-instance/info.txt [new file with mode: 0644]
dalvik/tests/010-instance/src/InstanceTest.java [new file with mode: 0644]
dalvik/tests/010-instance/src/Main.java [new file with mode: 0644]
dalvik/tests/010-instance/src/X.java [new file with mode: 0644]
dalvik/tests/010-instance/src/Y.java [new file with mode: 0644]
dalvik/tests/011-array-copy/expected.txt [new file with mode: 0644]
dalvik/tests/011-array-copy/info.txt [new file with mode: 0644]
dalvik/tests/011-array-copy/src/Iface1.java [new file with mode: 0644]
dalvik/tests/011-array-copy/src/Iface2.java [new file with mode: 0644]
dalvik/tests/011-array-copy/src/ImplA.java [new file with mode: 0644]
dalvik/tests/011-array-copy/src/Main.java [new file with mode: 0644]
dalvik/tests/012-math/expected.txt [new file with mode: 0644]
dalvik/tests/012-math/info.txt [new file with mode: 0644]
dalvik/tests/012-math/src/Main.java [new file with mode: 0644]
dalvik/tests/013-math2/expected.txt [new file with mode: 0644]
dalvik/tests/013-math2/info.txt [new file with mode: 0644]
dalvik/tests/013-math2/src/Main.java [new file with mode: 0644]
dalvik/tests/014-math3/expected.txt [new file with mode: 0644]
dalvik/tests/014-math3/info.txt [new file with mode: 0644]
dalvik/tests/014-math3/src/Main.java [new file with mode: 0644]
dalvik/tests/015-switch/expected.txt [new file with mode: 0644]
dalvik/tests/015-switch/info.txt [new file with mode: 0644]
dalvik/tests/015-switch/src/Main.java [new file with mode: 0644]
dalvik/tests/016-intern/expected.txt [new file with mode: 0644]
dalvik/tests/016-intern/info.txt [new file with mode: 0644]
dalvik/tests/016-intern/src/Main.java [new file with mode: 0644]
dalvik/tests/017-float/expected.txt [new file with mode: 0644]
dalvik/tests/017-float/info.txt [new file with mode: 0644]
dalvik/tests/017-float/src/Main.java [new file with mode: 0644]
dalvik/tests/018-stack-overflow/expected.txt [new file with mode: 0644]
dalvik/tests/018-stack-overflow/info.txt [new file with mode: 0644]
dalvik/tests/018-stack-overflow/src/Main.java [new file with mode: 0644]
dalvik/tests/019-wrong-array-type/expected.txt [new file with mode: 0644]
dalvik/tests/019-wrong-array-type/info.txt [new file with mode: 0644]
dalvik/tests/019-wrong-array-type/src/Main.java [new file with mode: 0644]
dalvik/tests/020-string/expected.txt [new file with mode: 0644]
dalvik/tests/020-string/info.txt [new file with mode: 0644]
dalvik/tests/020-string/src/Main.java [new file with mode: 0644]
dalvik/tests/021-string2/expected.txt [new file with mode: 0644]
dalvik/tests/021-string2/info.txt [new file with mode: 0644]
dalvik/tests/021-string2/src/Main.java [new file with mode: 0644]
dalvik/tests/021-string2/src/junit/framework/Assert.java [new file with mode: 0644]
dalvik/tests/021-string2/src/junit/framework/AssertionFailedError.java [new file with mode: 0644]
dalvik/tests/021-string2/src/junit/framework/ComparisonFailure.java [new file with mode: 0644]
dalvik/tests/022-interface/expected.txt [new file with mode: 0644]
dalvik/tests/022-interface/info.txt [new file with mode: 0644]
dalvik/tests/022-interface/src/Iface1.java [new file with mode: 0644]
dalvik/tests/022-interface/src/Iface2.java [new file with mode: 0644]
dalvik/tests/022-interface/src/Iface2Sub1.java [new file with mode: 0644]
dalvik/tests/022-interface/src/ImplA.java [new file with mode: 0644]
dalvik/tests/022-interface/src/ImplB.java [new file with mode: 0644]
dalvik/tests/022-interface/src/ImplBSub.java [new file with mode: 0644]
dalvik/tests/022-interface/src/Main.java [new file with mode: 0644]
dalvik/tests/023-many-interfaces/build [new file with mode: 0644]
dalvik/tests/023-many-interfaces/expected.txt [new file with mode: 0644]
dalvik/tests/023-many-interfaces/iface-gen.c [new file with mode: 0644]
dalvik/tests/023-many-interfaces/info.txt [new file with mode: 0644]
dalvik/tests/023-many-interfaces/src/Main.java [new file with mode: 0644]
dalvik/tests/023-many-interfaces/src/ManyInterfaces.java [new file with mode: 0644]
dalvik/tests/024-illegal-access/expected.txt [new file with mode: 0644]
dalvik/tests/024-illegal-access/info.txt [new file with mode: 0644]
dalvik/tests/024-illegal-access/src/CheckInstanceof.java [new file with mode: 0644]
dalvik/tests/024-illegal-access/src/Main.java [new file with mode: 0644]
dalvik/tests/024-illegal-access/src/PublicAccess.java [new file with mode: 0644]
dalvik/tests/024-illegal-access/src/SemiPrivate.java [new file with mode: 0644]
dalvik/tests/024-illegal-access/src/otherpkg/Package.java [new file with mode: 0644]
dalvik/tests/024-illegal-access/src2/SemiPrivate.java [new file with mode: 0644]
dalvik/tests/024-illegal-access/src2/otherpkg/Package.java [new file with mode: 0644]
dalvik/tests/025-access-controller/expected.txt [new file with mode: 0644]
dalvik/tests/025-access-controller/info.txt [new file with mode: 0644]
dalvik/tests/025-access-controller/src/Main.java [new file with mode: 0644]
dalvik/tests/025-access-controller/src/Privvy.java [new file with mode: 0644]
dalvik/tests/026-access/expected.txt [new file with mode: 0644]
dalvik/tests/026-access/info.txt [new file with mode: 0644]
dalvik/tests/026-access/src/Main.java [new file with mode: 0644]
dalvik/tests/026-access/src/otherpackage/PublicAccess.java [new file with mode: 0644]
dalvik/tests/027-arithmetic/expected.txt [new file with mode: 0644]
dalvik/tests/027-arithmetic/info.txt [new file with mode: 0644]
dalvik/tests/027-arithmetic/src/Main.java [new file with mode: 0644]
dalvik/tests/028-array-write/expected.txt [new file with mode: 0644]
dalvik/tests/028-array-write/info.txt [new file with mode: 0644]
dalvik/tests/028-array-write/src/Main.java [new file with mode: 0644]
dalvik/tests/029-assert/expected.txt [new file with mode: 0644]
dalvik/tests/029-assert/info.txt [new file with mode: 0644]
dalvik/tests/029-assert/src/Main.java [new file with mode: 0644]
dalvik/tests/030-bad-finalizer/expected.txt [new file with mode: 0644]
dalvik/tests/030-bad-finalizer/info.txt [new file with mode: 0644]
dalvik/tests/030-bad-finalizer/run [new file with mode: 0644]
dalvik/tests/030-bad-finalizer/src/BadFinalizer.java [new file with mode: 0644]
dalvik/tests/030-bad-finalizer/src/Main.java [new file with mode: 0644]
dalvik/tests/031-class-attributes/expected.txt [new file with mode: 0644]
dalvik/tests/031-class-attributes/info.txt [new file with mode: 0644]
dalvik/tests/031-class-attributes/src/ClassAttrs.java [new file with mode: 0644]
dalvik/tests/031-class-attributes/src/Main.java [new file with mode: 0644]
dalvik/tests/031-class-attributes/src/OtherClass.java [new file with mode: 0644]
dalvik/tests/031-class-attributes/src/otherpackage/OtherPackageClass.java [new file with mode: 0644]
dalvik/tests/032-concrete-sub/expected.txt [new file with mode: 0644]
dalvik/tests/032-concrete-sub/info.txt [new file with mode: 0644]
dalvik/tests/032-concrete-sub/src/AbstractBase.java [new file with mode: 0644]
dalvik/tests/032-concrete-sub/src/ConcreteSub.java [new file with mode: 0644]
dalvik/tests/032-concrete-sub/src/ConcreteSub2.java [new file with mode: 0644]
dalvik/tests/032-concrete-sub/src/Main.java [new file with mode: 0644]
dalvik/tests/032-concrete-sub/src2/AbstractBase.java [new file with mode: 0644]
dalvik/tests/033-class-init-deadlock/expected.txt [new file with mode: 0644]
dalvik/tests/033-class-init-deadlock/info.txt [new file with mode: 0644]
dalvik/tests/033-class-init-deadlock/src/Main.java [new file with mode: 0644]
dalvik/tests/034-call-null/expected.txt [new file with mode: 0644]
dalvik/tests/034-call-null/info.txt [new file with mode: 0644]
dalvik/tests/034-call-null/src/Main.java [new file with mode: 0644]
dalvik/tests/035-enum/expected.txt [new file with mode: 0644]
dalvik/tests/035-enum/info.txt [new file with mode: 0644]
dalvik/tests/035-enum/src/Main.java [new file with mode: 0644]
dalvik/tests/036-finalizer/expected.txt [new file with mode: 0644]
dalvik/tests/036-finalizer/info.txt [new file with mode: 0644]
dalvik/tests/036-finalizer/src/FinalizerTest.java [new file with mode: 0644]
dalvik/tests/036-finalizer/src/Main.java [new file with mode: 0644]
dalvik/tests/037-inherit/expected.txt [new file with mode: 0644]
dalvik/tests/037-inherit/info.txt [new file with mode: 0644]
dalvik/tests/037-inherit/src/Main.java [new file with mode: 0644]
dalvik/tests/038-inner-null/expected.txt [new file with mode: 0644]
dalvik/tests/038-inner-null/info.txt [new file with mode: 0644]
dalvik/tests/038-inner-null/src/Main.java [new file with mode: 0644]
dalvik/tests/039-join-main/expected.txt [new file with mode: 0644]
dalvik/tests/039-join-main/info.txt [new file with mode: 0644]
dalvik/tests/039-join-main/src/Main.java [new file with mode: 0644]
dalvik/tests/040-miranda/expected.txt [new file with mode: 0644]
dalvik/tests/040-miranda/info.txt [new file with mode: 0644]
dalvik/tests/040-miranda/src/Main.java [new file with mode: 0644]
dalvik/tests/040-miranda/src/MirandaAbstract.java [new file with mode: 0644]
dalvik/tests/040-miranda/src/MirandaClass.java [new file with mode: 0644]
dalvik/tests/040-miranda/src/MirandaClass2.java [new file with mode: 0644]
dalvik/tests/040-miranda/src/MirandaInterface.java [new file with mode: 0644]
dalvik/tests/040-miranda/src/MirandaInterface2.java [new file with mode: 0644]
dalvik/tests/041-narrowing/expected.txt [new file with mode: 0644]
dalvik/tests/041-narrowing/info.txt [new file with mode: 0644]
dalvik/tests/041-narrowing/src/Main.java [new file with mode: 0644]
dalvik/tests/042-new-instance/expected.txt [new file with mode: 0644]
dalvik/tests/042-new-instance/info.txt [new file with mode: 0644]
dalvik/tests/042-new-instance/src/Main.java [new file with mode: 0644]
dalvik/tests/042-new-instance/src/MaybeAbstract.java [new file with mode: 0644]
dalvik/tests/042-new-instance/src/otherpackage/PackageAccess.java [new file with mode: 0644]
dalvik/tests/042-new-instance/src2/MaybeAbstract.java [new file with mode: 0644]
dalvik/tests/043-privates/expected.txt [new file with mode: 0644]
dalvik/tests/043-privates/info.txt [new file with mode: 0644]
dalvik/tests/043-privates/src/Main.java [new file with mode: 0644]
dalvik/tests/044-proxy/expected.txt [new file with mode: 0644]
dalvik/tests/044-proxy/info.txt [new file with mode: 0644]
dalvik/tests/044-proxy/src/BasicTest.java [new file with mode: 0644]
dalvik/tests/044-proxy/src/Clash.java [new file with mode: 0644]
dalvik/tests/044-proxy/src/Clash2.java [new file with mode: 0644]
dalvik/tests/044-proxy/src/Clash3.java [new file with mode: 0644]
dalvik/tests/044-proxy/src/Clash4.java [new file with mode: 0644]
dalvik/tests/044-proxy/src/Main.java [new file with mode: 0644]
dalvik/tests/044-proxy/src/WrappedThrow.java [new file with mode: 0644]
dalvik/tests/045-reflect-array/expected.txt [new file with mode: 0644]
dalvik/tests/045-reflect-array/info.txt [new file with mode: 0644]
dalvik/tests/045-reflect-array/src/Main.java [new file with mode: 0644]
dalvik/tests/046-reflect/expected.txt [new file with mode: 0644]
dalvik/tests/046-reflect/info.txt [new file with mode: 0644]
dalvik/tests/046-reflect/src/Main.java [new file with mode: 0644]
dalvik/tests/047-returns/expected.txt [new file with mode: 0644]
dalvik/tests/047-returns/info.txt [new file with mode: 0644]
dalvik/tests/047-returns/src/Main.java [new file with mode: 0644]
dalvik/tests/048-server-socket/expected.txt [new file with mode: 0644]
dalvik/tests/048-server-socket/info.txt [new file with mode: 0644]
dalvik/tests/048-server-socket/src/Main.java [new file with mode: 0644]
dalvik/tests/049-show-object/expected.txt [new file with mode: 0644]
dalvik/tests/049-show-object/info.txt [new file with mode: 0644]
dalvik/tests/049-show-object/src/Main.java [new file with mode: 0644]
dalvik/tests/050-sync-test/expected.txt [new file with mode: 0644]
dalvik/tests/050-sync-test/info.txt [new file with mode: 0644]
dalvik/tests/050-sync-test/src/Main.java [new file with mode: 0644]
dalvik/tests/050-sync-test/src/ThreadDeathHandler.java [new file with mode: 0644]
dalvik/tests/051-thread/expected.txt [new file with mode: 0644]
dalvik/tests/051-thread/info.txt [new file with mode: 0644]
dalvik/tests/051-thread/src/Main.java [new file with mode: 0644]
dalvik/tests/052-verifier-fun/expected.txt [new file with mode: 0644]
dalvik/tests/052-verifier-fun/info.txt [new file with mode: 0644]
dalvik/tests/052-verifier-fun/src/Blah.java [new file with mode: 0644]
dalvik/tests/052-verifier-fun/src/BlahFeature.java [new file with mode: 0644]
dalvik/tests/052-verifier-fun/src/BlahOne.java [new file with mode: 0644]
dalvik/tests/052-verifier-fun/src/BlahTwo.java [new file with mode: 0644]
dalvik/tests/052-verifier-fun/src/Main.java [new file with mode: 0644]
dalvik/tests/053-wait-some/expected.txt [new file with mode: 0644]
dalvik/tests/053-wait-some/info.txt [new file with mode: 0644]
dalvik/tests/053-wait-some/src/Main.java [new file with mode: 0644]
dalvik/tests/054-uncaught/expected.txt [new file with mode: 0644]
dalvik/tests/054-uncaught/info.txt [new file with mode: 0644]
dalvik/tests/054-uncaught/src/Main.java [new file with mode: 0644]
dalvik/tests/054-uncaught/src/ThreadDeathHandler.java [new file with mode: 0644]
dalvik/tests/055-enum-performance/expected.txt [new file with mode: 0644]
dalvik/tests/055-enum-performance/info.txt [new file with mode: 0644]
dalvik/tests/055-enum-performance/src/Main.java [new file with mode: 0644]
dalvik/tests/055-enum-performance/src/SamePackagePrivateEnum.java [new file with mode: 0644]
dalvik/tests/055-enum-performance/src/SamePackagePublicEnum.java [new file with mode: 0644]
dalvik/tests/055-enum-performance/src/otherpackage/OtherPackagePublicEnum.java [new file with mode: 0644]
dalvik/tests/056-const-string-jumbo/build [new file with mode: 0644]
dalvik/tests/056-const-string-jumbo/expected.txt [new file with mode: 0644]
dalvik/tests/056-const-string-jumbo/info.txt [new file with mode: 0644]
dalvik/tests/056-const-string-jumbo/src/Main.java [new file with mode: 0644]
dalvik/tests/057-iteration-performance/expected.txt [new file with mode: 0644]
dalvik/tests/057-iteration-performance/info.txt [new file with mode: 0644]
dalvik/tests/057-iteration-performance/src/Main.java [new file with mode: 0644]
dalvik/tests/058-enum-order/expected.txt [new file with mode: 0644]
dalvik/tests/058-enum-order/info.txt [new file with mode: 0644]
dalvik/tests/058-enum-order/src/Main.java [new file with mode: 0644]
dalvik/tests/059-finalizer-throw/expected.txt [new file with mode: 0644]
dalvik/tests/059-finalizer-throw/info.txt [new file with mode: 0644]
dalvik/tests/059-finalizer-throw/src/Main.java [new file with mode: 0644]
dalvik/tests/061-out-of-memory/expected.txt [new file with mode: 0644]
dalvik/tests/061-out-of-memory/info.txt [new file with mode: 0644]
dalvik/tests/061-out-of-memory/src/Main.java [new file with mode: 0644]
dalvik/tests/062-character-encodings/expected.txt [new file with mode: 0644]
dalvik/tests/062-character-encodings/info.txt [new file with mode: 0644]
dalvik/tests/062-character-encodings/src/Main.java [new file with mode: 0644]
dalvik/tests/063-process-manager/expected.txt [new file with mode: 0644]
dalvik/tests/063-process-manager/info.txt [new file with mode: 0644]
dalvik/tests/063-process-manager/src/Main.java [new file with mode: 0644]
dalvik/tests/064-field-access/expected.txt [new file with mode: 0644]
dalvik/tests/064-field-access/info.txt [new file with mode: 0644]
dalvik/tests/064-field-access/src/GetNonexistent.java [new file with mode: 0644]
dalvik/tests/064-field-access/src/Holder.java [new file with mode: 0644]
dalvik/tests/064-field-access/src/Main.java [new file with mode: 0644]
dalvik/tests/064-field-access/src/other/OtherPackage.java [new file with mode: 0644]
dalvik/tests/064-field-access/src2/Holder.java [new file with mode: 0644]
dalvik/tests/065-mismatched-implements/expected.txt [new file with mode: 0644]
dalvik/tests/065-mismatched-implements/info.txt [new file with mode: 0644]
dalvik/tests/065-mismatched-implements/src/Base.java [new file with mode: 0644]
dalvik/tests/065-mismatched-implements/src/Defs.java [new file with mode: 0644]
dalvik/tests/065-mismatched-implements/src/Indirect.java [new file with mode: 0644]
dalvik/tests/065-mismatched-implements/src/Main.java [new file with mode: 0644]
dalvik/tests/065-mismatched-implements/src2/Defs.java [new file with mode: 0644]
dalvik/tests/066-mismatched-super/expected.txt [new file with mode: 0644]
dalvik/tests/066-mismatched-super/info.txt [new file with mode: 0644]
dalvik/tests/066-mismatched-super/src/Base.java [new file with mode: 0644]
dalvik/tests/066-mismatched-super/src/Defs.java [new file with mode: 0644]
dalvik/tests/066-mismatched-super/src/Indirect.java [new file with mode: 0644]
dalvik/tests/066-mismatched-super/src/Main.java [new file with mode: 0644]
dalvik/tests/066-mismatched-super/src2/Defs.java [new file with mode: 0644]
dalvik/tests/067-preemptive-unpark/expected.txt [new file with mode: 0644]
dalvik/tests/067-preemptive-unpark/info.txt [new file with mode: 0644]
dalvik/tests/067-preemptive-unpark/src/Main.java [new file with mode: 0644]
dalvik/tests/068-classloader/expected.txt [new file with mode: 0644]
dalvik/tests/068-classloader/info.txt [new file with mode: 0644]
dalvik/tests/068-classloader/src-ex/AbstractGet.java [new file with mode: 0644]
dalvik/tests/068-classloader/src-ex/DoubledExtend.java [new file with mode: 0644]
dalvik/tests/068-classloader/src-ex/DoubledExtendOkay.java [new file with mode: 0644]
dalvik/tests/068-classloader/src-ex/DoubledImplement.java [new file with mode: 0644]
dalvik/tests/068-classloader/src-ex/DoubledImplement2.java [new file with mode: 0644]
dalvik/tests/068-classloader/src-ex/GetDoubled.java [new file with mode: 0644]
dalvik/tests/068-classloader/src-ex/IfaceImpl.java [new file with mode: 0644]
dalvik/tests/068-classloader/src-ex/IfaceSub.java [new file with mode: 0644]
dalvik/tests/068-classloader/src-ex/Inaccessible1.java [new file with mode: 0644]
dalvik/tests/068-classloader/src-ex/Inaccessible2.java [new file with mode: 0644]
dalvik/tests/068-classloader/src-ex/Inaccessible3.java [new file with mode: 0644]
dalvik/tests/068-classloader/src/Base.java [new file with mode: 0644]
dalvik/tests/068-classloader/src/BaseOkay.java [new file with mode: 0644]
dalvik/tests/068-classloader/src/DoubledExtend.java [new file with mode: 0644]
dalvik/tests/068-classloader/src/DoubledExtendOkay.java [new file with mode: 0644]
dalvik/tests/068-classloader/src/DoubledImplement.java [new file with mode: 0644]
dalvik/tests/068-classloader/src/DoubledImplement2.java [new file with mode: 0644]
dalvik/tests/068-classloader/src/FancyLoader.java [new file with mode: 0644]
dalvik/tests/068-classloader/src/ICommon.java [new file with mode: 0644]
dalvik/tests/068-classloader/src/ICommon2.java [new file with mode: 0644]
dalvik/tests/068-classloader/src/IGetDoubled.java [new file with mode: 0644]
dalvik/tests/068-classloader/src/IfaceSuper.java [new file with mode: 0644]
dalvik/tests/068-classloader/src/InaccessibleBase.java [new file with mode: 0644]
dalvik/tests/068-classloader/src/InaccessibleInterface.java [new file with mode: 0644]
dalvik/tests/068-classloader/src/Main.java [new file with mode: 0644]
dalvik/tests/068-classloader/src/SimpleBase.java [new file with mode: 0644]
dalvik/tests/068-classloader/src/Useless.java [new file with mode: 0644]
dalvik/tests/069-field-type/expected.txt [new file with mode: 0644]
dalvik/tests/069-field-type/info.txt [new file with mode: 0644]
dalvik/tests/069-field-type/src/Blah.java [new file with mode: 0644]
dalvik/tests/069-field-type/src/Holder.java [new file with mode: 0644]
dalvik/tests/069-field-type/src/Main.java [new file with mode: 0644]
dalvik/tests/069-field-type/src2/Blah.java [new file with mode: 0644]
dalvik/tests/070-nio-buffer/expected.txt [new file with mode: 0644]
dalvik/tests/070-nio-buffer/info.txt [new file with mode: 0644]
dalvik/tests/070-nio-buffer/src/Main.java [new file with mode: 0644]
dalvik/tests/071-dexfile/expected.txt [new file with mode: 0644]
dalvik/tests/071-dexfile/info.txt [new file with mode: 0644]
dalvik/tests/071-dexfile/src-ex/Another.java [new file with mode: 0644]
dalvik/tests/071-dexfile/src/Main.java [new file with mode: 0644]
dalvik/tests/072-precise-gc/expected.txt [new file with mode: 0644]
dalvik/tests/072-precise-gc/info.txt [new file with mode: 0644]
dalvik/tests/072-precise-gc/src/Main.java [new file with mode: 0644]
dalvik/tests/073-mismatched-field/expected.txt [new file with mode: 0644]
dalvik/tests/073-mismatched-field/info.txt [new file with mode: 0644]
dalvik/tests/073-mismatched-field/src/IMain.java [new file with mode: 0644]
dalvik/tests/073-mismatched-field/src/Main.java [new file with mode: 0644]
dalvik/tests/073-mismatched-field/src/SuperMain.java [new file with mode: 0644]
dalvik/tests/073-mismatched-field/src2/IMain.java [new file with mode: 0644]
dalvik/tests/074-gc-thrash/expected.txt [new file with mode: 0644]
dalvik/tests/074-gc-thrash/info.txt [new file with mode: 0644]
dalvik/tests/074-gc-thrash/src/Main.java [new file with mode: 0644]
dalvik/tests/075-verification-error/expected.txt [new file with mode: 0644]
dalvik/tests/075-verification-error/info.txt [new file with mode: 0644]
dalvik/tests/075-verification-error/src/Main.java [new file with mode: 0644]
dalvik/tests/075-verification-error/src/MaybeAbstract.java [new file with mode: 0644]
dalvik/tests/075-verification-error/src/other/InaccessibleClass.java [new file with mode: 0644]
dalvik/tests/075-verification-error/src/other/InaccessibleMethod.java [new file with mode: 0644]
dalvik/tests/075-verification-error/src/other/Mutant.java [new file with mode: 0644]
dalvik/tests/075-verification-error/src2/MaybeAbstract.java [new file with mode: 0644]
dalvik/tests/075-verification-error/src2/other/InaccessibleClass.java [new file with mode: 0644]
dalvik/tests/075-verification-error/src2/other/InaccessibleMethod.java [new file with mode: 0644]
dalvik/tests/075-verification-error/src2/other/Mutant.java [new file with mode: 0644]
dalvik/tests/076-boolean-put/expected.txt [new file with mode: 0644]
dalvik/tests/076-boolean-put/info.txt [new file with mode: 0644]
dalvik/tests/076-boolean-put/src/Main.java [new file with mode: 0644]
dalvik/tests/077-method-override/expected.txt [new file with mode: 0644]
dalvik/tests/077-method-override/info.txt [new file with mode: 0644]
dalvik/tests/077-method-override/src/Base.java [new file with mode: 0644]
dalvik/tests/077-method-override/src/Derived.java [new file with mode: 0644]
dalvik/tests/077-method-override/src/Main.java [new file with mode: 0644]
dalvik/tests/077-method-override/src2/Base.java [new file with mode: 0644]
dalvik/tests/078-polymorphic-virtual/expected.txt [new file with mode: 0644]
dalvik/tests/078-polymorphic-virtual/info.txt [new file with mode: 0644]
dalvik/tests/078-polymorphic-virtual/src/Base.java [new file with mode: 0644]
dalvik/tests/078-polymorphic-virtual/src/Derived1.java [new file with mode: 0644]
dalvik/tests/078-polymorphic-virtual/src/Derived2.java [new file with mode: 0644]
dalvik/tests/078-polymorphic-virtual/src/Derived3.java [new file with mode: 0644]
dalvik/tests/078-polymorphic-virtual/src/Main.java [new file with mode: 0644]
dalvik/tests/079-phantom/expected.txt [new file with mode: 0644]
dalvik/tests/079-phantom/info.txt [new file with mode: 0644]
dalvik/tests/079-phantom/src/Bitmap.java [new file with mode: 0644]
dalvik/tests/079-phantom/src/Main.java [new file with mode: 0644]
dalvik/tests/080-oom-throw/expected.txt [new file with mode: 0644]
dalvik/tests/080-oom-throw/info.txt [new file with mode: 0644]
dalvik/tests/080-oom-throw/src/Main.java [new file with mode: 0644]
dalvik/tests/081-hot-exceptions/expected.txt [new file with mode: 0644]
dalvik/tests/081-hot-exceptions/info.txt [new file with mode: 0644]
dalvik/tests/081-hot-exceptions/src/Main.java [new file with mode: 0644]
dalvik/tests/082-inline-execute/expected.txt [new file with mode: 0644]
dalvik/tests/082-inline-execute/info.txt [new file with mode: 0644]
dalvik/tests/082-inline-execute/src/Main.java [new file with mode: 0644]
dalvik/tests/082-inline-execute/src/junit/framework/Assert.java [new file with mode: 0644]
dalvik/tests/082-inline-execute/src/junit/framework/AssertionFailedError.java [new file with mode: 0644]
dalvik/tests/082-inline-execute/src/junit/framework/ComparisonFailure.java [new file with mode: 0644]
dalvik/tests/083-jit-regressions/expected.txt [new file with mode: 0644]
dalvik/tests/083-jit-regressions/info.txt [new file with mode: 0644]
dalvik/tests/083-jit-regressions/src/Main.java [new file with mode: 0644]
dalvik/tests/084-class-init/expected.txt [new file with mode: 0644]
dalvik/tests/084-class-init/info.txt [new file with mode: 0644]
dalvik/tests/084-class-init/src/IntHolder.java [new file with mode: 0644]
dalvik/tests/084-class-init/src/Main.java [new file with mode: 0644]
dalvik/tests/084-class-init/src/PartialInit.java [new file with mode: 0644]
dalvik/tests/084-class-init/src/SlowInit.java [new file with mode: 0644]
dalvik/tests/084-old-style-inner-class/build [new file with mode: 0644]
dalvik/tests/084-old-style-inner-class/expected.txt [new file with mode: 0644]
dalvik/tests/084-old-style-inner-class/info.txt [new file with mode: 0644]
dalvik/tests/084-old-style-inner-class/src/Main.java [new file with mode: 0644]
dalvik/tests/086-null-super/expected.txt [new file with mode: 0644]
dalvik/tests/086-null-super/info.txt [new file with mode: 0644]
dalvik/tests/086-null-super/src/Main.java [new file with mode: 0644]
dalvik/tests/087-gc-after-link/expected.txt [new file with mode: 0644]
dalvik/tests/087-gc-after-link/info.txt [new file with mode: 0644]
dalvik/tests/087-gc-after-link/src/Main.java [new file with mode: 0644]
dalvik/tests/README.txt [new file with mode: 0644]
dalvik/tests/etc/default-build [new file with mode: 0755]
dalvik/tests/etc/default-run [new file with mode: 0755]
dalvik/tests/etc/local-run-test-jar [new file with mode: 0755]
dalvik/tests/etc/push-and-run-test-jar [new file with mode: 0755]
dalvik/tests/etc/reference-run-test-classes [new file with mode: 0755]
dalvik/tests/run-all-tests [new file with mode: 0755]
dalvik/tests/run-test [new file with mode: 0755]
dalvik/tools/Android.mk [new file with mode: 0644]
dalvik/tools/deadcode.py [new file with mode: 0755]
dalvik/tools/dex-preopt [new file with mode: 0755]
dalvik/tools/dexcheck [new file with mode: 0755]
dalvik/tools/dexdeps/Android.mk [new file with mode: 0644]
dalvik/tools/dexdeps/README.txt [new file with mode: 0644]
dalvik/tools/dexdeps/etc/dexdeps [new file with mode: 0644]
dalvik/tools/dexdeps/etc/manifest.txt [new file with mode: 0644]
dalvik/tools/dexdeps/src/Android.mk [new file with mode: 0644]
dalvik/tools/dexdeps/src/com/android/dexdeps/ClassRef.java [new file with mode: 0644]
dalvik/tools/dexdeps/src/com/android/dexdeps/DexData.java [new file with mode: 0644]
dalvik/tools/dexdeps/src/com/android/dexdeps/DexDataException.java [new file with mode: 0644]
dalvik/tools/dexdeps/src/com/android/dexdeps/FieldRef.java [new file with mode: 0644]
dalvik/tools/dexdeps/src/com/android/dexdeps/Main.java [new file with mode: 0644]
dalvik/tools/dexdeps/src/com/android/dexdeps/MethodRef.java [new file with mode: 0644]
dalvik/tools/dexdeps/src/com/android/dexdeps/Output.java [new file with mode: 0644]
dalvik/tools/dexdeps/src/com/android/dexdeps/UsageException.java [new file with mode: 0644]
dalvik/tools/dmtracedump/Android.mk [new file with mode: 0644]
dalvik/tools/dmtracedump/CreateTestTrace.c [new file with mode: 0644]
dalvik/tools/dmtracedump/TraceDump.c [new file with mode: 0644]
dalvik/tools/dmtracedump/dmtracedump.pl [new file with mode: 0755]
dalvik/tools/dmtracedump/dumpdir.sh [new file with mode: 0644]
dalvik/tools/dmtracedump/filters [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/run_tests.sh [new file with mode: 0755]
dalvik/tools/dmtracedump/tests/filters/testFilters [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingDisjointCrossThreadDiffFilterDiffKeys [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingDisjointCrossThreadDiffFilterDiffKeysExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingDisjointCrossThreadDiffFilterDiffKeysTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingDisjointCrossThreadDiffFilterSameKeys [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingDisjointCrossThreadDiffFilterSameKeysExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingDisjointCrossThreadDiffFilterSameKeysTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingDisjointCrossThreadSameFilterDiffKeys [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingDisjointCrossThreadSameFilterDiffKeysExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingDisjointCrossThreadSameFilterDiffKeysTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingDisjointCrossThreadSameFilterSameKeys [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingDisjointCrossThreadSameFilterSameKeysExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingDisjointCrossThreadSameFilterSameKeysTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingDisjointSingleThreadDiffFilterDiffKeys [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingDisjointSingleThreadDiffFilterDiffKeysExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingDisjointSingleThreadDiffFilterDiffKeysTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingDisjointSingleThreadDiffFilterSameKeys [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingDisjointSingleThreadDiffFilterSameKeysExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingDisjointSingleThreadDiffFilterSameKeysTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingDisjointSingleThreadSameFilterDiffKeys [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingDisjointSingleThreadSameFilterDiffKeysExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingDisjointSingleThreadSameFilterDiffKeysTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingDisjointSingleThreadSameFilterSameKeys [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingDisjointSingleThreadSameFilterSameKeysExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingDisjointSingleThreadSameFilterSameKeysTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingNestedOverlapCrossThreadDiffFilterDiffKeys [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingNestedOverlapCrossThreadDiffFilterDiffKeysExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingNestedOverlapCrossThreadDiffFilterDiffKeysTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingNestedOverlapCrossThreadDiffFilterSameKeys [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingNestedOverlapCrossThreadDiffFilterSameKeysExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingNestedOverlapCrossThreadDiffFilterSameKeysTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingNestedOverlapCrossThreadSameFilterDiffKeys [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingNestedOverlapCrossThreadSameFilterDiffKeysExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingNestedOverlapCrossThreadSameFilterDiffKeysTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingNestedOverlapCrossThreadSameFilterSameKeys [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingNestedOverlapCrossThreadSameFilterSameKeysExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingNestedOverlapCrossThreadSameFilterSameKeysTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingNestedOverlapSingleThreadDiffFilterDiffKeys [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingNestedOverlapSingleThreadDiffFilterDiffKeysExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingNestedOverlapSingleThreadDiffFilterDiffKeysTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingNestedOverlapSingleThreadDiffFilterSameKeys [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingNestedOverlapSingleThreadDiffFilterSameKeysExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingNestedOverlapSingleThreadDiffFilterSameKeysTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingNestedOverlapSingleThreadSameFilterDiffKeys [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingNestedOverlapSingleThreadSameFilterDiffKeysExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingNestedOverlapSingleThreadSameFilterDiffKeysTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingNestedOverlapSingleThreadSameFilterSameKeys [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingNestedOverlapSingleThreadSameFilterSameKeysExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingNestedOverlapSingleThreadSameFilterSameKeysTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPairCrossThread [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPairCrossThreadExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPairCrossThreadTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPairSingleThread [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPairSingleThreadExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPairSingleThreadTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPartialOverlapCrossThreadDiffFilterDiffKeys [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPartialOverlapCrossThreadDiffFilterDiffKeysExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPartialOverlapCrossThreadDiffFilterDiffKeysTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPartialOverlapCrossThreadDiffFilterSameKeys [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPartialOverlapCrossThreadDiffFilterSameKeysExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPartialOverlapCrossThreadDiffFilterSameKeysTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPartialOverlapCrossThreadSameFilterDiffKeys [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPartialOverlapCrossThreadSameFilterDiffKeysExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPartialOverlapCrossThreadSameFilterDiffKeysTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPartialOverlapCrossThreadSameFilterSameKeys [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPartialOverlapCrossThreadSameFilterSameKeysExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPartialOverlapCrossThreadSameFilterSameKeysTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPartialOverlapSingleThreadDiffFilterDiffKeys [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPartialOverlapSingleThreadDiffFilterDiffKeysExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPartialOverlapSingleThreadDiffFilterDiffKeysTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPartialOverlapSingleThreadDiffFilterSameKeys [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPartialOverlapSingleThreadDiffFilterSameKeysExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPartialOverlapSingleThreadDiffFilterSameKeysTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPartialOverlapSingleThreadSameFilterDiffKeys [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPartialOverlapSingleThreadSameFilterDiffKeysExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPartialOverlapSingleThreadSameFilterDiffKeysTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPartialOverlapSingleThreadSameFilterSameKeys [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPartialOverlapSingleThreadSameFilterSameKeysExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingPartialOverlapSingleThreadSameFilterSameKeysTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingSoloCrossThread [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingSoloCrossThreadExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingSoloCrossThreadTrace [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingSoloSingleThread [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingSoloSingleThreadExpected [new file with mode: 0644]
dalvik/tools/dmtracedump/tests/filters/testWaitingSoloSingleThreadTrace [new file with mode: 0644]
dalvik/tools/gclog.py [new file with mode: 0755]
dalvik/tools/gdbjithelper/Android.mk [new file with mode: 0644]
dalvik/tools/gdbjithelper/README.txt [new file with mode: 0644]
dalvik/tools/gdbjithelper/gdbjithelper.c [new file with mode: 0644]
dalvik/tools/get-hprof [new file with mode: 0755]
dalvik/tools/hprof-conv/Android.mk [new file with mode: 0644]
dalvik/tools/hprof-conv/HprofConv.c [new file with mode: 0644]
dalvik/vm/AllocTracker.c [new file with mode: 0644]
dalvik/vm/AllocTracker.h [new file with mode: 0644]
dalvik/vm/Android.mk [new file with mode: 0644]
dalvik/vm/Atomic.c [new file with mode: 0644]
dalvik/vm/Atomic.h [new file with mode: 0644]
dalvik/vm/AtomicCache.c [new file with mode: 0644]
dalvik/vm/AtomicCache.h [new file with mode: 0644]
dalvik/vm/Bits.h [new file with mode: 0644]
dalvik/vm/CheckJni.c [new file with mode: 0644]
dalvik/vm/Common.h [new file with mode: 0644]
dalvik/vm/Dalvik.h [new file with mode: 0644]
dalvik/vm/DalvikVersion.h [new file with mode: 0644]
dalvik/vm/Ddm.c [new file with mode: 0644]
dalvik/vm/Ddm.h [new file with mode: 0644]
dalvik/vm/Debugger.c [new file with mode: 0644]
dalvik/vm/Debugger.h [new file with mode: 0644]
dalvik/vm/Dvm.mk [new file with mode: 0644]
dalvik/vm/DvmDex.c [new file with mode: 0644]
dalvik/vm/DvmDex.h [new file with mode: 0644]
dalvik/vm/Exception.c [new file with mode: 0644]
dalvik/vm/Exception.h [new file with mode: 0644]
dalvik/vm/Globals.h [new file with mode: 0644]
dalvik/vm/Hash.c [new file with mode: 0644]
dalvik/vm/Hash.h [new file with mode: 0644]
dalvik/vm/IndirectRefTable.c [new file with mode: 0644]
dalvik/vm/IndirectRefTable.h [new file with mode: 0644]
dalvik/vm/Init.c [new file with mode: 0644]
dalvik/vm/Init.h [new file with mode: 0644]
dalvik/vm/InlineNative.c [new file with mode: 0644]
dalvik/vm/InlineNative.h [new file with mode: 0644]
dalvik/vm/Inlines.c [new file with mode: 0644]
dalvik/vm/Inlines.h [new file with mode: 0644]
dalvik/vm/Intern.c [new file with mode: 0644]
dalvik/vm/Intern.h [new file with mode: 0644]
dalvik/vm/JarFile.c [new file with mode: 0644]
dalvik/vm/JarFile.h [new file with mode: 0644]
dalvik/vm/Jni.c [new file with mode: 0644]
dalvik/vm/JniInternal.h [new file with mode: 0644]
dalvik/vm/LinearAlloc.c [new file with mode: 0644]
dalvik/vm/LinearAlloc.h [new file with mode: 0644]
dalvik/vm/Misc.c [new file with mode: 0644]
dalvik/vm/Misc.h [new file with mode: 0644]
dalvik/vm/Native.c [new file with mode: 0644]
dalvik/vm/Native.h [new file with mode: 0644]
dalvik/vm/PointerSet.c [new file with mode: 0644]
dalvik/vm/PointerSet.h [new file with mode: 0644]
dalvik/vm/Profile.c [new file with mode: 0644]
dalvik/vm/Profile.h [new file with mode: 0644]
dalvik/vm/Properties.c [new file with mode: 0644]
dalvik/vm/Properties.h [new file with mode: 0644]
dalvik/vm/README.txt [new file with mode: 0644]
dalvik/vm/RawDexFile.c [new file with mode: 0644]
dalvik/vm/RawDexFile.h [new file with mode: 0644]
dalvik/vm/ReconfigureDvm.mk [new file with mode: 0644]
dalvik/vm/ReferenceTable.c [new file with mode: 0644]
dalvik/vm/ReferenceTable.h [new file with mode: 0644]
dalvik/vm/SignalCatcher.c [new file with mode: 0644]
dalvik/vm/SignalCatcher.h [new file with mode: 0644]
dalvik/vm/StdioConverter.c [new file with mode: 0644]
dalvik/vm/StdioConverter.h [new file with mode: 0644]
dalvik/vm/Sync.c [new file with mode: 0644]
dalvik/vm/Sync.h [new file with mode: 0644]
dalvik/vm/TestCompability.c [new file with mode: 0644]
dalvik/vm/Thread.c [new file with mode: 0644]
dalvik/vm/Thread.h [new file with mode: 0644]
dalvik/vm/UtfString.c [new file with mode: 0644]
dalvik/vm/UtfString.h [new file with mode: 0644]
dalvik/vm/alloc/Alloc.c [new file with mode: 0644]
dalvik/vm/alloc/Alloc.h [new file with mode: 0644]
dalvik/vm/alloc/CardTable.c [new file with mode: 0644]
dalvik/vm/alloc/CardTable.h [new file with mode: 0644]
dalvik/vm/alloc/Copying.c [new file with mode: 0644]
dalvik/vm/alloc/DdmHeap.c [new file with mode: 0644]
dalvik/vm/alloc/DdmHeap.h [new file with mode: 0644]
dalvik/vm/alloc/Float12.h [new file with mode: 0644]
dalvik/vm/alloc/GC.h [new file with mode: 0644]
dalvik/vm/alloc/Heap.c [new file with mode: 0644]
dalvik/vm/alloc/Heap.h [new file with mode: 0644]
dalvik/vm/alloc/HeapBitmap.c [new file with mode: 0644]
dalvik/vm/alloc/HeapBitmap.h [new file with mode: 0644]
dalvik/vm/alloc/HeapDebug.c [new file with mode: 0644]
dalvik/vm/alloc/HeapDebug.h [new file with mode: 0644]
dalvik/vm/alloc/HeapInternal.h [new file with mode: 0644]
dalvik/vm/alloc/HeapSource.c [new file with mode: 0644]
dalvik/vm/alloc/HeapSource.h [new file with mode: 0644]
dalvik/vm/alloc/HeapTable.c [new file with mode: 0644]
dalvik/vm/alloc/HeapTable.h [new file with mode: 0644]
dalvik/vm/alloc/HeapWorker.c [new file with mode: 0644]
dalvik/vm/alloc/HeapWorker.h [new file with mode: 0644]
dalvik/vm/alloc/MarkSweep.c [new file with mode: 0644]
dalvik/vm/alloc/MarkSweep.h [new file with mode: 0644]
dalvik/vm/alloc/TEST/HeapBitmapTest/Makefile [new file with mode: 0644]
dalvik/vm/alloc/TEST/HeapBitmapTest/include/Dalvik.h [new file with mode: 0644]
dalvik/vm/alloc/TEST/HeapBitmapTest/include/cutils/ashmem.h [new file with mode: 0644]
dalvik/vm/alloc/TEST/HeapBitmapTest/main.c [new file with mode: 0644]
dalvik/vm/alloc/Verify.c [new file with mode: 0644]
dalvik/vm/alloc/Verify.h [new file with mode: 0644]
dalvik/vm/alloc/Visit.c [new file with mode: 0644]
dalvik/vm/alloc/Visit.h [new file with mode: 0644]
dalvik/vm/alloc/VisitInlines.h [new file with mode: 0644]
dalvik/vm/alloc/WriteBarrier.h [new file with mode: 0644]
dalvik/vm/alloc/clz.c [new file with mode: 0644]
dalvik/vm/alloc/clz.h [new file with mode: 0644]
dalvik/vm/analysis/CodeVerify.c [new file with mode: 0644]
dalvik/vm/analysis/CodeVerify.h [new file with mode: 0644]
dalvik/vm/analysis/DexPrepare.c [new file with mode: 0644]
dalvik/vm/analysis/DexPrepare.h [new file with mode: 0644]
dalvik/vm/analysis/DexVerify.c [new file with mode: 0644]
dalvik/vm/analysis/DexVerify.h [new file with mode: 0644]
dalvik/vm/analysis/Optimize.c [new file with mode: 0644]
dalvik/vm/analysis/Optimize.h [new file with mode: 0644]
dalvik/vm/analysis/RegisterMap.c [new file with mode: 0644]
dalvik/vm/analysis/RegisterMap.h [new file with mode: 0644]
dalvik/vm/analysis/VerifySubs.c [new file with mode: 0644]
dalvik/vm/analysis/VerifySubs.h [new file with mode: 0644]
dalvik/vm/arch/arm/CallEABI.S [new file with mode: 0644]
dalvik/vm/arch/arm/CallOldABI.S [new file with mode: 0644]
dalvik/vm/arch/arm/HintsEABI.c [new file with mode: 0644]
dalvik/vm/arch/generic/Call.c [new file with mode: 0644]
dalvik/vm/arch/generic/Hints.c [new file with mode: 0644]
dalvik/vm/arch/sh/CallSH4ABI.S [new file with mode: 0644]
dalvik/vm/arch/x86-atom/Call386ABI.S [new file with mode: 0644]
dalvik/vm/arch/x86-atom/Hints386ABI.c [new file with mode: 0644]
dalvik/vm/arch/x86/Call386ABI.S [new file with mode: 0644]
dalvik/vm/arch/x86/Hints386ABI.c [new file with mode: 0644]
dalvik/vm/compiler/Compiler.c [new file with mode: 0644]
dalvik/vm/compiler/Compiler.h [new file with mode: 0644]
dalvik/vm/compiler/CompilerIR.h [new file with mode: 0644]
dalvik/vm/compiler/CompilerInternals.h [new file with mode: 0644]
dalvik/vm/compiler/CompilerUtility.h [new file with mode: 0644]
dalvik/vm/compiler/Dataflow.c [new file with mode: 0644]
dalvik/vm/compiler/Dataflow.h [new file with mode: 0644]
dalvik/vm/compiler/Frontend.c [new file with mode: 0644]
dalvik/vm/compiler/InlineTransformation.c [new file with mode: 0644]
dalvik/vm/compiler/IntermediateRep.c [new file with mode: 0644]
dalvik/vm/compiler/Loop.c [new file with mode: 0644]
dalvik/vm/compiler/Loop.h [new file with mode: 0644]
dalvik/vm/compiler/Ralloc.c [new file with mode: 0644]
dalvik/vm/compiler/Utility.c [new file with mode: 0644]
dalvik/vm/compiler/codegen/CompilerCodegen.h [new file with mode: 0644]
dalvik/vm/compiler/codegen/Optimizer.h [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/ArchUtility.c [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/ArmLIR.h [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/Assemble.c [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/CalloutHelper.h [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/Codegen.h [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/CodegenCommon.c [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/CodegenDriver.c [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/CodegenFactory.c [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/FP/Thumb2VFP.c [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/FP/ThumbPortableFP.c [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/FP/ThumbVFP.c [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/GlobalOptimizations.c [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/LocalOptimizations.c [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/README.txt [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/Ralloc.h [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/RallocUtil.c [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/Thumb/Factory.c [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/Thumb/Gen.c [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/Thumb/Ralloc.c [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/Thumb2/Factory.c [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/Thumb2/Gen.c [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/Thumb2/Ralloc.c [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/armv5te-vfp/ArchVariant.c [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/armv5te-vfp/ArchVariant.h [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/armv5te-vfp/CallingConvention.S [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/armv5te-vfp/Codegen.c [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/armv5te/ArchVariant.c [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/armv5te/ArchVariant.h [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/armv5te/CallingConvention.S [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/armv5te/Codegen.c [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/armv7-a-neon/ArchVariant.c [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/armv7-a-neon/ArchVariant.h [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/armv7-a-neon/CallingConvention.S [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/armv7-a-neon/Codegen.c [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/armv7-a/ArchVariant.c [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/armv7-a/ArchVariant.h [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/armv7-a/CallingConvention.S [new file with mode: 0644]
dalvik/vm/compiler/codegen/arm/armv7-a/Codegen.c [new file with mode: 0644]
dalvik/vm/compiler/template/Makefile-template [new file with mode: 0644]
dalvik/vm/compiler/template/README.txt [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/TEMPLATE_ADD_DOUBLE_VFP.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/TEMPLATE_ADD_FLOAT_VFP.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/TEMPLATE_CMPG_DOUBLE_VFP.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/TEMPLATE_CMPG_FLOAT_VFP.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/TEMPLATE_CMPL_DOUBLE_VFP.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/TEMPLATE_CMPL_FLOAT_VFP.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/TEMPLATE_DIV_DOUBLE_VFP.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/TEMPLATE_DIV_FLOAT_VFP.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/TEMPLATE_DOUBLE_TO_FLOAT_VFP.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/TEMPLATE_DOUBLE_TO_INT_VFP.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/TEMPLATE_FLOAT_TO_DOUBLE_VFP.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/TEMPLATE_FLOAT_TO_INT_VFP.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/TEMPLATE_INT_TO_DOUBLE_VFP.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/TEMPLATE_INT_TO_FLOAT_VFP.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/TEMPLATE_MEM_OP_DECODE.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/TEMPLATE_MUL_DOUBLE_VFP.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/TEMPLATE_MUL_FLOAT_VFP.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/TEMPLATE_RESTORE_STATE.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/TEMPLATE_SAVE_STATE.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/TEMPLATE_SQRT_DOUBLE_VFP.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/TEMPLATE_SUB_DOUBLE_VFP.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/TEMPLATE_SUB_FLOAT_VFP.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/TemplateOpList.h [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/fbinop.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/fbinopWide.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/funop.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/funopNarrower.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/funopWider.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te-vfp/platform.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/TEMPLATE_CMPG_DOUBLE.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/TEMPLATE_CMPG_FLOAT.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/TEMPLATE_CMPL_DOUBLE.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/TEMPLATE_CMPL_FLOAT.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/TEMPLATE_CMP_LONG.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/TEMPLATE_INTERPRET.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/TEMPLATE_INVOKE_METHOD_CHAIN.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/TEMPLATE_INVOKE_METHOD_NATIVE.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/TEMPLATE_INVOKE_METHOD_NO_OPT.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/TEMPLATE_INVOKE_METHOD_PREDICTED_CHAIN.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/TEMPLATE_MEM_OP_DECODE.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/TEMPLATE_MONITOR_ENTER.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/TEMPLATE_MONITOR_ENTER_DEBUG.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/TEMPLATE_MUL_LONG.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/TEMPLATE_RESTORE_STATE.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/TEMPLATE_RETURN.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/TEMPLATE_SAVE_STATE.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/TEMPLATE_SHL_LONG.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/TEMPLATE_SHR_LONG.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/TEMPLATE_STRING_COMPARETO.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/TEMPLATE_STRING_INDEXOF.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/TEMPLATE_THROW_EXCEPTION_COMMON.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/TEMPLATE_USHR_LONG.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/TemplateOpList.h [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/footer.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/header.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv5te/platform.S [new file with mode: 0644]
dalvik/vm/compiler/template/armv7-a-neon/TemplateOpList.h [new file with mode: 0644]
dalvik/vm/compiler/template/armv7-a/TemplateOpList.h [new file with mode: 0644]
dalvik/vm/compiler/template/config-armv5te [new file with mode: 0644]
dalvik/vm/compiler/template/config-armv5te-vfp [new file with mode: 0644]
dalvik/vm/compiler/template/config-armv7-a [new file with mode: 0644]
dalvik/vm/compiler/template/config-armv7-a-neon [new file with mode: 0644]
dalvik/vm/compiler/template/gen-template.py [new file with mode: 0755]
dalvik/vm/compiler/template/out/CompilerTemplateAsm-armv5te-vfp.S [new file with mode: 0644]
dalvik/vm/compiler/template/out/CompilerTemplateAsm-armv5te.S [new file with mode: 0644]
dalvik/vm/compiler/template/out/CompilerTemplateAsm-armv7-a-neon.S [new file with mode: 0644]
dalvik/vm/compiler/template/out/CompilerTemplateAsm-armv7-a.S [new file with mode: 0644]
dalvik/vm/compiler/template/rebuild.sh [new file with mode: 0755]
dalvik/vm/hprof/Hprof.c [new file with mode: 0644]
dalvik/vm/hprof/Hprof.h [new file with mode: 0644]
dalvik/vm/hprof/HprofClass.c [new file with mode: 0644]
dalvik/vm/hprof/HprofHeap.c [new file with mode: 0644]
dalvik/vm/hprof/HprofOutput.c [new file with mode: 0644]
dalvik/vm/hprof/HprofStack.c [new file with mode: 0644]
dalvik/vm/hprof/HprofStack.h [new file with mode: 0644]
dalvik/vm/hprof/HprofStackFrame.c [new file with mode: 0644]
dalvik/vm/hprof/HprofString.c [new file with mode: 0644]
dalvik/vm/interp/Interp.c [new file with mode: 0644]
dalvik/vm/interp/Interp.h [new file with mode: 0644]
dalvik/vm/interp/InterpDefs.h [new file with mode: 0644]
dalvik/vm/interp/Jit.c [new file with mode: 0644]
dalvik/vm/interp/Jit.h [new file with mode: 0644]
dalvik/vm/interp/README.txt [new file with mode: 0644]
dalvik/vm/interp/Stack.c [new file with mode: 0644]
dalvik/vm/interp/Stack.h [new file with mode: 0644]
dalvik/vm/jdwp/ExpandBuf.c [new file with mode: 0644]
dalvik/vm/jdwp/ExpandBuf.h [new file with mode: 0644]
dalvik/vm/jdwp/Jdwp.h [new file with mode: 0644]
dalvik/vm/jdwp/JdwpAdb.c [new file with mode: 0644]
dalvik/vm/jdwp/JdwpConstants.c [new file with mode: 0644]
dalvik/vm/jdwp/JdwpConstants.h [new file with mode: 0644]
dalvik/vm/jdwp/JdwpEvent.c [new file with mode: 0644]
dalvik/vm/jdwp/JdwpEvent.h [new file with mode: 0644]
dalvik/vm/jdwp/JdwpHandler.c [new file with mode: 0644]
dalvik/vm/jdwp/JdwpHandler.h [new file with mode: 0644]
dalvik/vm/jdwp/JdwpMain.c [new file with mode: 0644]
dalvik/vm/jdwp/JdwpPriv.h [new file with mode: 0644]
dalvik/vm/jdwp/JdwpSocket.c [new file with mode: 0644]
dalvik/vm/jdwp/README.txt [new file with mode: 0644]
dalvik/vm/mterp/Makefile-mterp [new file with mode: 0644]
dalvik/vm/mterp/Mterp.c [new file with mode: 0644]
dalvik/vm/mterp/Mterp.h [new file with mode: 0644]
dalvik/vm/mterp/NOTES.txt [new file with mode: 0644]
dalvik/vm/mterp/README.txt [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_ADD_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_ADD_DOUBLE_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_ADD_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_ADD_FLOAT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_CMPG_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_CMPG_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_CMPL_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_CMPL_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_DIV_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_DIV_DOUBLE_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_DIV_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_DIV_FLOAT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_DOUBLE_TO_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_DOUBLE_TO_INT.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_FLOAT_TO_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_FLOAT_TO_INT.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_INT_TO_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_INT_TO_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_MUL_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_MUL_DOUBLE_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_MUL_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_MUL_FLOAT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_SUB_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_SUB_DOUBLE_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_SUB_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/OP_SUB_FLOAT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/README.txt [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/fbinop.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/fbinop2addr.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/fbinopWide.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/fbinopWide2addr.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/funop.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/funopNarrower.S [new file with mode: 0644]
dalvik/vm/mterp/arm-vfp/funopWider.S [new file with mode: 0644]
dalvik/vm/mterp/armv4t/OP_AGET_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/armv4t/OP_APUT_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/armv4t/OP_IGET_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/armv4t/OP_IGET_WIDE_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/armv4t/OP_IGET_WIDE_VOLATILE.S [new file with mode: 0644]
dalvik/vm/mterp/armv4t/OP_IPUT_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/armv4t/OP_IPUT_WIDE_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/armv4t/OP_IPUT_WIDE_VOLATILE.S [new file with mode: 0644]
dalvik/vm/mterp/armv4t/OP_SGET_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/armv4t/OP_SGET_WIDE_VOLATILE.S [new file with mode: 0644]
dalvik/vm/mterp/armv4t/OP_SPUT_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/armv4t/OP_SPUT_WIDE_VOLATILE.S [new file with mode: 0644]
dalvik/vm/mterp/armv4t/platform.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_ADD_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_ADD_DOUBLE_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_ADD_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_ADD_FLOAT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_ADD_INT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_ADD_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_ADD_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_ADD_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_ADD_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_ADD_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_AGET.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_AGET_BOOLEAN.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_AGET_BYTE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_AGET_CHAR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_AGET_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_AGET_SHORT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_AGET_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_AND_INT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_AND_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_AND_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_AND_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_AND_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_AND_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_APUT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_APUT_BOOLEAN.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_APUT_BYTE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_APUT_CHAR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_APUT_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_APUT_SHORT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_APUT_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_ARRAY_LENGTH.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_BREAKPOINT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_CHECK_CAST.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_CMPG_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_CMPG_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_CMPL_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_CMPL_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_CMP_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_CONST.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_CONST_16.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_CONST_4.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_CONST_CLASS.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_CONST_HIGH16.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_CONST_STRING.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_CONST_STRING_JUMBO.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_CONST_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_CONST_WIDE_16.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_CONST_WIDE_32.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_CONST_WIDE_HIGH16.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_DIV_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_DIV_DOUBLE_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_DIV_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_DIV_FLOAT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_DIV_INT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_DIV_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_DIV_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_DIV_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_DIV_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_DIV_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_DOUBLE_TO_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_DOUBLE_TO_INT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_DOUBLE_TO_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_EXECUTE_INLINE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_EXECUTE_INLINE_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_FILLED_NEW_ARRAY.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_FILLED_NEW_ARRAY_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_FILL_ARRAY_DATA.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_FLOAT_TO_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_FLOAT_TO_INT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_FLOAT_TO_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_GOTO.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_GOTO_16.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_GOTO_32.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IF_EQ.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IF_EQZ.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IF_GE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IF_GEZ.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IF_GT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IF_GTZ.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IF_LE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IF_LEZ.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IF_LT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IF_LTZ.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IF_NE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IF_NEZ.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IGET.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IGET_BOOLEAN.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IGET_BYTE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IGET_CHAR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IGET_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IGET_OBJECT_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IGET_OBJECT_VOLATILE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IGET_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IGET_SHORT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IGET_VOLATILE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IGET_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IGET_WIDE_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IGET_WIDE_VOLATILE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_INSTANCE_OF.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_INT_TO_BYTE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_INT_TO_CHAR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_INT_TO_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_INT_TO_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_INT_TO_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_INT_TO_SHORT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_INVOKE_DIRECT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_INVOKE_DIRECT_EMPTY.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_INVOKE_DIRECT_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_INVOKE_INTERFACE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_INVOKE_INTERFACE_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_INVOKE_STATIC.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_INVOKE_STATIC_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_INVOKE_SUPER.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_INVOKE_SUPER_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_INVOKE_SUPER_QUICK_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_INVOKE_SUPER_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_INVOKE_VIRTUAL.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_INVOKE_VIRTUAL_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_INVOKE_VIRTUAL_QUICK_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_INVOKE_VIRTUAL_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IPUT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IPUT_BOOLEAN.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IPUT_BYTE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IPUT_CHAR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IPUT_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IPUT_OBJECT_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IPUT_OBJECT_VOLATILE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IPUT_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IPUT_SHORT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IPUT_VOLATILE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IPUT_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IPUT_WIDE_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_IPUT_WIDE_VOLATILE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_LONG_TO_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_LONG_TO_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_LONG_TO_INT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_MONITOR_ENTER.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_MONITOR_EXIT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_MOVE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_MOVE_16.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_MOVE_EXCEPTION.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_MOVE_FROM16.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_MOVE_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_MOVE_OBJECT_16.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_MOVE_OBJECT_FROM16.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_MOVE_RESULT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_MOVE_RESULT_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_MOVE_RESULT_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_MOVE_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_MOVE_WIDE_16.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_MOVE_WIDE_FROM16.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_MUL_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_MUL_DOUBLE_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_MUL_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_MUL_FLOAT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_MUL_INT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_MUL_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_MUL_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_MUL_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_MUL_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_MUL_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_NEG_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_NEG_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_NEG_INT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_NEG_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_NEW_ARRAY.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_NEW_INSTANCE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_NOP.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_NOT_INT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_NOT_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_OR_INT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_OR_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_OR_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_OR_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_OR_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_OR_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_PACKED_SWITCH.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_REM_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_REM_DOUBLE_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_REM_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_REM_FLOAT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_REM_INT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_REM_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_REM_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_REM_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_REM_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_REM_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_RETURN.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_RETURN_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_RETURN_VOID.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_RETURN_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_RSUB_INT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_RSUB_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SGET.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SGET_BOOLEAN.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SGET_BYTE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SGET_CHAR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SGET_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SGET_OBJECT_VOLATILE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SGET_SHORT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SGET_VOLATILE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SGET_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SGET_WIDE_VOLATILE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SHL_INT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SHL_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SHL_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SHL_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SHL_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SHR_INT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SHR_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SHR_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SHR_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SHR_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SPARSE_SWITCH.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SPUT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SPUT_BOOLEAN.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SPUT_BYTE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SPUT_CHAR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SPUT_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SPUT_OBJECT_VOLATILE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SPUT_SHORT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SPUT_VOLATILE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SPUT_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SPUT_WIDE_VOLATILE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SUB_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SUB_DOUBLE_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SUB_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SUB_FLOAT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SUB_INT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SUB_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SUB_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_SUB_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_THROW.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_THROW_VERIFICATION_ERROR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_UNUSED_3E.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_UNUSED_3F.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_UNUSED_40.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_UNUSED_41.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_UNUSED_42.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_UNUSED_43.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_UNUSED_73.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_UNUSED_79.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_UNUSED_7A.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_UNUSED_F1.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_UNUSED_FF.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_USHR_INT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_USHR_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_USHR_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_USHR_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_USHR_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_XOR_INT.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_XOR_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_XOR_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_XOR_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_XOR_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/OP_XOR_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/bincmp.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/binop.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/binop2addr.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/binopLit16.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/binopLit8.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/binopWide.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/binopWide2addr.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/debug.c [new file with mode: 0644]
dalvik/vm/mterp/armv5te/entry.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/footer.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/header.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/platform.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/stub.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/unop.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/unopNarrower.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/unopWide.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/unopWider.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/unused.S [new file with mode: 0644]
dalvik/vm/mterp/armv5te/zcmp.S [new file with mode: 0644]
dalvik/vm/mterp/armv6/OP_INT_TO_BYTE.S [new file with mode: 0644]
dalvik/vm/mterp/armv6/OP_INT_TO_CHAR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6/OP_INT_TO_SHORT.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_ADD_DOUBLE_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_ADD_FLOAT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_ADD_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_ADD_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_ADD_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_AND_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_AND_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_AND_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_ARRAY_LENGTH.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_CONST_4.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_DIV_DOUBLE_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_DIV_FLOAT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_DIV_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_DIV_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_DIV_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_DOUBLE_TO_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_DOUBLE_TO_INT.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_DOUBLE_TO_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_FLOAT_TO_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_FLOAT_TO_INT.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_FLOAT_TO_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_IF_EQ.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_IF_GE.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_IF_GT.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_IF_LE.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_IF_LT.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_IF_NE.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_IGET.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_IGET_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_IGET_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_IGET_WIDE_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_INT_TO_BYTE.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_INT_TO_CHAR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_INT_TO_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_INT_TO_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_INT_TO_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_INT_TO_SHORT.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_IPUT.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_IPUT_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_IPUT_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_IPUT_WIDE_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_LONG_TO_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_LONG_TO_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_MOVE.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_MOVE_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_MUL_DOUBLE_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_MUL_FLOAT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_MUL_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_MUL_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_MUL_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_NEG_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_NEG_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_NEG_INT.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_NEG_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_NOT_INT.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_NOT_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_OR_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_OR_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_OR_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_REM_DOUBLE_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_REM_FLOAT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_REM_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_REM_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_REM_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_RSUB_INT.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_SHL_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_SHL_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_SHR_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_SHR_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_SUB_DOUBLE_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_SUB_FLOAT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_SUB_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_SUB_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_USHR_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_USHR_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_XOR_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_XOR_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/OP_XOR_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/bincmp.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/binop2addr.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/binopLit16.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/binopWide2addr.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/unop.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/unopNarrower.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/unopWide.S [new file with mode: 0644]
dalvik/vm/mterp/armv6t2/unopWider.S [new file with mode: 0644]
dalvik/vm/mterp/armv7-a/platform.S [new file with mode: 0644]
dalvik/vm/mterp/c/OP_ADD_DOUBLE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_ADD_DOUBLE_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_ADD_FLOAT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_ADD_FLOAT_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_ADD_INT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_ADD_INT_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_ADD_INT_LIT16.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_ADD_INT_LIT8.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_ADD_LONG.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_ADD_LONG_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_AGET.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_AGET_BOOLEAN.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_AGET_BYTE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_AGET_CHAR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_AGET_OBJECT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_AGET_SHORT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_AGET_WIDE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_AND_INT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_AND_INT_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_AND_INT_LIT16.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_AND_INT_LIT8.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_AND_LONG.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_AND_LONG_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_APUT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_APUT_BOOLEAN.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_APUT_BYTE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_APUT_CHAR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_APUT_OBJECT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_APUT_SHORT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_APUT_WIDE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_ARRAY_LENGTH.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_BREAKPOINT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_CHECK_CAST.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_CMPG_DOUBLE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_CMPG_FLOAT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_CMPL_DOUBLE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_CMPL_FLOAT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_CMP_LONG.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_CONST.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_CONST_16.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_CONST_4.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_CONST_CLASS.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_CONST_HIGH16.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_CONST_STRING.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_CONST_STRING_JUMBO.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_CONST_WIDE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_CONST_WIDE_16.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_CONST_WIDE_32.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_CONST_WIDE_HIGH16.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_DIV_DOUBLE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_DIV_DOUBLE_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_DIV_FLOAT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_DIV_FLOAT_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_DIV_INT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_DIV_INT_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_DIV_INT_LIT16.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_DIV_INT_LIT8.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_DIV_LONG.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_DIV_LONG_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_DOUBLE_TO_FLOAT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_DOUBLE_TO_INT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_DOUBLE_TO_LONG.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_EXECUTE_INLINE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_EXECUTE_INLINE_RANGE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_FILLED_NEW_ARRAY.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_FILLED_NEW_ARRAY_RANGE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_FILL_ARRAY_DATA.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_FLOAT_TO_DOUBLE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_FLOAT_TO_INT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_FLOAT_TO_LONG.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_GOTO.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_GOTO_16.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_GOTO_32.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IF_EQ.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IF_EQZ.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IF_GE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IF_GEZ.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IF_GT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IF_GTZ.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IF_LE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IF_LEZ.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IF_LT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IF_LTZ.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IF_NE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IF_NEZ.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IGET.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IGET_BOOLEAN.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IGET_BYTE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IGET_CHAR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IGET_OBJECT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IGET_OBJECT_QUICK.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IGET_OBJECT_VOLATILE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IGET_QUICK.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IGET_SHORT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IGET_VOLATILE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IGET_WIDE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IGET_WIDE_QUICK.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IGET_WIDE_VOLATILE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_INSTANCE_OF.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_INT_TO_BYTE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_INT_TO_CHAR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_INT_TO_DOUBLE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_INT_TO_FLOAT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_INT_TO_LONG.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_INT_TO_SHORT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_INVOKE_DIRECT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_INVOKE_DIRECT_EMPTY.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_INVOKE_DIRECT_RANGE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_INVOKE_INTERFACE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_INVOKE_INTERFACE_RANGE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_INVOKE_STATIC.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_INVOKE_STATIC_RANGE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_INVOKE_SUPER.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_INVOKE_SUPER_QUICK.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_INVOKE_SUPER_QUICK_RANGE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_INVOKE_SUPER_RANGE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_INVOKE_VIRTUAL.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_INVOKE_VIRTUAL_QUICK.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_INVOKE_VIRTUAL_QUICK_RANGE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_INVOKE_VIRTUAL_RANGE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IPUT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IPUT_BOOLEAN.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IPUT_BYTE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IPUT_CHAR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IPUT_OBJECT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IPUT_OBJECT_QUICK.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IPUT_OBJECT_VOLATILE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IPUT_QUICK.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IPUT_SHORT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IPUT_VOLATILE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IPUT_WIDE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IPUT_WIDE_QUICK.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_IPUT_WIDE_VOLATILE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_LONG_TO_DOUBLE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_LONG_TO_FLOAT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_LONG_TO_INT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_MONITOR_ENTER.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_MONITOR_EXIT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_MOVE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_MOVE_16.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_MOVE_EXCEPTION.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_MOVE_FROM16.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_MOVE_OBJECT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_MOVE_OBJECT_16.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_MOVE_OBJECT_FROM16.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_MOVE_RESULT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_MOVE_RESULT_OBJECT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_MOVE_RESULT_WIDE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_MOVE_WIDE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_MOVE_WIDE_16.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_MOVE_WIDE_FROM16.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_MUL_DOUBLE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_MUL_DOUBLE_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_MUL_FLOAT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_MUL_FLOAT_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_MUL_INT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_MUL_INT_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_MUL_INT_LIT16.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_MUL_INT_LIT8.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_MUL_LONG.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_MUL_LONG_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_NEG_DOUBLE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_NEG_FLOAT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_NEG_INT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_NEG_LONG.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_NEW_ARRAY.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_NEW_INSTANCE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_NOP.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_NOT_INT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_NOT_LONG.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_OR_INT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_OR_INT_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_OR_INT_LIT16.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_OR_INT_LIT8.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_OR_LONG.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_OR_LONG_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_PACKED_SWITCH.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_REM_DOUBLE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_REM_DOUBLE_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_REM_FLOAT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_REM_FLOAT_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_REM_INT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_REM_INT_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_REM_INT_LIT16.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_REM_INT_LIT8.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_REM_LONG.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_REM_LONG_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_RETURN.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_RETURN_OBJECT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_RETURN_VOID.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_RETURN_WIDE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_RSUB_INT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_RSUB_INT_LIT8.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SGET.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SGET_BOOLEAN.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SGET_BYTE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SGET_CHAR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SGET_OBJECT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SGET_OBJECT_VOLATILE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SGET_SHORT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SGET_VOLATILE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SGET_WIDE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SGET_WIDE_VOLATILE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SHL_INT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SHL_INT_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SHL_INT_LIT8.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SHL_LONG.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SHL_LONG_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SHR_INT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SHR_INT_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SHR_INT_LIT8.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SHR_LONG.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SHR_LONG_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SPARSE_SWITCH.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SPUT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SPUT_BOOLEAN.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SPUT_BYTE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SPUT_CHAR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SPUT_OBJECT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SPUT_OBJECT_VOLATILE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SPUT_SHORT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SPUT_VOLATILE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SPUT_WIDE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SPUT_WIDE_VOLATILE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SUB_DOUBLE.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SUB_DOUBLE_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SUB_FLOAT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SUB_FLOAT_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SUB_INT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SUB_INT_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SUB_LONG.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_SUB_LONG_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_THROW.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_THROW_VERIFICATION_ERROR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_UNUSED_3E.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_UNUSED_3F.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_UNUSED_40.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_UNUSED_41.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_UNUSED_42.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_UNUSED_43.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_UNUSED_73.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_UNUSED_79.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_UNUSED_7A.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_UNUSED_F1.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_UNUSED_FF.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_USHR_INT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_USHR_INT_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_USHR_INT_LIT8.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_USHR_LONG.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_USHR_LONG_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_XOR_INT.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_XOR_INT_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_XOR_INT_LIT16.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_XOR_INT_LIT8.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_XOR_LONG.c [new file with mode: 0644]
dalvik/vm/mterp/c/OP_XOR_LONG_2ADDR.c [new file with mode: 0644]
dalvik/vm/mterp/c/gotoTargets.c [new file with mode: 0644]
dalvik/vm/mterp/c/header.c [new file with mode: 0644]
dalvik/vm/mterp/c/opcommon.c [new file with mode: 0644]
dalvik/vm/mterp/common/FindInterface.h [new file with mode: 0644]
dalvik/vm/mterp/common/asm-constants.h [new file with mode: 0644]
dalvik/vm/mterp/common/jit-config.h [new file with mode: 0644]
dalvik/vm/mterp/config-allstubs [new file with mode: 0644]
dalvik/vm/mterp/config-armv4t [new file with mode: 0644]
dalvik/vm/mterp/config-armv5te [new file with mode: 0644]
dalvik/vm/mterp/config-armv5te-vfp [new file with mode: 0644]
dalvik/vm/mterp/config-armv7-a [new file with mode: 0644]
dalvik/vm/mterp/config-armv7-a-neon [new file with mode: 0644]
dalvik/vm/mterp/config-portdbg [new file with mode: 0644]
dalvik/vm/mterp/config-portstd [new file with mode: 0644]
dalvik/vm/mterp/config-x86 [new file with mode: 0644]
dalvik/vm/mterp/config-x86-atom [new file with mode: 0644]
dalvik/vm/mterp/cstubs/enddefs.c [new file with mode: 0644]
dalvik/vm/mterp/cstubs/entry.c [new file with mode: 0644]
dalvik/vm/mterp/cstubs/stubdefs.c [new file with mode: 0644]
dalvik/vm/mterp/gen-mterp.py [new file with mode: 0755]
dalvik/vm/mterp/out/InterpAsm-allstubs.S [new file with mode: 0644]
dalvik/vm/mterp/out/InterpAsm-armv4t.S [new file with mode: 0644]
dalvik/vm/mterp/out/InterpAsm-armv5te-vfp.S [new file with mode: 0644]
dalvik/vm/mterp/out/InterpAsm-armv5te.S [new file with mode: 0644]
dalvik/vm/mterp/out/InterpAsm-armv7-a-neon.S [new file with mode: 0644]
dalvik/vm/mterp/out/InterpAsm-armv7-a.S [new file with mode: 0644]
dalvik/vm/mterp/out/InterpAsm-x86-atom.S [new file with mode: 0644]
dalvik/vm/mterp/out/InterpAsm-x86.S [new file with mode: 0644]
dalvik/vm/mterp/out/InterpC-allstubs.c [new file with mode: 0644]
dalvik/vm/mterp/out/InterpC-armv4t.c [new file with mode: 0644]
dalvik/vm/mterp/out/InterpC-armv5te-vfp.c [new file with mode: 0644]
dalvik/vm/mterp/out/InterpC-armv5te.c [new file with mode: 0644]
dalvik/vm/mterp/out/InterpC-armv7-a-neon.c [new file with mode: 0644]
dalvik/vm/mterp/out/InterpC-armv7-a.c [new file with mode: 0644]
dalvik/vm/mterp/out/InterpC-portdbg.c [new file with mode: 0644]
dalvik/vm/mterp/out/InterpC-portstd.c [new file with mode: 0644]
dalvik/vm/mterp/out/InterpC-x86-atom.c [new file with mode: 0644]
dalvik/vm/mterp/out/InterpC-x86.c [new file with mode: 0644]
dalvik/vm/mterp/portable/debug.c [new file with mode: 0644]
dalvik/vm/mterp/portable/enddefs.c [new file with mode: 0644]
dalvik/vm/mterp/portable/entry.c [new file with mode: 0644]
dalvik/vm/mterp/portable/portdbg.c [new file with mode: 0644]
dalvik/vm/mterp/portable/portstd.c [new file with mode: 0644]
dalvik/vm/mterp/portable/stubdefs.c [new file with mode: 0644]
dalvik/vm/mterp/rebuild.sh [new file with mode: 0755]
dalvik/vm/mterp/x86-atom/OP_ADD_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_ADD_DOUBLE_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_ADD_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_ADD_FLOAT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_ADD_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_ADD_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_ADD_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_ADD_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_ADD_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_ADD_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_AGET.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_AGET_BOOLEAN.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_AGET_BYTE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_AGET_CHAR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_AGET_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_AGET_SHORT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_AGET_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_AND_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_AND_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_AND_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_AND_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_AND_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_AND_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_APUT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_APUT_BOOLEAN.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_APUT_BYTE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_APUT_CHAR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_APUT_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_APUT_SHORT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_APUT_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_ARRAY_LENGTH.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_CHECK_CAST.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_CMPG_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_CMPG_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_CMPL_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_CMPL_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_CMP_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_CONST.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_CONST_16.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_CONST_4.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_CONST_CLASS.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_CONST_HIGH16.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_CONST_STRING.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_CONST_STRING_JUMBO.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_CONST_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_CONST_WIDE_16.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_CONST_WIDE_32.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_CONST_WIDE_HIGH16.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_DIV_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_DIV_DOUBLE_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_DIV_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_DIV_FLOAT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_DIV_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_DIV_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_DIV_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_DIV_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_DIV_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_DIV_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_DOUBLE_TO_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_DOUBLE_TO_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_DOUBLE_TO_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_EXECUTE_INLINE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_FILLED_NEW_ARRAY.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_FILLED_NEW_ARRAY_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_FILL_ARRAY_DATA.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_FLOAT_TO_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_FLOAT_TO_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_FLOAT_TO_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_GOTO.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_GOTO_16.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_GOTO_32.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IF_EQ.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IF_EQZ.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IF_GE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IF_GEZ.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IF_GT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IF_GTZ.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IF_LE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IF_LEZ.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IF_LT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IF_LTZ.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IF_NE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IF_NEZ.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IGET.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IGET_BOOLEAN.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IGET_BYTE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IGET_CHAR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IGET_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IGET_OBJECT_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IGET_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IGET_SHORT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IGET_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IGET_WIDE_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_INSTANCE_OF.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_INT_TO_BYTE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_INT_TO_CHAR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_INT_TO_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_INT_TO_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_INT_TO_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_INT_TO_SHORT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_INVOKE_DIRECT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_INVOKE_DIRECT_EMPTY.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_INVOKE_DIRECT_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_INVOKE_INTERFACE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_INVOKE_INTERFACE_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_INVOKE_STATIC.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_INVOKE_STATIC_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_INVOKE_SUPER.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_INVOKE_SUPER_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_INVOKE_SUPER_QUICK_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_INVOKE_SUPER_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_INVOKE_VIRTUAL.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_INVOKE_VIRTUAL_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_INVOKE_VIRTUAL_QUICK_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_INVOKE_VIRTUAL_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IPUT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IPUT_BOOLEAN.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IPUT_BYTE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IPUT_CHAR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IPUT_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IPUT_OBJECT_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IPUT_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IPUT_SHORT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IPUT_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_IPUT_WIDE_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_LONG_TO_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_LONG_TO_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_LONG_TO_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_MONITOR_ENTER.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_MONITOR_EXIT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_MOVE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_MOVE_16.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_MOVE_EXCEPTION.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_MOVE_FROM16.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_MOVE_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_MOVE_OBJECT_16.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_MOVE_OBJECT_FROM16.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_MOVE_RESULT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_MOVE_RESULT_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_MOVE_RESULT_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_MOVE_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_MOVE_WIDE_16.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_MOVE_WIDE_FROM16.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_MUL_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_MUL_DOUBLE_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_MUL_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_MUL_FLOAT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_MUL_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_MUL_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_MUL_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_MUL_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_MUL_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_MUL_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_NEG_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_NEG_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_NEG_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_NEG_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_NEW_ARRAY.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_NEW_INSTANCE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_NOP.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_NOT_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_NOT_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_OR_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_OR_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_OR_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_OR_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_OR_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_OR_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_PACKED_SWITCH.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_REM_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_REM_DOUBLE_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_REM_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_REM_FLOAT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_REM_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_REM_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_REM_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_REM_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_REM_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_REM_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_RETURN.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_RETURN_COMMON.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_RETURN_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_RETURN_VOID.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_RETURN_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_RSUB_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_RSUB_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SGET.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SGET_BOOLEAN.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SGET_BYTE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SGET_CHAR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SGET_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SGET_SHORT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SGET_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SHL_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SHL_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SHL_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SHL_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SHL_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SHR_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SHR_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SHR_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SHR_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SHR_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SPARSE_SWITCH.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SPUT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SPUT_BOOLEAN.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SPUT_BYTE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SPUT_CHAR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SPUT_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SPUT_SHORT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SPUT_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SUB_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SUB_DOUBLE_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SUB_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SUB_FLOAT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SUB_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SUB_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SUB_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SUB_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_SUB_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_THROW.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_THROW_VERIFICATION_ERROR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_UNUSED_3E.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_UNUSED_3F.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_UNUSED_40.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_UNUSED_41.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_UNUSED_42.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_UNUSED_43.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_UNUSED_73.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_UNUSED_79.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_UNUSED_7A.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_UNUSED_E3.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_UNUSED_E4.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_UNUSED_E5.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_UNUSED_E6.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_UNUSED_E7.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_UNUSED_F1.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_UNUSED_FC.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_UNUSED_FD.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_UNUSED_FE.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_UNUSED_FF.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_USHR_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_USHR_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_USHR_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_USHR_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_USHR_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_XOR_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_XOR_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_XOR_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_XOR_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_XOR_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/OP_XOR_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/TODO.txt [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/bincmp.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/binop.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/binop2addr.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/binopD.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/binopD2addr.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/binopDLit16.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/binopDLit8.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/binopDivRemLong.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/binopDivRemLong2Addr.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/binopF.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/binopF2addr.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/binopLit16.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/binopLit8.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/binopLit8S.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/binopS.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/binopS2addr.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/binopWide.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/binopWide2addr.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/entry.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/footer.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/header.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/stub.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/unop.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/unopWide.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/unused.S [new file with mode: 0644]
dalvik/vm/mterp/x86-atom/zcmp.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_ADD_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_ADD_DOUBLE_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_ADD_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_ADD_FLOAT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_ADD_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_ADD_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_ADD_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_ADD_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_ADD_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_ADD_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_AGET.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_AGET_BOOLEAN.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_AGET_BYTE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_AGET_CHAR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_AGET_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_AGET_SHORT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_AGET_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_AND_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_AND_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_AND_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_AND_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_AND_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_AND_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_APUT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_APUT_BOOLEAN.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_APUT_BYTE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_APUT_CHAR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_APUT_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_APUT_SHORT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_APUT_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_ARRAY_LENGTH.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_BREAKPOINT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_CHECK_CAST.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_CMPG_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_CMPG_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_CMPL_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_CMPL_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_CMP_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_CONST.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_CONST_16.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_CONST_4.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_CONST_CLASS.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_CONST_HIGH16.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_CONST_STRING.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_CONST_STRING_JUMBO.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_CONST_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_CONST_WIDE_16.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_CONST_WIDE_32.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_CONST_WIDE_HIGH16.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_DIV_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_DIV_DOUBLE_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_DIV_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_DIV_FLOAT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_DIV_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_DIV_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_DIV_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_DIV_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_DIV_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_DIV_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_DOUBLE_TO_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_DOUBLE_TO_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_DOUBLE_TO_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_EXECUTE_INLINE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_EXECUTE_INLINE_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_FILLED_NEW_ARRAY.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_FILLED_NEW_ARRAY_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_FILL_ARRAY_DATA.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_FLOAT_TO_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_FLOAT_TO_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_FLOAT_TO_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_GOTO.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_GOTO_16.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_GOTO_32.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IF_EQ.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IF_EQZ.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IF_GE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IF_GEZ.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IF_GT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IF_GTZ.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IF_LE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IF_LEZ.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IF_LT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IF_LTZ.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IF_NE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IF_NEZ.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IGET.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IGET_BOOLEAN.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IGET_BYTE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IGET_CHAR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IGET_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IGET_OBJECT_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IGET_OBJECT_VOLATILE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IGET_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IGET_SHORT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IGET_VOLATILE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IGET_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IGET_WIDE_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_INSTANCE_OF.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_INT_TO_BYTE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_INT_TO_CHAR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_INT_TO_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_INT_TO_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_INT_TO_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_INT_TO_SHORT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_INVOKE_DIRECT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_INVOKE_DIRECT_EMPTY.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_INVOKE_DIRECT_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_INVOKE_INTERFACE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_INVOKE_INTERFACE_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_INVOKE_STATIC.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_INVOKE_STATIC_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_INVOKE_SUPER.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_INVOKE_SUPER_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_INVOKE_SUPER_QUICK_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_INVOKE_SUPER_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_INVOKE_VIRTUAL.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_INVOKE_VIRTUAL_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_INVOKE_VIRTUAL_QUICK_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_INVOKE_VIRTUAL_RANGE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IPUT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IPUT_BOOLEAN.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IPUT_BYTE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IPUT_CHAR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IPUT_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IPUT_OBJECT_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IPUT_OBJECT_VOLATILE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IPUT_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IPUT_SHORT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IPUT_VOLATILE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IPUT_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_IPUT_WIDE_QUICK.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_LONG_TO_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_LONG_TO_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_LONG_TO_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_MONITOR_ENTER.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_MONITOR_EXIT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_MOVE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_MOVE_16.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_MOVE_EXCEPTION.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_MOVE_FROM16.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_MOVE_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_MOVE_OBJECT_16.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_MOVE_OBJECT_FROM16.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_MOVE_RESULT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_MOVE_RESULT_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_MOVE_RESULT_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_MOVE_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_MOVE_WIDE_16.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_MOVE_WIDE_FROM16.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_MUL_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_MUL_DOUBLE_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_MUL_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_MUL_FLOAT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_MUL_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_MUL_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_MUL_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_MUL_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_MUL_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_MUL_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_NEG_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_NEG_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_NEG_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_NEG_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_NEW_ARRAY.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_NEW_INSTANCE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_NOP.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_NOT_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_NOT_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_OR_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_OR_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_OR_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_OR_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_OR_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_OR_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_PACKED_SWITCH.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_REM_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_REM_DOUBLE_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_REM_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_REM_FLOAT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_REM_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_REM_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_REM_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_REM_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_REM_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_REM_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_RETURN.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_RETURN_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_RETURN_VOID.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_RETURN_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_RSUB_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_RSUB_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SGET.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SGET_BOOLEAN.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SGET_BYTE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SGET_CHAR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SGET_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SGET_OBJECT_VOLATILE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SGET_SHORT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SGET_VOLATILE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SGET_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SHL_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SHL_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SHL_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SHL_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SHL_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SHR_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SHR_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SHR_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SHR_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SHR_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SPARSE_SWITCH.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SPUT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SPUT_BOOLEAN.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SPUT_BYTE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SPUT_CHAR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SPUT_OBJECT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SPUT_OBJECT_VOLATILE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SPUT_SHORT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SPUT_VOLATILE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SPUT_WIDE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SUB_DOUBLE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SUB_DOUBLE_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SUB_FLOAT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SUB_FLOAT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SUB_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SUB_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SUB_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_SUB_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_THROW.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_THROW_VERIFICATION_ERROR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_UNUSED_3E.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_UNUSED_3F.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_UNUSED_40.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_UNUSED_41.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_UNUSED_42.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_UNUSED_43.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_UNUSED_73.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_UNUSED_79.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_UNUSED_7A.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_UNUSED_E3.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_UNUSED_E4.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_UNUSED_E5.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_UNUSED_E6.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_UNUSED_E7.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_UNUSED_F1.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_UNUSED_FC.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_UNUSED_FD.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_UNUSED_FE.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_UNUSED_FF.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_USHR_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_USHR_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_USHR_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_USHR_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_USHR_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_XOR_INT.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_XOR_INT_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_XOR_INT_LIT16.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_XOR_INT_LIT8.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_XOR_LONG.S [new file with mode: 0644]
dalvik/vm/mterp/x86/OP_XOR_LONG_2ADDR.S [new file with mode: 0644]
dalvik/vm/mterp/x86/bincmp.S [new file with mode: 0644]
dalvik/vm/mterp/x86/bindiv.S [new file with mode: 0644]
dalvik/vm/mterp/x86/bindiv2addr.S [new file with mode: 0644]
dalvik/vm/mterp/x86/bindivLit16.S [new file with mode: 0644]
dalvik/vm/mterp/x86/bindivLit8.S [new file with mode: 0644]
dalvik/vm/mterp/x86/binflop.S [new file with mode: 0644]
dalvik/vm/mterp/x86/binflop2addr.S [new file with mode: 0644]
dalvik/vm/mterp/x86/binop.S [new file with mode: 0644]
dalvik/vm/mterp/x86/binop1.S [new file with mode: 0644]
dalvik/vm/mterp/x86/binop2addr.S [new file with mode: 0644]
dalvik/vm/mterp/x86/binopLit16.S [new file with mode: 0644]
dalvik/vm/mterp/x86/binopLit8.S [new file with mode: 0644]
dalvik/vm/mterp/x86/binopWide.S [new file with mode: 0644]
dalvik/vm/mterp/x86/binopWide2addr.S [new file with mode: 0644]
dalvik/vm/mterp/x86/cvtfp_int.S [new file with mode: 0644]
dalvik/vm/mterp/x86/entry.S [new file with mode: 0644]
dalvik/vm/mterp/x86/footer.S [new file with mode: 0644]
dalvik/vm/mterp/x86/fpcvt.S [new file with mode: 0644]
dalvik/vm/mterp/x86/header.S [new file with mode: 0644]
dalvik/vm/mterp/x86/shop2addr.S [new file with mode: 0644]
dalvik/vm/mterp/x86/stub.S [new file with mode: 0644]
dalvik/vm/mterp/x86/unop.S [new file with mode: 0644]
dalvik/vm/mterp/x86/unopWide.S [new file with mode: 0644]
dalvik/vm/mterp/x86/unused.S [new file with mode: 0644]
dalvik/vm/mterp/x86/zcmp.S [new file with mode: 0644]
dalvik/vm/native/InternalNative.c [new file with mode: 0644]
dalvik/vm/native/InternalNative.h [new file with mode: 0644]
dalvik/vm/native/InternalNativePriv.h [new file with mode: 0644]
dalvik/vm/native/README.txt [new file with mode: 0644]
dalvik/vm/native/dalvik_system_DexFile.c [new file with mode: 0644]
dalvik/vm/native/dalvik_system_VMDebug.c [new file with mode: 0644]
dalvik/vm/native/dalvik_system_VMRuntime.c [new file with mode: 0644]
dalvik/vm/native/dalvik_system_VMStack.c [new file with mode: 0644]
dalvik/vm/native/dalvik_system_Zygote.c [new file with mode: 0644]
dalvik/vm/native/java_lang_Class.c [new file with mode: 0644]
dalvik/vm/native/java_lang_Object.c [new file with mode: 0644]
dalvik/vm/native/java_lang_Runtime.c [new file with mode: 0644]
dalvik/vm/native/java_lang_String.c [new file with mode: 0644]
dalvik/vm/native/java_lang_System.c [new file with mode: 0644]
dalvik/vm/native/java_lang_SystemProperties.c [new file with mode: 0644]
dalvik/vm/native/java_lang_Throwable.c [new file with mode: 0644]
dalvik/vm/native/java_lang_VMClassLoader.c [new file with mode: 0644]
dalvik/vm/native/java_lang_VMThread.c [new file with mode: 0644]
dalvik/vm/native/java_lang_reflect_AccessibleObject.c [new file with mode: 0644]
dalvik/vm/native/java_lang_reflect_Array.c [new file with mode: 0644]
dalvik/vm/native/java_lang_reflect_Constructor.c [new file with mode: 0644]
dalvik/vm/native/java_lang_reflect_Field.c [new file with mode: 0644]
dalvik/vm/native/java_lang_reflect_Method.c [new file with mode: 0644]
dalvik/vm/native/java_lang_reflect_Proxy.c [new file with mode: 0644]
dalvik/vm/native/java_security_AccessController.c [new file with mode: 0644]
dalvik/vm/native/java_util_concurrent_atomic_AtomicLong.c [new file with mode: 0644]
dalvik/vm/native/org_apache_harmony_dalvik_NativeTestTarget.c [new file with mode: 0644]
dalvik/vm/native/org_apache_harmony_dalvik_ddmc_DdmServer.c [new file with mode: 0644]
dalvik/vm/native/org_apache_harmony_dalvik_ddmc_DdmVmInternal.c [new file with mode: 0644]
dalvik/vm/native/sun_misc_Unsafe.c [new file with mode: 0644]
dalvik/vm/oo/AccessCheck.c [new file with mode: 0644]
dalvik/vm/oo/AccessCheck.h [new file with mode: 0644]
dalvik/vm/oo/Array.c [new file with mode: 0644]
dalvik/vm/oo/Array.h [new file with mode: 0644]
dalvik/vm/oo/Class.c [new file with mode: 0644]
dalvik/vm/oo/Class.h [new file with mode: 0644]
dalvik/vm/oo/Object.c [new file with mode: 0644]
dalvik/vm/oo/Object.h [new file with mode: 0644]
dalvik/vm/oo/ObjectInlines.h [new file with mode: 0644]
dalvik/vm/oo/Resolve.c [new file with mode: 0644]
dalvik/vm/oo/Resolve.h [new file with mode: 0644]
dalvik/vm/oo/TypeCheck.c [new file with mode: 0644]
dalvik/vm/oo/TypeCheck.h [new file with mode: 0644]
dalvik/vm/reflect/Annotation.c [new file with mode: 0644]
dalvik/vm/reflect/Proxy.c [new file with mode: 0644]
dalvik/vm/reflect/Reflect.c [new file with mode: 0644]
dalvik/vm/reflect/Reflect.h [new file with mode: 0644]
dalvik/vm/test/AtomicTest.c [new file with mode: 0644]
dalvik/vm/test/Test.h [new file with mode: 0644]
dalvik/vm/test/TestHash.c [new file with mode: 0644]
dalvik/vm/test/TestIndirectRefTable.c [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/Android.mk [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/AndroidManifest.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/CleanSpec.mk [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/NOTICE [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/drawable-hdpi/app_icon.png [new file with mode: 0755]
packages/apps/AccountsAndSyncSettings/res/drawable-hdpi/ic_btn_next.png [new file with mode: 0755]
packages/apps/AccountsAndSyncSettings/res/drawable-hdpi/ic_list_sync_anim0.png [new file with mode: 0755]
packages/apps/AccountsAndSyncSettings/res/drawable-hdpi/ic_list_sync_anim1.png [new file with mode: 0755]
packages/apps/AccountsAndSyncSettings/res/drawable-hdpi/ic_list_sync_anim2.png [new file with mode: 0755]
packages/apps/AccountsAndSyncSettings/res/drawable-hdpi/ic_list_sync_anim3.png [new file with mode: 0755]
packages/apps/AccountsAndSyncSettings/res/drawable-hdpi/ic_list_sync_error.png [new file with mode: 0755]
packages/apps/AccountsAndSyncSettings/res/drawable-hdpi/ic_sync_green.png [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/drawable-hdpi/ic_sync_grey.png [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/drawable-hdpi/ic_sync_red.png [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/drawable-hdpi/title_bar.9.png [new file with mode: 0755]
packages/apps/AccountsAndSyncSettings/res/drawable-mdpi/app_icon.png [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/drawable-mdpi/ic_btn_next.png [new file with mode: 0755]
packages/apps/AccountsAndSyncSettings/res/drawable-mdpi/ic_list_sync_anim0.png [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/drawable-mdpi/ic_list_sync_anim1.png [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/drawable-mdpi/ic_list_sync_anim2.png [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/drawable-mdpi/ic_list_sync_anim3.png [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/drawable-mdpi/ic_sync_green.png [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/drawable-mdpi/ic_sync_grey.png [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/drawable-mdpi/ic_sync_red.png [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/drawable-mdpi/title_bar.9.png [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/drawable/ic_list_sync_anim.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/drawable/ic_list_syncerror.png [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/layout/account_preference.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/layout/account_sync_screen.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/layout/add_account_screen.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/layout/manage_accounts_screen.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/layout/preference_widget_sync_toggle.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/layout/provider_preference.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/layout/title.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-ar/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-bg/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-ca/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-cs/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-da/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-de/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-el/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-es/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-fa/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-fi/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-fr/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-hr/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-hu/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-in/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-it/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-iw/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-ja/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-ko/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-lt/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-lv/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-nb/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-nl/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-pl/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-pt/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-ro/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-ru/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-sk/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-sl/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-sr/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-sv/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-th/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-tl/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-tr/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-uk/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-vi/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc234/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-ar/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-bg/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-ca/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-cs/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-da/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-de/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-el/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-es/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-fa/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-fi/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-fr/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-hr/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-hu/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-in/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-it/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-iw/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-ja/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-ko/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-lt/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-lv/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-nb/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-nl/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-pl/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-pt/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-ro/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-ru/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-sk/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-sl/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-sr/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-sv/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-th/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-tl/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-tr/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-uk/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-vi/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-mcc262/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/values/strings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/xml/account_sync_settings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/xml/add_account_settings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/res/xml/manage_accounts_settings.xml [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/src/com/android/settings/AccountPreference.java [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/src/com/android/settings/AccountPreferenceBase.java [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/src/com/android/settings/AccountSyncSettings.java [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/src/com/android/settings/AccountSyncSettingsInAddAccount.java [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/src/com/android/settings/AddAccountSettings.java [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/src/com/android/settings/ManageAccountsSettings.java [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/src/com/android/settings/ProviderPreference.java [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/src/com/android/settings/SyncActivityTooManyDeletes.java [new file with mode: 0644]
packages/apps/AccountsAndSyncSettings/src/com/android/settings/SyncStateCheckBoxPreference.java [new file with mode: 0644]
packages/apps/Bluetooth/Android.mk [new file with mode: 0644]
packages/apps/Bluetooth/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Bluetooth/AndroidManifest_test.xml [new file with mode: 0644]
packages/apps/Bluetooth/CleanSpec.mk [new file with mode: 0644]
packages/apps/Bluetooth/res/drawable-hdpi/bt_incomming_file_notification.png [new file with mode: 0755]
packages/apps/Bluetooth/res/drawable-hdpi/bt_share.png [new file with mode: 0644]
packages/apps/Bluetooth/res/drawable-hdpi/ic_launcher_folder_bluetooth.png [new file with mode: 0644]
packages/apps/Bluetooth/res/drawable-hdpi/icon.png [new file with mode: 0644]
packages/apps/Bluetooth/res/drawable-mdpi/bt_incomming_file_notification.png [new file with mode: 0644]
packages/apps/Bluetooth/res/drawable-mdpi/bt_share.png [new file with mode: 0644]
packages/apps/Bluetooth/res/drawable-mdpi/ic_launcher_folder_bluetooth.png [new file with mode: 0644]
packages/apps/Bluetooth/res/drawable-mdpi/icon.png [new file with mode: 0644]
packages/apps/Bluetooth/res/layout/access.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/layout/auth.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/layout/bluetooth_transfer_item.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/layout/bluetooth_transfers_page.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/layout/bt_enabling_progress.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/layout/confirm_dialog.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/layout/file_transfer.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/layout/no_transfers.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/layout/status_bar_ongoing_event_progress_bar.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/layout/testactivity_main.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/menu/transferhistory.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/menu/transferhistorycontextfinished.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-ar/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-ar/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-bg/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-bg/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-ca/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-ca/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-cs/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-cs/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-da/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-da/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-de/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-de/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-el/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-el/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-en-rGB/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-en-rGB/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-es-rUS/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-es-rUS/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-es/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-es/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-fa/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-fa/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-fi/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-fi/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-fr/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-fr/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-hr/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-hr/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-hu/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-hu/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-in/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-in/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-it/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-it/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-iw/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-iw/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-ja/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-ja/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-ko/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-ko/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-lt/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-lt/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-lv/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-lv/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-nb/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-nb/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-nl/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-nl/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-pl/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-pl/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-pt-rPT/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-pt-rPT/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-pt/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-pt/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-rm/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-rm/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-rm/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-ro/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-ro/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-ru/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-ru/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-sk/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-sk/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-sl/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-sl/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-sr/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-sr/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-sv/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-sv/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-th/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-th/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-tl/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-tl/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-tr/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-tr/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-uk/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-uk/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-vi/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-vi/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-zh-rCN/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-zh-rCN/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-zh-rTW/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values-zh-rTW/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values/strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values/strings_pbap.xml [new file with mode: 0644]
packages/apps/Bluetooth/res/values/test_strings.xml [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppBatch.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppBtEnableActivity.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppBtEnablingActivity.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppBtErrorActivity.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppIncomingFileConfirmActivity.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppLauncherActivity.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppLiveFolder.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppManager.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppNotification.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppObexClientSession.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppObexServerSession.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppObexSession.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppPreference.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppProvider.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppReceiveFileInfo.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppReceiver.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppRfcommListener.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppRfcommTransport.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppSendFileInfo.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppService.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppShareInfo.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppTransfer.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppTransferActivity.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppTransferAdapter.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppTransferHistory.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppTransferInfo.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppUtility.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothShare.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/Constants.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/opp/TestActivity.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/pbap/BluetoothPbapActivity.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/pbap/BluetoothPbapAuthenticator.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/pbap/BluetoothPbapCallLogComposer.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/pbap/BluetoothPbapObexServer.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/pbap/BluetoothPbapReceiver.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/pbap/BluetoothPbapRfcommTransport.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/pbap/BluetoothPbapService.java [new file with mode: 0644]
packages/apps/Bluetooth/src/com/android/bluetooth/pbap/BluetoothPbapVcardManager.java [new file with mode: 0644]
packages/apps/Browser/Android.mk [new file with mode: 0644]
packages/apps/Browser/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Browser/CleanSpec.mk [new file with mode: 0644]
packages/apps/Browser/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/apps/Browser/NOTICE [new file with mode: 0644]
packages/apps/Browser/assets/html/flashtest.html [new file with mode: 0644]
packages/apps/Browser/res/anim/dialog_enter.xml [new file with mode: 0644]
packages/apps/Browser/res/anim/dialog_exit.xml [new file with mode: 0644]
packages/apps/Browser/res/anim/title_bar_enter.xml [new file with mode: 0644]
packages/apps/Browser/res/anim/title_bar_exit.xml [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/app_web_browser_sm.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/appwidget_bg.9.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/arcs.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/browser_thumbnail.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/btn_close_window.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/dialog_divider_horizontal_light.9.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/fav_icn_background.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_btn_bookmarks.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_btn_close_panel.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_btn_copy.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_btn_find.png [new file with mode: 0755]
packages/apps/Browser/res/drawable-hdpi/ic_btn_find_next.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_btn_find_prev.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_btn_select_all.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_btn_share.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_btn_stop_v2.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_dialog_browser_certificate_partially_secure.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_dialog_browser_certificate_secure.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_dialog_browser_security_bad.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_dialog_browser_security_good.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_launcher_browser.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_launcher_drm_file.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_launcher_shortcut_browser_bookmark.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_launcher_shortcut_browser_bookmark_icon.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_list_bookmark.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_list_data_large.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_list_data_off.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_list_data_small.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_list_gps_denied.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_list_gps_on.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_list_new_window.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_menu_add_bookmark.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_menu_bookmarks.png [new file with mode: 0755]
packages/apps/Browser/res/drawable-hdpi/ic_menu_list.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_menu_new_window.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_menu_thumbnail.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_menu_windows.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_search_category_bookmark.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_search_category_browser.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_search_category_history.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_search_category_suggest.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_tab_bookmarks_selected.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_tab_bookmarks_unselected.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_tab_history_selected.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_tab_history_unselected.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_tab_most_visited_selected.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ic_tab_most_visited_unselected.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/magnifying_glass.png [new file with mode: 0755]
packages/apps/Browser/res/drawable-hdpi/page_indicator.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/page_indicator_unselected2.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/search_plate_browser.9.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/ssl_icon.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-hdpi/textfield_voice_search.9.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/app_web_browser_sm.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/appwidget_bg.9.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/arcs.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/browser_thumbnail.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/btn_close_window.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/dialog_divider_horizontal_light.9.png [new file with mode: 0755]
packages/apps/Browser/res/drawable-mdpi/fav_icn_background.png [new file with mode: 0755]
packages/apps/Browser/res/drawable-mdpi/ic_btn_bookmarks.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_btn_close_panel.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_btn_copy.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_btn_find.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_btn_find_next.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_btn_find_prev.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_btn_select_all.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_btn_share.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_btn_stop_v2.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_dialog_browser_certificate_partially_secure.png [new file with mode: 0755]
packages/apps/Browser/res/drawable-mdpi/ic_dialog_browser_certificate_secure.png [new file with mode: 0755]
packages/apps/Browser/res/drawable-mdpi/ic_dialog_browser_security_bad.png [new file with mode: 0755]
packages/apps/Browser/res/drawable-mdpi/ic_dialog_browser_security_good.png [new file with mode: 0755]
packages/apps/Browser/res/drawable-mdpi/ic_launcher_browser.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_launcher_drm_file.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_launcher_shortcut_browser_bookmark.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_launcher_shortcut_browser_bookmark_icon.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_list_bookmark.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_list_data_large.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_list_data_off.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_list_data_small.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_list_gps_denied.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_list_gps_on.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_list_new_window.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_menu_add_bookmark.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_menu_bookmarks.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_menu_list.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_menu_new_window.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_menu_thumbnail.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_menu_windows.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_search_category_bookmark.png [new file with mode: 0755]
packages/apps/Browser/res/drawable-mdpi/ic_search_category_browser.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_search_category_history.png [new file with mode: 0755]
packages/apps/Browser/res/drawable-mdpi/ic_search_category_suggest.png [new file with mode: 0755]
packages/apps/Browser/res/drawable-mdpi/ic_tab_bookmarks_selected.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_tab_bookmarks_unselected.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_tab_history_selected.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_tab_history_unselected.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_tab_most_visited_selected.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ic_tab_most_visited_unselected.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/magnifying_glass.png [new file with mode: 0755]
packages/apps/Browser/res/drawable-mdpi/page_indicator.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/page_indicator_unselected2.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/search_plate_browser.9.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/ssl_icon.png [new file with mode: 0644]
packages/apps/Browser/res/drawable-mdpi/textfield_voice_search.9.png [new file with mode: 0644]
packages/apps/Browser/res/drawable/blank.xml [new file with mode: 0644]
packages/apps/Browser/res/drawable/browser_bookmark_tab.xml [new file with mode: 0644]
packages/apps/Browser/res/drawable/browser_history_tab.xml [new file with mode: 0644]
packages/apps/Browser/res/drawable/browser_visited_tab.xml [new file with mode: 0644]
packages/apps/Browser/res/drawable/btn_bookmark.xml [new file with mode: 0644]
packages/apps/Browser/res/drawable/close_background.xml [new file with mode: 0644]
packages/apps/Browser/res/drawable/default_video_poster.png [new file with mode: 0755]
packages/apps/Browser/res/drawable/pattern_carbon_fiber_dark.png [new file with mode: 0644]
packages/apps/Browser/res/drawable/stop_background.xml [new file with mode: 0644]
packages/apps/Browser/res/drawable/title_loading.xml [new file with mode: 0644]
packages/apps/Browser/res/drawable/title_text.xml [new file with mode: 0644]
packages/apps/Browser/res/drawable/title_voice.xml [new file with mode: 0644]
packages/apps/Browser/res/layout-land/http_authentication.xml [new file with mode: 0644]
packages/apps/Browser/res/layout-land/page_info.xml [new file with mode: 0644]
packages/apps/Browser/res/layout-land/ssl_certificate.xml [new file with mode: 0644]
packages/apps/Browser/res/layout/active_tabs.xml [new file with mode: 0644]
packages/apps/Browser/res/layout/add_new_bookmark.xml [new file with mode: 0644]
packages/apps/Browser/res/layout/bookmark_thumbnail.xml [new file with mode: 0644]
packages/apps/Browser/res/layout/bookmarkwidget.xml [new file with mode: 0644]
packages/apps/Browser/res/layout/browser_add_bookmark.xml [new file with mode: 0644]
packages/apps/Browser/res/layout/browser_find.xml [new file with mode: 0644]
packages/apps/Browser/res/layout/browser_select.xml [new file with mode: 0644]
packages/apps/Browser/res/layout/browser_subwindow.xml [new file with mode: 0644]
packages/apps/Browser/res/layout/custom_screen.xml [new file with mode: 0644]
packages/apps/Browser/res/layout/empty_history.xml [new file with mode: 0644]
packages/apps/Browser/res/layout/error_console.xml [new file with mode: 0644]
packages/apps/Browser/res/layout/geolocation_permissions_prompt.xml [new file with mode: 0755]
packages/apps/Browser/res/layout/history_header.xml [new file with mode: 0644]
packages/apps/Browser/res/layout/history_item.xml [new file with mode: 0644]
packages/apps/Browser/res/layout/http_authentication.xml [new file with mode: 0644]
packages/apps/Browser/res/layout/page_info.xml [new file with mode: 0644]
packages/apps/Browser/res/layout/ssl_certificate.xml [new file with mode: 0644]
packages/apps/Browser/res/layout/ssl_success.xml [new file with mode: 0644]
packages/apps/Browser/res/layout/ssl_warning.xml [new file with mode: 0644]
packages/apps/Browser/res/layout/ssl_warnings.xml [new file with mode: 0644]
packages/apps/Browser/res/layout/tab.xml [new file with mode: 0755]
packages/apps/Browser/res/layout/tab_view.xml [new file with mode: 0644]
packages/apps/Browser/res/layout/tab_view_add_tab.xml [new file with mode: 0644]
packages/apps/Browser/res/layout/tabs.xml [new file with mode: 0644]
packages/apps/Browser/res/layout/title_bar.xml [new file with mode: 0644]
packages/apps/Browser/res/layout/video_loading_progress.xml [new file with mode: 0644]
packages/apps/Browser/res/layout/website_settings_row.xml [new file with mode: 0644]
packages/apps/Browser/res/menu/bookmarks.xml [new file with mode: 0644]
packages/apps/Browser/res/menu/bookmarkscontext.xml [new file with mode: 0644]
packages/apps/Browser/res/menu/browser.xml [new file with mode: 0644]
packages/apps/Browser/res/menu/browsercontext.xml [new file with mode: 0644]
packages/apps/Browser/res/menu/downloadhistory.xml [new file with mode: 0644]
packages/apps/Browser/res/menu/downloadhistorycontextfailed.xml [new file with mode: 0644]
packages/apps/Browser/res/menu/downloadhistorycontextfinished.xml [new file with mode: 0644]
packages/apps/Browser/res/menu/downloadhistorycontextrunning.xml [new file with mode: 0644]
packages/apps/Browser/res/menu/history.xml [new file with mode: 0644]
packages/apps/Browser/res/menu/historycontext.xml [new file with mode: 0644]
packages/apps/Browser/res/menu/title_context.xml [new file with mode: 0644]
packages/apps/Browser/res/menu/websitesettings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-cs-rCZ/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-da-rDK/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-de-rAT/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-de-rCH/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-de-rDE/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-el-rGR/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-en-rAU/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-en-rGB/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-en-rIE/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-en-rNZ/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-en-rSG/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-en-rZA/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-es-rES/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-fr-rBE/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-fr-rFR/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-it-rIT/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-ja-rJP/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-ja/donottranslate_strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-ko-rKR/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-nb-rNO/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-nl-rBE/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-nl-rNL/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-pl-rPL/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-pt-rBR/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-pt-rPT/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-rm/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-ru-rRU/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-sv-rSE/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-tr-rTR/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-zh-rCN/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values-zh-rHK/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-zh-rTW/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values/all_search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values/colors.xml [new file with mode: 0644]
packages/apps/Browser/res/values/donottranslate-search_engines.xml [new file with mode: 0644]
packages/apps/Browser/res/values/strings.xml [new file with mode: 0644]
packages/apps/Browser/res/values/styles.xml [new file with mode: 0644]
packages/apps/Browser/res/xml/bookmarks_searchable.xml [new file with mode: 0644]
packages/apps/Browser/res/xml/bookmarkwidget.xml [new file with mode: 0644]
packages/apps/Browser/res/xml/browser_preferences.xml [new file with mode: 0644]
packages/apps/Browser/res/xml/debug_preferences.xml [new file with mode: 0644]
packages/apps/Browser/res/xml/searchable.xml [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/ActiveTabsPage.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/AddBookmarkPage.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/AddNewBookmark.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/BookmarkItem.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/BookmarkSearch.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/Bookmarks.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/Browser.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/BrowserActivity.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/BrowserBackupAgent.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/BrowserBookmarksAdapter.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/BrowserBookmarksPage.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/BrowserHistoryPage.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/BrowserHomepagePreference.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/BrowserPreferencesPage.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/BrowserProvider.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/BrowserSettings.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/BrowserYesNoPreference.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/CombinedBookmarkHistoryActivity.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/DateSortedExpandableListAdapter.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/Dots.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/DownloadTouchIcon.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/ErrorConsoleView.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/EventLogTags.logtags [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/FetchUrlMimeType.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/FindDialog.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/GeolocationPermissionsPrompt.java [new file with mode: 0755]
packages/apps/Browser/src/com/android/browser/HistoryItem.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/LogTag.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/MeshTracker.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/OpenDownloadReceiver.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/SelectDialog.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/SystemAllowGeolocationOrigins.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/Tab.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/TabControl.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/TitleBar.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/WebDialog.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/WebStorageSizeManager.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/WebsiteSettingsActivity.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/search/DefaultSearchEngine.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/search/OpenSearchSearchEngine.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/search/SearchEngine.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/search/SearchEngineInfo.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/search/SearchEnginePreference.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/search/SearchEngines.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/widget/BookmarkWidgetProvider.java [new file with mode: 0644]
packages/apps/Browser/src/com/android/browser/widget/BookmarkWidgetService.java [new file with mode: 0644]
packages/apps/Browser/tests/Android.mk [new file with mode: 0644]
packages/apps/Browser/tests/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Browser/tests/assets/bindings_test.html [new file with mode: 0755]
packages/apps/Browser/tests/src/com/android/browser/BrowserLaunchPerformance.java [new file with mode: 0644]
packages/apps/Browser/tests/src/com/android/browser/BrowserProviderTests.java [new file with mode: 0644]
packages/apps/Browser/tests/src/com/android/browser/JNIBindingsTest.java [new file with mode: 0644]
packages/apps/Browser/tests/src/com/android/browser/JNIBindingsTestApp.java [new file with mode: 0644]
packages/apps/Browser/tests/src/com/android/browser/PopularUrlsTest.java [new file with mode: 0644]
packages/apps/Browser/tests/src/com/android/browser/TestWebChromeClient.java [new file with mode: 0644]
packages/apps/Browser/tests/src/com/android/browser/TestWebViewClient.java [new file with mode: 0644]
packages/apps/Browser/tests/src/com/android/browser/WebStorageSizeManagerUnitTests.java [new file with mode: 0644]
packages/apps/Browser/tools/all_search_engines.template.xml [new file with mode: 0644]
packages/apps/Browser/tools/get_search_engines.py [new file with mode: 0755]
packages/apps/Browser/tools/search_engines.template.xml [new file with mode: 0755]
packages/apps/Calculator/Android.mk [new file with mode: 0644]
packages/apps/Calculator/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Calculator/CleanSpec.mk [new file with mode: 0644]
packages/apps/Calculator/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/apps/Calculator/NOTICE [new file with mode: 0644]
packages/apps/Calculator/arity-2.1.2.jar [new file with mode: 0644]
packages/apps/Calculator/res/drawable-hdpi/advanced.png [new file with mode: 0644]
packages/apps/Calculator/res/drawable-hdpi/clear_history.png [new file with mode: 0644]
packages/apps/Calculator/res/drawable-hdpi/icon.png [new file with mode: 0644]
packages/apps/Calculator/res/drawable-hdpi/simple.png [new file with mode: 0644]
packages/apps/Calculator/res/drawable-mdpi/advanced.png [new file with mode: 0644]
packages/apps/Calculator/res/drawable-mdpi/clear_history.png [new file with mode: 0644]
packages/apps/Calculator/res/drawable-mdpi/icon.png [new file with mode: 0644]
packages/apps/Calculator/res/drawable-mdpi/simple.png [new file with mode: 0644]
packages/apps/Calculator/res/drawable/blue_button.xml [new file with mode: 0644]
packages/apps/Calculator/res/drawable/button.xml [new file with mode: 0644]
packages/apps/Calculator/res/layout-land/history_item.xml [new file with mode: 0644]
packages/apps/Calculator/res/layout-land/main.xml [new file with mode: 0644]
packages/apps/Calculator/res/layout-port/history_item.xml [new file with mode: 0644]
packages/apps/Calculator/res/layout-port/main.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-rm/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-uk/strings.xml [new file with mode: 0755]
packages/apps/Calculator/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values/colors.xml [new file with mode: 0644]
packages/apps/Calculator/res/values/strings.xml [new file with mode: 0644]
packages/apps/Calculator/res/values/styles.xml [new file with mode: 0644]
packages/apps/Calculator/src/com/android/calculator2/Calculator.java [new file with mode: 0644]
packages/apps/Calculator/src/com/android/calculator2/CalculatorDisplay.java [new file with mode: 0644]
packages/apps/Calculator/src/com/android/calculator2/CalculatorEditable.java [new file with mode: 0644]
packages/apps/Calculator/src/com/android/calculator2/ColorButton.java [new file with mode: 0644]
packages/apps/Calculator/src/com/android/calculator2/EventListener.java [new file with mode: 0644]
packages/apps/Calculator/src/com/android/calculator2/History.java [new file with mode: 0644]
packages/apps/Calculator/src/com/android/calculator2/HistoryAdapter.java [new file with mode: 0644]
packages/apps/Calculator/src/com/android/calculator2/HistoryEntry.java [new file with mode: 0644]
packages/apps/Calculator/src/com/android/calculator2/Logic.java [new file with mode: 0644]
packages/apps/Calculator/src/com/android/calculator2/PanelSwitcher.java [new file with mode: 0644]
packages/apps/Calculator/src/com/android/calculator2/Persist.java [new file with mode: 0644]
packages/apps/Calculator/tests/Android.mk [new file with mode: 0644]
packages/apps/Calculator/tests/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Calculator/tests/src/com/android/calculator2/CalculatorHitSomeButtons.java [new file with mode: 0644]
packages/apps/Calculator/tests/src/com/android/calculator2/CalculatorInstrumentationTestRunner.java [new file with mode: 0644]
packages/apps/Calculator/tests/src/com/android/calculator2/tests/CalculatorLaunchPerformance.java [new file with mode: 0644]
packages/apps/Calendar/Android.mk [new file with mode: 0644]
packages/apps/Calendar/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Calendar/CleanSpec.mk [new file with mode: 0644]
packages/apps/Calendar/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/apps/Calendar/NOTICE [new file with mode: 0644]
packages/apps/Calendar/res/anim/slide_down_in.xml [new file with mode: 0644]
packages/apps/Calendar/res/anim/slide_down_out.xml [new file with mode: 0644]
packages/apps/Calendar/res/anim/slide_left_in.xml [new file with mode: 0644]
packages/apps/Calendar/res/anim/slide_left_out.xml [new file with mode: 0644]
packages/apps/Calendar/res/anim/slide_right_in.xml [new file with mode: 0644]
packages/apps/Calendar/res/anim/slide_right_out.xml [new file with mode: 0644]
packages/apps/Calendar/res/anim/slide_up_in.xml [new file with mode: 0644]
packages/apps/Calendar/res/anim/slide_up_out.xml [new file with mode: 0644]
packages/apps/Calendar/res/drawable-finger/btn_circle.xml [new file with mode: 0644]
packages/apps/Calendar/res/drawable-hdpi-finger/btn_circle_disable.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-hdpi-finger/btn_circle_disable_focused.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-hdpi-finger/btn_circle_normal.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-hdpi-finger/btn_circle_pressed.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-hdpi-finger/btn_circle_selected.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-hdpi/app_icon.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-hdpi/bg_cal_card.9.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-hdpi/ic_alarm_dark.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-hdpi/ic_alarm_white.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-hdpi/ic_btn_round_minus.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-hdpi/ic_btn_round_plus.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-hdpi/ic_contact_picture.png [new file with mode: 0755]
packages/apps/Calendar/res/drawable-hdpi/ic_menu_reminder.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-hdpi/ic_menu_show_list.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-hdpi/ic_repeat_dark.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-hdpi/ic_repeat_white.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-hdpi/stat_notify_calendar.png [new file with mode: 0755]
packages/apps/Calendar/res/drawable-hdpi/sym_calendar_event.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-hdpi/widget_off.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-hdpi/widget_show.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-hdpi/widget_sync.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-mdpi-finger/btn_circle_disable.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-mdpi-finger/btn_circle_disable_focused.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-mdpi-finger/btn_circle_normal.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-mdpi-finger/btn_circle_pressed.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-mdpi-finger/btn_circle_selected.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-mdpi/app_icon.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-mdpi/bg_cal_card.9.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-mdpi/ic_alarm_dark.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-mdpi/ic_alarm_white.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-mdpi/ic_btn_round_minus.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-mdpi/ic_btn_round_plus.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-mdpi/ic_contact_picture.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-mdpi/ic_menu_reminder.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-mdpi/ic_menu_show_list.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-mdpi/ic_repeat_dark.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-mdpi/ic_repeat_white.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-mdpi/stat_notify_calendar.png [new file with mode: 0755]
packages/apps/Calendar/res/drawable-mdpi/sym_calendar_event.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-mdpi/widget_off.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-mdpi/widget_show.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable-mdpi/widget_sync.png [new file with mode: 0644]
packages/apps/Calendar/res/drawable/calendars_item.xml [new file with mode: 0644]
packages/apps/Calendar/res/drawable/selection.xml [new file with mode: 0644]
packages/apps/Calendar/res/layout/account_item.xml [new file with mode: 0644]
packages/apps/Calendar/res/layout/agenda_day.xml [new file with mode: 0644]
packages/apps/Calendar/res/layout/agenda_header_footer.xml [new file with mode: 0644]
packages/apps/Calendar/res/layout/agenda_item.xml [new file with mode: 0644]
packages/apps/Calendar/res/layout/agenda_reminder_item.xml [new file with mode: 0644]
packages/apps/Calendar/res/layout/alert_activity.xml [new file with mode: 0644]
packages/apps/Calendar/res/layout/alert_item.xml [new file with mode: 0644]
packages/apps/Calendar/res/layout/bubble_event.xml [new file with mode: 0644]
packages/apps/Calendar/res/layout/calendar_item.xml [new file with mode: 0644]
packages/apps/Calendar/res/layout/calendars_activity.xml [new file with mode: 0644]
packages/apps/Calendar/res/layout/calendars_dropdown_item.xml [new file with mode: 0644]
packages/apps/Calendar/res/layout/calendars_item.xml [new file with mode: 0644]
packages/apps/Calendar/res/layout/contact_item.xml [new file with mode: 0644]
packages/apps/Calendar/res/layout/day_activity.xml [new file with mode: 0644]
packages/apps/Calendar/res/layout/edit_event.xml [new file with mode: 0644]
packages/apps/Calendar/res/layout/edit_reminder_item.xml [new file with mode: 0644]
packages/apps/Calendar/res/layout/event_info_activity.xml [new file with mode: 0644]
packages/apps/Calendar/res/layout/ics_import_activity.xml [new file with mode: 0644]
packages/apps/Calendar/res/layout/month_activity.xml [new file with mode: 0644]
packages/apps/Calendar/res/layout/month_bubble.xml [new file with mode: 0644]
packages/apps/Calendar/res/layout/timezone_footer.xml [new file with mode: 0644]
packages/apps/Calendar/res/layout/week_activity.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-ar/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-bg/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-ca/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-cs/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-da/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-de/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-el/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-en-rGB/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-es-rUS/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-es/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-fa/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-fi/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-fr/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-hr/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-hu/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-in/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-it/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-iw/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-ja/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-ja/colors.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-ja/donottranslate.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-ko/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-land/integers.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-lt/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-lv/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-nb/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-nl/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-pl/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-pt-rPT/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-pt/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-ro/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-ru/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-sk/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-sl/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-sr/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-sv/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-th/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-tl/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-tr/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-uk/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-vi/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-zh-rCN/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-zh-rTW/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values/arrays.xml [new file with mode: 0644]
packages/apps/Calendar/res/values/attrs.xml [new file with mode: 0644]
packages/apps/Calendar/res/values/colors.xml [new file with mode: 0644]
packages/apps/Calendar/res/values/donottranslate.xml [new file with mode: 0644]
packages/apps/Calendar/res/values/integers.xml [new file with mode: 0644]
packages/apps/Calendar/res/values/strings.xml [new file with mode: 0644]
packages/apps/Calendar/res/values/styles.xml [new file with mode: 0644]
packages/apps/Calendar/res/xml/preferences.xml [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/AgendaActivity.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/AgendaAdapter.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/AgendaByDayAdapter.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/AgendaItemView.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/AgendaListView.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/AgendaWindowAdapter.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/AlertActivity.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/AlertAdapter.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/AlertReceiver.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/AlertService.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/CalendarActivity.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/CalendarApplication.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/CalendarData.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/CalendarPreferenceActivity.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/CalendarView.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/ContactsAsyncHelper.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/DayActivity.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/DayOfMonthCursor.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/DayView.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/DeleteEventHelper.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/DismissAllAlarmsService.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/EditEvent.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/EditResponseHelper.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/EmailAddressAdapter.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/Event.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/EventGeometry.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/EventInfoActivity.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/EventLoader.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/EventRecurrenceFormatter.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/GoogleCalendarUriIntentFilter.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/LaunchActivity.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/MenuHelper.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/MonthActivity.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/MonthView.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/MultiStateButton.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/Navigator.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/SelectCalendarsActivity.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/SelectCalendarsAdapter.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/TimezoneAdapter.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/Utils.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/WeekActivity.java [new file with mode: 0644]
packages/apps/Calendar/src/com/android/calendar/WeekView.java [new file with mode: 0644]
packages/apps/Calendar/tests/Android.mk [new file with mode: 0644]
packages/apps/Calendar/tests/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Calendar/tests/src/com/android/calendar/CalendarLaunchPerformance.java [new file with mode: 0644]
packages/apps/Calendar/tests/src/com/android/calendar/CalendarTests.java [new file with mode: 0644]
packages/apps/Calendar/tests/src/com/android/calendar/FormatDateRangeTest.java [new file with mode: 0644]
packages/apps/Calendar/tests/src/com/android/calendar/UtilsTests.java [new file with mode: 0644]
packages/apps/Calendar/tests/src/com/android/calendar/WeekNumberTest.java [new file with mode: 0644]
packages/apps/Camera/Android.mk [new file with mode: 0644]
packages/apps/Camera/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Camera/CleanSpec.mk [new file with mode: 0644]
packages/apps/Camera/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/apps/Camera/NOTICE [new file with mode: 0644]
packages/apps/Camera/proguard.flags [new file with mode: 0644]
packages/apps/Camera/res/anim/on_screen_hint_enter.xml [new file with mode: 0644]
packages/apps/Camera/res/anim/on_screen_hint_exit.xml [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/bg_camera_pattern.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/border_last_picture_normal.9.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/border_last_picture_pressed.9.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/border_view_finder.9.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/btn_camera_review_highlight.9.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/btn_camera_review_normal.9.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/btn_camera_review_pressed.9.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/btn_ic_camera_shutter.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/btn_ic_mode_switch_camera.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/btn_ic_mode_switch_video.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/btn_ic_review_cancel.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/btn_ic_review_done.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/btn_ic_review_play.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/btn_ic_review_retake_photo.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/btn_ic_review_retake_video.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/btn_ic_video_record.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/btn_ic_video_record_stop.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/btn_mode_switch_bg.9.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/btn_mode_switch_knob_normal.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/btn_mode_switch_knob_pressed.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/btn_shutter_normal.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/btn_shutter_pressed.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/focus_focus_failed.9.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/focus_focused.9.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/focus_focusing.9.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_launcher_camera.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_launcher_video_camera.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_menu_camera_video_view.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_menu_gallery.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_menuselect_camera_facing_back.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_menuselect_camera_facing_front.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_menuselect_flash_auto.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_menuselect_flash_off.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_menuselect_flash_on.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_menuselect_gps_off.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_menuselect_gps_on.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_menuselect_off.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_menuselect_on.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_menuselect_wb_auto.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_menuselect_wb_cloudy.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_menuselect_wb_daylight.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_menuselect_wb_fluorescent.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_menuselect_wb_incandescent.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_recording_indicator.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_viewfinder_camera_facing_back.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_viewfinder_camera_facing_front.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_viewfinder_flash_auto.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_viewfinder_flash_off.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_viewfinder_flash_on.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_viewfinder_gps_no_signal.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_viewfinder_gps_off.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_viewfinder_gps_on.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_viewfinder_iconbar.9.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_viewfinder_settings.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_viewfinder_video_quality_high.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_viewfinder_video_quality_low.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_viewfinder_video_quality_mms.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_viewfinder_video_quality_youtube.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_viewfinder_wb_auto.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_viewfinder_wb_cloudy.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_viewfinder_wb_daylight.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_viewfinder_wb_fluorescent.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/ic_viewfinder_wb_incandescent.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/menu_popup.9.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/menu_popup_triangle.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/on_screen_hint_frame.9.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/scrollbar_handle_vertical.9.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/zoom_background.9.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/zoom_finetickmark.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/zoom_slider.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-hdpi/zoom_tickmark.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/bg_camera_pattern.png [new file with mode: 0755]
packages/apps/Camera/res/drawable-mdpi/border_last_picture_normal.9.png [new file with mode: 0755]
packages/apps/Camera/res/drawable-mdpi/border_last_picture_pressed.9.png [new file with mode: 0755]
packages/apps/Camera/res/drawable-mdpi/border_view_finder.9.png [new file with mode: 0755]
packages/apps/Camera/res/drawable-mdpi/btn_camera_review_highlight.9.png [new file with mode: 0755]
packages/apps/Camera/res/drawable-mdpi/btn_camera_review_normal.9.png [new file with mode: 0755]
packages/apps/Camera/res/drawable-mdpi/btn_camera_review_pressed.9.png [new file with mode: 0755]
packages/apps/Camera/res/drawable-mdpi/btn_ic_camera_shutter.png [new file with mode: 0755]
packages/apps/Camera/res/drawable-mdpi/btn_ic_mode_switch_camera.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/btn_ic_mode_switch_video.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/btn_ic_review_cancel.png [new file with mode: 0755]
packages/apps/Camera/res/drawable-mdpi/btn_ic_review_done.png [new file with mode: 0755]
packages/apps/Camera/res/drawable-mdpi/btn_ic_review_play.png [new file with mode: 0755]
packages/apps/Camera/res/drawable-mdpi/btn_ic_review_retake_photo.png [new file with mode: 0755]
packages/apps/Camera/res/drawable-mdpi/btn_ic_review_retake_video.png [new file with mode: 0755]
packages/apps/Camera/res/drawable-mdpi/btn_ic_video_record.png [new file with mode: 0755]
packages/apps/Camera/res/drawable-mdpi/btn_ic_video_record_stop.png [new file with mode: 0755]
packages/apps/Camera/res/drawable-mdpi/btn_mode_switch_bg.9.png [new file with mode: 0755]
packages/apps/Camera/res/drawable-mdpi/btn_mode_switch_knob_normal.png [new file with mode: 0755]
packages/apps/Camera/res/drawable-mdpi/btn_mode_switch_knob_pressed.png [new file with mode: 0755]
packages/apps/Camera/res/drawable-mdpi/btn_shutter_normal.png [new file with mode: 0755]
packages/apps/Camera/res/drawable-mdpi/btn_shutter_pressed.png [new file with mode: 0755]
packages/apps/Camera/res/drawable-mdpi/focus_focus_failed.9.png [new file with mode: 0755]
packages/apps/Camera/res/drawable-mdpi/focus_focused.9.png [new file with mode: 0755]
packages/apps/Camera/res/drawable-mdpi/focus_focusing.9.png [new file with mode: 0755]
packages/apps/Camera/res/drawable-mdpi/ic_launcher_camera.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_launcher_video_camera.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_menu_camera_video_view.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_menu_gallery.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_menuselect_camera_facing_back.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_menuselect_camera_facing_front.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_menuselect_flash_auto.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_menuselect_flash_off.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_menuselect_flash_on.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_menuselect_gps_off.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_menuselect_gps_on.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_menuselect_off.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_menuselect_on.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_menuselect_wb_auto.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_menuselect_wb_cloudy.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_menuselect_wb_daylight.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_menuselect_wb_fluorescent.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_menuselect_wb_incandescent.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_recording_indicator.png [new file with mode: 0755]
packages/apps/Camera/res/drawable-mdpi/ic_viewfinder_camera_facing_back.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_viewfinder_camera_facing_front.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_viewfinder_flash_auto.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_viewfinder_flash_off.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_viewfinder_flash_on.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_viewfinder_gps_no_signal.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_viewfinder_gps_off.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_viewfinder_gps_on.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_viewfinder_iconbar.9.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_viewfinder_settings.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_viewfinder_video_quality_high.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_viewfinder_video_quality_low.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_viewfinder_video_quality_mms.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_viewfinder_video_quality_youtube.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_viewfinder_wb_auto.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_viewfinder_wb_cloudy.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_viewfinder_wb_daylight.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_viewfinder_wb_fluorescent.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/ic_viewfinder_wb_incandescent.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/menu_popup.9.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/menu_popup_triangle.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/on_screen_hint_frame.9.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/scrollbar_handle_vertical.9.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/zoom_background.9.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/zoom_finetickmark.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/zoom_slider.png [new file with mode: 0644]
packages/apps/Camera/res/drawable-mdpi/zoom_tickmark.png [new file with mode: 0644]
packages/apps/Camera/res/drawable/border_last_picture.xml [new file with mode: 0644]
packages/apps/Camera/res/drawable/btn_camera_review.xml [new file with mode: 0644]
packages/apps/Camera/res/drawable/btn_mode_switch_knob.xml [new file with mode: 0644]
packages/apps/Camera/res/drawable/btn_shutter.xml [new file with mode: 0644]
packages/apps/Camera/res/drawable/camera_background.xml [new file with mode: 0644]
packages/apps/Camera/res/layout/attach_camera_control.xml [new file with mode: 0644]
packages/apps/Camera/res/layout/camera.xml [new file with mode: 0644]
packages/apps/Camera/res/layout/camera_control.xml [new file with mode: 0644]
packages/apps/Camera/res/layout/on_screen_hint.xml [new file with mode: 0644]
packages/apps/Camera/res/layout/video_camera.xml [new file with mode: 0644]
packages/apps/Camera/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-land/dimens.xml [new file with mode: 0644]
packages/apps/Camera/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-rm/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values/arrays.xml [new file with mode: 0644]
packages/apps/Camera/res/values/attrs.xml [new file with mode: 0644]
packages/apps/Camera/res/values/colors.xml [new file with mode: 0644]
packages/apps/Camera/res/values/dimens.xml [new file with mode: 0644]
packages/apps/Camera/res/values/strings.xml [new file with mode: 0644]
packages/apps/Camera/res/values/styles.xml [new file with mode: 0644]
packages/apps/Camera/res/xml/camera_preferences.xml [new file with mode: 0644]
packages/apps/Camera/res/xml/video_preferences.xml [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/BitmapManager.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/Camera.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/CameraButtonIntentReceiver.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/CameraHardwareException.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/CameraHolder.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/CameraPreference.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/CameraSettings.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ComboPreferences.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/IconIndicator.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/IconListPreference.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ImageManager.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/IntArray.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ListPreference.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/MenuHelper.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/NoSearchActivity.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/OnScreenHint.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/PreferenceGroup.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/PreferenceInflater.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/PreviewFrameLayout.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/RecordLocationPreference.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/RotateImageView.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ShutterButton.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/Switcher.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ThumbnailController.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/Util.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/VideoCamera.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/gallery/BaseImage.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/gallery/BaseImageList.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/gallery/IImage.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/gallery/IImageList.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/gallery/Image.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/gallery/ImageList.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/gallery/ImageListUber.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/gallery/LruCache.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/gallery/VideoList.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/gallery/VideoObject.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/AbstractIndicator.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/BasicIndicator.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/BasicTexture.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/BitmapTexture.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/CamcorderHeadUpDisplay.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/CameraEGLConfigChooser.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/CameraHeadUpDisplay.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/CanvasTexture.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/ColorTexture.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/GLListView.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/GLOptionHeader.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/GLOptionItem.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/GLOutOfMemoryException.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/GLRootView.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/GLView.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/GpsIndicator.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/HeadUpDisplay.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/IndicatorBar.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/LinearLayout.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/MeasureHelper.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/NinePatchChunk.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/NinePatchTexture.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/OtherSettingsIndicator.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/PopupWindow.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/PreferenceAdapter.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/RawTexture.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/ResourceTexture.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/RestoreSettingsItem.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/RotatePane.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/RotateRecordingTime.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/StringTexture.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/Texture.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/ZoomController.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/ZoomControllerListener.java [new file with mode: 0644]
packages/apps/Camera/src/com/android/camera/ui/ZoomIndicator.java [new file with mode: 0644]
packages/apps/Camera/tests/Android.mk [new file with mode: 0644]
packages/apps/Camera/tests/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Camera/tests/src/com/android/camera/CameraLaunchPerformance.java [new file with mode: 0644]
packages/apps/Camera/tests/src/com/android/camera/CameraStressTestRunner.java [new file with mode: 0755]
packages/apps/Camera/tests/src/com/android/camera/StressTests.java [new file with mode: 0755]
packages/apps/Camera/tests/src/com/android/camera/UnitTests.java [new file with mode: 0644]
packages/apps/Camera/tests/src/com/android/camera/functional/CameraTest.java [new file with mode: 0644]
packages/apps/Camera/tests/src/com/android/camera/gallery/LruCacheUnitTests.java [new file with mode: 0644]
packages/apps/Camera/tests/src/com/android/camera/gallery/MockImage.java [new file with mode: 0644]
packages/apps/Camera/tests/src/com/android/camera/gallery/MockImageList.java [new file with mode: 0644]
packages/apps/Camera/tests/src/com/android/camera/power/ImageAndVideoCapture.java [new file with mode: 0755]
packages/apps/Camera/tests/src/com/android/camera/stress/CameraLatency.java [new file with mode: 0755]
packages/apps/Camera/tests/src/com/android/camera/stress/CameraStartUp.java [new file with mode: 0644]
packages/apps/Camera/tests/src/com/android/camera/stress/ImageCapture.java [new file with mode: 0755]
packages/apps/Camera/tests/src/com/android/camera/stress/SwitchPreview.java [new file with mode: 0755]
packages/apps/Camera/tests/src/com/android/camera/unittest/CameraTest.java [new file with mode: 0644]
packages/apps/CertInstaller/Android.mk [new file with mode: 0644]
packages/apps/CertInstaller/AndroidManifest.xml [new file with mode: 0644]
packages/apps/CertInstaller/CleanSpec.mk [new file with mode: 0644]
packages/apps/CertInstaller/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/apps/CertInstaller/NOTICE [new file with mode: 0644]
packages/apps/CertInstaller/res/layout/name_credential_dialog.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/layout/password_dialog.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-rm/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values/colors.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/values/dimens.xml [new file with mode: 0755]
packages/apps/CertInstaller/res/values/strings.xml [new file with mode: 0644]
packages/apps/CertInstaller/res/xml/pick_file_pref.xml [new file with mode: 0644]
packages/apps/CertInstaller/src/com/android/certinstaller/CertFile.java [new file with mode: 0644]
packages/apps/CertInstaller/src/com/android/certinstaller/CertFileList.java [new file with mode: 0644]
packages/apps/CertInstaller/src/com/android/certinstaller/CertInstaller.java [new file with mode: 0644]
packages/apps/CertInstaller/src/com/android/certinstaller/CertInstallerMain.java [new file with mode: 0644]
packages/apps/CertInstaller/src/com/android/certinstaller/CredentialHelper.java [new file with mode: 0644]
packages/apps/CertInstaller/src/com/android/certinstaller/Util.java [new file with mode: 0644]
packages/apps/CertInstaller/src/com/android/certinstaller/ViewHelper.java [new file with mode: 0644]
packages/apps/Contacts/Android.mk [new file with mode: 0644]
packages/apps/Contacts/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Contacts/CleanSpec.mk [new file with mode: 0644]
packages/apps/Contacts/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/apps/Contacts/NOTICE [new file with mode: 0644]
packages/apps/Contacts/proguard.flags [new file with mode: 0644]
packages/apps/Contacts/res/anim/dummy_animation.xml [new file with mode: 0644]
packages/apps/Contacts/res/anim/quickcontact.xml [new file with mode: 0644]
packages/apps/Contacts/res/anim/quickcontact_above_enter.xml [new file with mode: 0644]
packages/apps/Contacts/res/anim/quickcontact_above_exit.xml [new file with mode: 0644]
packages/apps/Contacts/res/anim/quickcontact_below_enter.xml [new file with mode: 0644]
packages/apps/Contacts/res/anim/quickcontact_below_exit.xml [new file with mode: 0644]
packages/apps/Contacts/res/anim/search_bar_enter.xml [new file with mode: 0644]
packages/apps/Contacts/res/anim/search_bar_exit.xml [new file with mode: 0644]
packages/apps/Contacts/res/color-finger/dialer_button_text.xml [new file with mode: 0644]
packages/apps/Contacts/res/color-finger/kind_title.xml [new file with mode: 0644]
packages/apps/Contacts/res/color-finger/tab_indicator_text.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/btn_circle.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/btn_contact_picture.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/btn_dial.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/btn_dial_action.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/btn_dial_delete.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/btn_dial_textfield.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/btn_dial_textfield_active.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/btn_dial_voicemail.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/dial_num_0.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/dial_num_1_no_vm.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/dial_num_2.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/dial_num_3.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/dial_num_4.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/dial_num_5.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/dial_num_6.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/dial_num_7.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/dial_num_8.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/dial_num_9.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/dial_num_pound.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/dial_num_star.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/ic_tab_contacts.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/ic_tab_dialer.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/ic_tab_recent.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/ic_tab_starred.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/quickcontact_disambig_checkbox.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/quickcontact_slider_btn.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/tab_bottom.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-finger/tab_indicator_bg.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/badge_action_call.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/badge_action_sms.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/bg_blk_search_contact.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_circle_disable.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_circle_disable_focused.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_circle_normal.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_circle_pressed.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_circle_selected.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_dial_action_left_disable.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_dial_action_left_disable_focused.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_dial_action_left_normal.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_dial_action_left_pressed.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_dial_action_left_selected.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_dial_action_middle_disable.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_dial_action_middle_disable_focused.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_dial_action_middle_normal.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_dial_action_middle_pressed.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_dial_action_middle_selected.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_dial_action_right_disable.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_dial_action_right_disable_focused.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_dial_action_right_normal.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_dial_action_right_pressed.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_dial_action_right_selected.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_dial_normal.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_dial_pressed.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_dial_selected.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_dial_textfield_activated.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_dial_textfield_normal.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_dial_textfield_pressed.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_dial_textfield_selected.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_search_dialog_default.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_search_dialog_pressed.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/btn_search_dialog_selected.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/contact_picture_border_highlight.9.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/contact_picture_border_normal.9.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/contact_picture_border_pressed.9.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/dial_num_0_blk.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/dial_num_0_wht.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/dial_num_1_no_vm_blk.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/dial_num_1_no_vm_wht.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/dial_num_2_blk.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/dial_num_2_wht.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/dial_num_3_blk.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/dial_num_3_wht.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/dial_num_4_blk.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/dial_num_4_wht.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/dial_num_5_blk.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/dial_num_5_wht.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/dial_num_6_blk.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/dial_num_6_wht.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/dial_num_7_blk.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/dial_num_7_wht.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/dial_num_8_blk.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/dial_num_8_wht.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/dial_num_9_blk.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/dial_num_9_wht.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/dial_num_pound_blk.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/dial_num_pound_wht.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/dial_num_star_blk.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/dial_num_star_wht.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/divider_vertical_dark.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_btn_round_less.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_btn_round_minus.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_btn_round_more.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_btn_round_plus.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_call_log_header_incoming_call.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_call_log_header_missed_call.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_call_log_header_outgoing_call.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_call_log_list_incoming_call.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_call_log_list_missed_call.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_call_log_list_outgoing_call.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_contact_list_picture.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_contact_picture.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_contact_picture_2.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_contact_picture_3.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_default_number.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_dial_action_call.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_dial_action_delete.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_dial_action_voice_mail.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_dial_number_blk.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_dial_number_wht.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_dialer_fork_add_call.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_dialer_fork_current_call.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_dialer_fork_tt_keypad.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_join.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_menu_account_list.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_menu_add_picture.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_menu_import_export.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_menu_merge.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_menu_split.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_tab_selected_contacts.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_tab_selected_dialer.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_tab_selected_friends_list.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_tab_selected_recent.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_tab_selected_starred.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_tab_unselected_contacts.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_tab_unselected_dialer.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_tab_unselected_friends_list.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_tab_unselected_recent.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/ic_tab_unselected_starred.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/infobar_dark.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/quickcontact_arrow_down.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/quickcontact_arrow_up.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/quickcontact_bottom_frame.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/quickcontact_disambig_bottom_bg.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/quickcontact_disambig_checkbox_off.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/quickcontact_disambig_checkbox_on.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/quickcontact_disambig_divider.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/quickcontact_drop_shadow.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/quickcontact_photo_frame.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/quickcontact_slider_background.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/quickcontact_slider_btn_normal.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/quickcontact_slider_btn_on.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/quickcontact_slider_btn_pressed.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/quickcontact_slider_btn_selected.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/quickcontact_slider_grip_left.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/quickcontact_slider_grip_right.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/quickcontact_slider_presence_active.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/quickcontact_slider_presence_away.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/quickcontact_slider_presence_busy.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/quickcontact_slider_presence_inactive.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/quickcontact_top_frame.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/sym_action_add.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/sym_action_map.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/sym_action_organization.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/sym_action_view_contact.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/sym_note.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi-finger/tab_focused.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/tab_focused_bottom.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/tab_left_arrow.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/tab_pressed.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/tab_pressed_bottom.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/tab_right_arrow.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/tab_selected.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/tab_selected_bottom.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/tab_unselected.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi-finger/title_bar_shadow.9.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi/bg_infobar_new.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi/ic_contacts_details.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi/ic_launcher_contacts.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi/ic_launcher_folder_live_contacts.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi/ic_launcher_folder_live_contacts_phone.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi/ic_launcher_folder_live_contacts_starred.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi/ic_launcher_phone.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi/ic_launcher_shortcut_contact.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi/ic_launcher_shortcut_directdial.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi/ic_launcher_shortcut_directmessage.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-hdpi/ic_menu_mark.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi/magnifying_glass.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-hdpi/sym_action_sms.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/badge_action_call.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/badge_action_sms.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/bg_blk_search_contact.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_circle_disable.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_circle_disable_focused.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_circle_normal.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_circle_pressed.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_circle_selected.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_dial_action_left_disable.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_dial_action_left_disable_focused.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_dial_action_left_normal.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_dial_action_left_pressed.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_dial_action_left_selected.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_dial_action_middle_disable.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_dial_action_middle_disable_focused.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_dial_action_middle_normal.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_dial_action_middle_pressed.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_dial_action_middle_selected.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_dial_action_right_disable.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_dial_action_right_disable_focused.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_dial_action_right_normal.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_dial_action_right_pressed.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_dial_action_right_selected.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_dial_normal.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_dial_pressed.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_dial_selected.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_dial_textfield_activated.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_dial_textfield_normal.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_dial_textfield_pressed.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_dial_textfield_selected.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_search_dialog_default.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_search_dialog_pressed.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/btn_search_dialog_selected.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/contact_picture_border_highlight.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/contact_picture_border_normal.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/contact_picture_border_pressed.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/dial_num_0_blk.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/dial_num_0_wht.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/dial_num_1_no_vm_blk.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/dial_num_1_no_vm_wht.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/dial_num_2_blk.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/dial_num_2_wht.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/dial_num_3_blk.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/dial_num_3_wht.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/dial_num_4_blk.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/dial_num_4_wht.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/dial_num_5_blk.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/dial_num_5_wht.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/dial_num_6_blk.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/dial_num_6_wht.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/dial_num_7_blk.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/dial_num_7_wht.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/dial_num_8_blk.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/dial_num_8_wht.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/dial_num_9_blk.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/dial_num_9_wht.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/dial_num_pound_blk.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/dial_num_pound_wht.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/dial_num_star_blk.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/dial_num_star_wht.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/divider_vertical_dark.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_btn_round_less.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_btn_round_minus.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_btn_round_more.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_btn_round_plus.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_call_log_header_incoming_call.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_call_log_header_missed_call.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_call_log_header_outgoing_call.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_call_log_list_incoming_call.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_call_log_list_missed_call.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_call_log_list_outgoing_call.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_contact_list_picture.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_contact_picture.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_contact_picture_2.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_contact_picture_3.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_default_number.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_dial_action_call.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_dial_action_delete.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_dial_action_voice_mail.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_dial_number_blk.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_dial_number_wht.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_dialer_fork_add_call.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_dialer_fork_current_call.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_dialer_fork_tt_keypad.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_join.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_menu_account_list.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_menu_add_picture.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_menu_import_export.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_menu_merge.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_menu_split.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_tab_selected_contacts.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_tab_selected_dialer.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_tab_selected_friends_list.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_tab_selected_recent.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_tab_selected_starred.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_tab_unselected_contacts.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_tab_unselected_dialer.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_tab_unselected_friends_list.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_tab_unselected_recent.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/ic_tab_unselected_starred.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/infobar_dark.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/quickcontact_arrow_down.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/quickcontact_arrow_up.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/quickcontact_bottom_frame.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/quickcontact_disambig_bottom_bg.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/quickcontact_disambig_checkbox_off.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/quickcontact_disambig_checkbox_on.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/quickcontact_disambig_divider.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/quickcontact_drop_shadow.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/quickcontact_photo_frame.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/quickcontact_slider_background.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/quickcontact_slider_btn_normal.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/quickcontact_slider_btn_on.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/quickcontact_slider_btn_pressed.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/quickcontact_slider_btn_selected.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/quickcontact_slider_grip_left.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/quickcontact_slider_grip_right.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/quickcontact_slider_presence_active.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/quickcontact_slider_presence_away.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/quickcontact_slider_presence_busy.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/quickcontact_slider_presence_inactive.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/quickcontact_top_frame.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/sym_action_add.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/sym_action_map.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/sym_action_organization.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/sym_action_view_contact.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/sym_note.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/tab_focused.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/tab_focused_bottom.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/tab_left_arrow.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/tab_pressed.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/tab_pressed_bottom.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/tab_right_arrow.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/tab_selected.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/tab_selected_bottom.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/tab_unselected.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi-finger/title_bar_shadow.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi/bg_infobar_new.9.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi/ic_contacts_details.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi/ic_launcher_contacts.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi/ic_launcher_folder_live_contacts.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi/ic_launcher_folder_live_contacts_phone.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi/ic_launcher_folder_live_contacts_starred.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi/ic_launcher_phone.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi/ic_launcher_shortcut_contact.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi/ic_launcher_shortcut_directdial.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi/ic_launcher_shortcut_directmessage.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi/ic_menu_mark.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable-mdpi/magnifying_glass.png [new file with mode: 0755]
packages/apps/Contacts/res/drawable-mdpi/sym_action_sms.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable/btn_dial_textfield.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable/btn_dial_textfield_active.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable/call_background.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable/call_background_secondary.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable/ic_menu_2sec_pause.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable/ic_menu_wait.png [new file with mode: 0644]
packages/apps/Contacts/res/drawable/list_item_background_secondary.xml [new file with mode: 0644]
packages/apps/Contacts/res/drawable/unknown_source.png [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/call_detail.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/call_detail_list_item.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/contact_card_layout.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/contact_options.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/contacts_list_content.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/contacts_list_content_join.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/contacts_list_empty.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/contacts_list_search_all_item.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/contacts_list_search_results.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/contacts_list_show_all_item.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/contacts_search_content.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/create_new_contact.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/dialer_activity.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/dialpad.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/dialpad_chooser_list_item.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/display_child.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/display_group.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/display_options_phones_only.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/edit_contact_entry_voicemail.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/edit_divider.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/edit_phonetic_name.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/empty.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/horizontal_divider.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/list_item_text_icons.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/list_section.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/list_separator.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/phone_disambig_item.xml [new file with mode: 0755]
packages/apps/Contacts/res/layout-finger/preference_with_more_button.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/quickcontact.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/quickcontact_header_large.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/quickcontact_header_med.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/quickcontact_header_small.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/quickcontact_item.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/quickcontact_resolve_item.xml [new file with mode: 0755]
packages/apps/Contacts/res/layout-finger/recent_calls.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/recent_calls_list_child_item.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/recent_calls_list_group_item.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/recent_calls_list_item.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/recent_calls_list_item_layout.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/search_bar.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/set_primary_checkbox.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/split_aggregate_list_item.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/tab_account_name.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/tab_indicator.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/tab_layout.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/tab_left_arrow.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/tab_right_arrow.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/total_contacts.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/twelve_key_dialer.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-finger/voicemail_dial_delete.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-land-finger/twelve_key_dialer.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-long-finger/dialpad.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-long-finger/twelve_key_dialer.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-long-finger/voicemail_dial_delete.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout-long-land-finger/twelve_key_dialer.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout/act_edit.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout/contacts_preferences.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout/item_contact_editor.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout/item_editor_field.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout/item_generic_editor.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout/item_kind_section.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout/item_photo_editor.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout/item_read_only_contact_editor.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout/item_read_only_field.xml [new file with mode: 0644]
packages/apps/Contacts/res/layout/vcardshare_main.xml [new file with mode: 0644]
packages/apps/Contacts/res/menu/edit.xml [new file with mode: 0644]
packages/apps/Contacts/res/menu/list.xml [new file with mode: 0644]
packages/apps/Contacts/res/menu/view.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-en-rUS/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-ja/donottranslate_config.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-ko/donottranslate_config.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-rm/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-zh-rCN/donottranslate_config.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-zh-rTW/donottranslate_config.xml [new file with mode: 0644]
packages/apps/Contacts/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values/attrs.xml [new file with mode: 0644]
packages/apps/Contacts/res/values/colors.xml [new file with mode: 0644]
packages/apps/Contacts/res/values/dimens.xml [new file with mode: 0644]
packages/apps/Contacts/res/values/donottranslate_config.xml [new file with mode: 0644]
packages/apps/Contacts/res/values/ids.xml [new file with mode: 0644]
packages/apps/Contacts/res/values/strings.xml [new file with mode: 0644]
packages/apps/Contacts/res/values/styles.xml [new file with mode: 0644]
packages/apps/Contacts/res/xml/searchable.xml [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/AttachImage.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/CallDetailActivity.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/Collapser.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ContactEntryAdapter.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ContactListItemView.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ContactOptionsActivity.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ContactPhotoLoader.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ContactPresenceIconUtil.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ContactsListActivity.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ContactsLiveFolders.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ContactsSearchManager.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ContactsSectionIndexer.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ContactsUtils.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/DialtactsActivity.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ExportVCardActivity.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/GroupingListAdapter.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ImportVCardActivity.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/PhoneDisambigDialog.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/PinnedHeaderListView.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ProgressShower.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/RecentCallsListActivity.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ScrollingTabWidget.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/SearchEditText.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/SearchResultsActivity.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/SpecialCharSequenceMgr.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/SplitAggregateView.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/StickyTabs.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/TabStripView.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/TextHighlightingAnimation.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/TwelveKeyDialer.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/TypePrecedence.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ViewContactActivity.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/model/ContactsSource.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/model/Editor.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/model/EntityDelta.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/model/EntityDiff.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/model/EntityModifier.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/model/EntitySet.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/model/ExchangeSource.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/model/ExternalSource.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/model/FallbackSource.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/model/GoogleSource.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/model/Sources.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ui/ContactsPreferences.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ui/ContactsPreferencesActivity.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ui/EditContactActivity.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ui/QuickContactActivity.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ui/QuickContactWindow.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ui/ShowOrCreateActivity.java [new file with mode: 0755]
packages/apps/Contacts/src/com/android/contacts/ui/ViewIdGenerator.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ui/widget/BaseContactEditorView.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ui/widget/CheckableImageView.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ui/widget/ContactEditorView.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ui/widget/DontPressWithParentImageView.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ui/widget/GenericEditorView.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ui/widget/KindSectionView.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ui/widget/PhotoEditorView.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/ui/widget/ReadOnlyContactEditorView.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/util/AccountSelectionUtil.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/util/Constants.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/util/DataStatus.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/util/EmptyService.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/util/NotifyingAsyncQueryHandler.java [new file with mode: 0644]
packages/apps/Contacts/src/com/android/contacts/util/WeakAsyncTask.java [new file with mode: 0644]
packages/apps/Contacts/tests/Android.mk [new file with mode: 0644]
packages/apps/Contacts/tests/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Contacts/tests/res/drawable/default_icon.png [new file with mode: 0644]
packages/apps/Contacts/tests/res/drawable/phone_icon.png [new file with mode: 0644]
packages/apps/Contacts/tests/res/xml/iconset.xml [new file with mode: 0644]
packages/apps/Contacts/tests/src/com/android/contacts/ContactsLaunchPerformance.java [new file with mode: 0644]
packages/apps/Contacts/tests/src/com/android/contacts/ContactsUtilsTests.java [new file with mode: 0644]
packages/apps/Contacts/tests/src/com/android/contacts/DialerLaunchPerformance.java [new file with mode: 0644]
packages/apps/Contacts/tests/src/com/android/contacts/EntityDeltaTests.java [new file with mode: 0644]
packages/apps/Contacts/tests/src/com/android/contacts/EntityModifierTests.java [new file with mode: 0644]
packages/apps/Contacts/tests/src/com/android/contacts/EntitySetTests.java [new file with mode: 0644]
packages/apps/Contacts/tests/src/com/android/contacts/GroupingListAdapterTests.java [new file with mode: 0644]
packages/apps/Contacts/tests/src/com/android/contacts/RecentCallsListActivityTests.java [new file with mode: 0644]
packages/apps/DeskClock/Android.mk [new file with mode: 0644]
packages/apps/DeskClock/AndroidManifest.xml [new file with mode: 0644]
packages/apps/DeskClock/CleanSpec.mk [new file with mode: 0644]
packages/apps/DeskClock/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/apps/DeskClock/NOTICE [new file with mode: 0644]
packages/apps/DeskClock/assets/fonts/Clockopia.ttf [new file with mode: 0644]
packages/apps/DeskClock/res/anim/dim.xml [new file with mode: 0644]
packages/apps/DeskClock/res/anim/dim_instant.xml [new file with mode: 0644]
packages/apps/DeskClock/res/anim/undim.html [new file with mode: 0644]
packages/apps/DeskClock/res/anim/undim_instant.xml [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/appwidget_clock_dial.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/appwidget_clock_hour.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/appwidget_clock_minute.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/btn_in_call_round_disable.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/btn_in_call_round_disable_focused.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/btn_in_call_round_normal.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/btn_in_call_round_pressed.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/btn_in_call_round_selected.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/btn_strip_trans_left_normal.9.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/btn_strip_trans_left_pressed.9.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/btn_strip_trans_left_selected.9.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/btn_strip_trans_middle_normal.9.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/btn_strip_trans_middle_pressed.9.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/btn_strip_trans_middle_selected.9.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/btn_strip_trans_right_normal.9.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/btn_strip_trans_right_pressed.9.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/btn_strip_trans_right_selected.9.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/dialog.9.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/dialog_divider_horizontal_light.9.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/divider_vertical_dark.9.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/ic_clock_add_alarm.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/ic_clock_add_alarm_selected.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/ic_clock_alarm_off.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/ic_clock_alarm_on.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/ic_clock_alarm_selected.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/ic_clock_strip_alarm.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/ic_clock_strip_desk_clock.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/ic_clock_strip_gallery.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/ic_clock_strip_home.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/ic_clock_strip_music.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/ic_dialog_time.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/ic_indicator_off.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/ic_indicator_on.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/ic_launcher_alarmclock.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/ic_lock_idle_alarm.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/ic_lock_idle_alarm_saver.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/ic_lock_idle_alarm_saver_dim.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/ic_menu_add.png [new file with mode: 0755]
packages/apps/DeskClock/res/drawable-hdpi/ic_menu_alarms.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/ic_menu_clock_face.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/ic_menu_desk_clock.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/ic_round_brightness.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/ic_widget_analog_clock.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/list_selector_background_pressed.9.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-hdpi/stat_notify_alarm.png [new file with mode: 0755]
packages/apps/DeskClock/res/drawable-mdpi/appwidget_clock_dial.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/appwidget_clock_hour.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/appwidget_clock_minute.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/btn_in_call_round_disable.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/btn_in_call_round_disable_focused.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/btn_in_call_round_normal.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/btn_in_call_round_pressed.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/btn_in_call_round_selected.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/btn_strip_trans_left_normal.9.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/btn_strip_trans_left_pressed.9.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/btn_strip_trans_left_selected.9.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/btn_strip_trans_middle_normal.9.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/btn_strip_trans_middle_pressed.9.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/btn_strip_trans_middle_selected.9.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/btn_strip_trans_right_normal.9.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/btn_strip_trans_right_pressed.9.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/btn_strip_trans_right_selected.9.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/dialog.9.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/dialog_divider_horizontal_light.9.png [new file with mode: 0755]
packages/apps/DeskClock/res/drawable-mdpi/divider_vertical_dark.9.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/ic_clock_add_alarm.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/ic_clock_add_alarm_selected.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/ic_clock_alarm_off.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/ic_clock_alarm_on.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/ic_clock_alarm_selected.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/ic_clock_strip_alarm.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/ic_clock_strip_desk_clock.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/ic_clock_strip_gallery.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/ic_clock_strip_home.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/ic_clock_strip_music.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/ic_dialog_time.png [new file with mode: 0755]
packages/apps/DeskClock/res/drawable-mdpi/ic_indicator_off.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/ic_indicator_on.png [new file with mode: 0755]
packages/apps/DeskClock/res/drawable-mdpi/ic_launcher_alarmclock.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/ic_lock_idle_alarm.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/ic_lock_idle_alarm_saver.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/ic_lock_idle_alarm_saver_dim.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/ic_menu_add.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/ic_menu_alarms.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/ic_menu_clock_face.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/ic_menu_desk_clock.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/ic_round_brightness.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/ic_widget_analog_clock.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/list_selector_background_pressed.9.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable-mdpi/stat_notify_alarm.png [new file with mode: 0644]
packages/apps/DeskClock/res/drawable/add_alarm.xml [new file with mode: 0644]
packages/apps/DeskClock/res/drawable/btn_strip_trans_left.xml [new file with mode: 0644]
packages/apps/DeskClock/res/drawable/btn_strip_trans_middle.xml [new file with mode: 0644]
packages/apps/DeskClock/res/drawable/btn_strip_trans_right.xml [new file with mode: 0644]
packages/apps/DeskClock/res/drawable/clock_selector.xml [new file with mode: 0644]
packages/apps/DeskClock/res/drawable/incall_round_button.xml [new file with mode: 0644]
packages/apps/DeskClock/res/drawable/indicator_bar_onoff.xml [new file with mode: 0644]
packages/apps/DeskClock/res/drawable/indicator_clock_onoff.xml [new file with mode: 0644]
packages/apps/DeskClock/res/layout-land/desk_clock.xml [new file with mode: 0644]
packages/apps/DeskClock/res/layout/alarm_alert.xml [new file with mode: 0644]
packages/apps/DeskClock/res/layout/alarm_clock.xml [new file with mode: 0644]
packages/apps/DeskClock/res/layout/alarm_time.xml [new file with mode: 0644]
packages/apps/DeskClock/res/layout/analog_appwidget.xml [new file with mode: 0644]
packages/apps/DeskClock/res/layout/context_menu_header.xml [new file with mode: 0644]
packages/apps/DeskClock/res/layout/desk_clock.xml [new file with mode: 0644]
packages/apps/DeskClock/res/layout/desk_clock_battery.xml [new file with mode: 0644]
packages/apps/DeskClock/res/layout/desk_clock_buttons.xml [new file with mode: 0644]
packages/apps/DeskClock/res/layout/desk_clock_saver.xml [new file with mode: 0644]
packages/apps/DeskClock/res/layout/desk_clock_time_date.xml [new file with mode: 0644]
packages/apps/DeskClock/res/layout/desk_clock_weather.xml [new file with mode: 0644]
packages/apps/DeskClock/res/layout/set_alarm.xml [new file with mode: 0644]
packages/apps/DeskClock/res/menu/alarm_list_menu.xml [new file with mode: 0644]
packages/apps/DeskClock/res/menu/context_menu.xml [new file with mode: 0644]
packages/apps/DeskClock/res/menu/desk_clock_menu.xml [new file with mode: 0644]
packages/apps/DeskClock/res/raw/fallbackring.ogg [new file with mode: 0644]
packages/apps/DeskClock/res/raw/in_call_alarm.ogg [new file with mode: 0644]
packages/apps/DeskClock/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-cs/donottranslate.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-da/donottranslate.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-de/donottranslate.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-el/donottranslate.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-es-rUS/donottranslate.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-es/donottranslate.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-fr/donottranslate.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-it/donottranslate.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-ja/donottranslate.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-ko/donottranslate.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-nb/donottranslate.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-nl/donottranslate.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-pl/donottranslate.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-pt-rPT/donottranslate.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-pt/donottranslate.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-rm/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-ru/donottranslate.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-sv/donottranslate.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-tr/donottranslate.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-zh-rCN/donottranslate.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-zh-rTW/donottranslate.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values/colors.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values/donottranslate.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values/strings.xml [new file with mode: 0644]
packages/apps/DeskClock/res/values/styles.xml [new file with mode: 0644]
packages/apps/DeskClock/res/xml/alarm_prefs.xml [new file with mode: 0644]
packages/apps/DeskClock/res/xml/analog_appwidget.xml [new file with mode: 0644]
packages/apps/DeskClock/res/xml/settings.xml [new file with mode: 0644]
packages/apps/DeskClock/src/com/android/alarmclock/AnalogAppWidgetProvider.java [new file with mode: 0644]
packages/apps/DeskClock/src/com/android/deskclock/Alarm.java [new file with mode: 0644]
packages/apps/DeskClock/src/com/android/deskclock/AlarmAlert.java [new file with mode: 0644]
packages/apps/DeskClock/src/com/android/deskclock/AlarmAlertFullScreen.java [new file with mode: 0644]
packages/apps/DeskClock/src/com/android/deskclock/AlarmAlertWakeLock.java [new file with mode: 0644]
packages/apps/DeskClock/src/com/android/deskclock/AlarmClock.java [new file with mode: 0644]
packages/apps/DeskClock/src/com/android/deskclock/AlarmInitReceiver.java [new file with mode: 0644]
packages/apps/DeskClock/src/com/android/deskclock/AlarmKlaxon.java [new file with mode: 0644]
packages/apps/DeskClock/src/com/android/deskclock/AlarmPreference.java [new file with mode: 0644]
packages/apps/DeskClock/src/com/android/deskclock/AlarmProvider.java [new file with mode: 0644]
packages/apps/DeskClock/src/com/android/deskclock/AlarmReceiver.java [new file with mode: 0644]
packages/apps/DeskClock/src/com/android/deskclock/Alarms.java [new file with mode: 0644]
packages/apps/DeskClock/src/com/android/deskclock/DeskClock.java [new file with mode: 0644]
packages/apps/DeskClock/src/com/android/deskclock/DigitalClock.java [new file with mode: 0644]
packages/apps/DeskClock/src/com/android/deskclock/DontPressWithParentLayout.java [new file with mode: 0644]
packages/apps/DeskClock/src/com/android/deskclock/HandleSetAlarm.java [new file with mode: 0644]
packages/apps/DeskClock/src/com/android/deskclock/Log.java [new file with mode: 0644]
packages/apps/DeskClock/src/com/android/deskclock/RepeatPreference.java [new file with mode: 0644]
packages/apps/DeskClock/src/com/android/deskclock/SetAlarm.java [new file with mode: 0644]
packages/apps/DeskClock/src/com/android/deskclock/SettingsActivity.java [new file with mode: 0644]
packages/apps/DeskClock/src/com/android/deskclock/ToastMaster.java [new file with mode: 0644]
packages/apps/DeskClock/tests/Android.mk [new file with mode: 0644]
packages/apps/DeskClock/tests/AndroidManifest.xml [new file with mode: 0644]
packages/apps/DeskClock/tests/src/com/android/deskclock/DeskClockLaunchPerformance.java [new file with mode: 0644]
packages/apps/DeskClock/tests/src/com/android/deskclock/TestAddAlarm.java [new file with mode: 0644]
packages/apps/Email/.classpath [new file with mode: 0644]
packages/apps/Email/.project [new file with mode: 0644]
packages/apps/Email/Android.mk [new file with mode: 0644]
packages/apps/Email/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Email/CleanSpec.mk [new file with mode: 0644]
packages/apps/Email/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/apps/Email/NOTICE [new file with mode: 0644]
packages/apps/Email/assets/empty.html [new file with mode: 0644]
packages/apps/Email/assets/loading.gif [new file with mode: 0644]
packages/apps/Email/assets/loading.html [new file with mode: 0644]
packages/apps/Email/assets/test.html [new file with mode: 0644]
packages/apps/Email/docs/NOTES [new file with mode: 0644]
packages/apps/Email/docs/TESTS [new file with mode: 0644]
packages/apps/Email/docs/TODO [new file with mode: 0644]
packages/apps/Email/images/Android Buttons.ai [new file with mode: 0644]
packages/apps/Email/images/Android.ai [new file with mode: 0644]
packages/apps/Email/proguard.flags [new file with mode: 0644]
packages/apps/Email/remove-exchange-support.sh [new file with mode: 0755]
packages/apps/Email/res/anim/footer_appear.xml [new file with mode: 0644]
packages/apps/Email/res/anim/footer_disappear.xml [new file with mode: 0644]
packages/apps/Email/res/anim/header_appear.xml [new file with mode: 0644]
packages/apps/Email/res/anim/header_disappear.xml [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/appointment_indicator_leftside_1.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/appointment_indicator_leftside_2.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/appointment_indicator_leftside_3.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/appointment_indicator_leftside_4.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/appointment_indicator_leftside_5.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/appointment_indicator_leftside_6.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/appointment_indicator_leftside_7.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/appointment_indicator_leftside_8.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/appointment_indicator_leftside_9.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/attached_image_placeholder.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/bg_arrow_focus.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/bg_arrow_press.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/bg_arrow_unselected.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/btn_check_buttonless_dark_off.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/btn_check_buttonless_dark_on.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/btn_folder.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/btn_maybe_focused.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/btn_maybe_off.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/btn_maybe_pressed.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/btn_no_focused.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/btn_no_off.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/btn_no_pressed.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/btn_star_big_buttonless_dark_off.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/btn_star_big_buttonless_dark_on.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/btn_star_big_buttonless_off.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/btn_star_big_buttonless_on.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/btn_yes_focused.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/btn_yes_off.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/btn_yes_pressed.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/button_indicator_next.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/divider_horizontal_email.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/email_quoted_bar.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/header_card.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/ic_btn_arrow_left_focus.png [new file with mode: 0755]
packages/apps/Email/res/drawable-hdpi/ic_btn_arrow_left_unselected.png [new file with mode: 0755]
packages/apps/Email/res/drawable-hdpi/ic_btn_arrow_right_focus.png [new file with mode: 0755]
packages/apps/Email/res/drawable-hdpi/ic_btn_arrow_right_unselected.png [new file with mode: 0755]
packages/apps/Email/res/drawable-hdpi/ic_calendar_event_small.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/ic_email_attachment.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/ic_email_attachment_small.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/ic_event_email.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/ic_exchange_minitab_selected.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/ic_exchange_selected.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/ic_list_combined_inbox.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/ic_list_drafts.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/ic_list_folder.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/ic_list_inbox.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/ic_list_outbox.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/ic_list_sent.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/ic_list_spam.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/ic_list_starred.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/ic_list_trash.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/ic_menu_email_deselect_mail.png [new file with mode: 0755]
packages/apps/Email/res/drawable-hdpi/ic_menu_folder.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/ic_menu_forward_mail.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/ic_menu_reply.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/ic_menu_reply_all.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/ic_menu_save_draft.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/ic_mms_attachment_small.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/icon.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/ind_default.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/ind_sum.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/ind_unread.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/one_pixel_border.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/one_pixel_border_pressed.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/one_pixel_border_selected.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/presence_inactive.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/quickcontact_presence_bg.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/stat_notify_calendar.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/stat_notify_email_generic.png [new file with mode: 0755]
packages/apps/Email/res/drawable-hdpi/text_box.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-hdpi/text_box_light.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/appointment_indicator_leftside_1.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/appointment_indicator_leftside_2.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/appointment_indicator_leftside_3.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/appointment_indicator_leftside_4.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/appointment_indicator_leftside_5.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/appointment_indicator_leftside_6.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/appointment_indicator_leftside_7.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/appointment_indicator_leftside_8.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/appointment_indicator_leftside_9.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/attached_image_placeholder.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/bg_arrow_focus.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/bg_arrow_press.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/bg_arrow_unselected.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/btn_check_buttonless_dark_off.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/btn_check_buttonless_dark_on.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/btn_folder.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/btn_maybe_focused.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/btn_maybe_off.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/btn_maybe_pressed.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/btn_no_focused.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/btn_no_off.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/btn_no_pressed.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/btn_star_big_buttonless_dark_off.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/btn_star_big_buttonless_dark_on.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/btn_star_big_buttonless_off.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/btn_star_big_buttonless_on.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/btn_yes_focused.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/btn_yes_off.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/btn_yes_pressed.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/button_indicator_next.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/divider_horizontal_email.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/email_quoted_bar.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/header_card.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/ic_btn_arrow_left_focus.png [new file with mode: 0755]
packages/apps/Email/res/drawable-mdpi/ic_btn_arrow_left_unselected.png [new file with mode: 0755]
packages/apps/Email/res/drawable-mdpi/ic_btn_arrow_right_focus.png [new file with mode: 0755]
packages/apps/Email/res/drawable-mdpi/ic_btn_arrow_right_unselected.png [new file with mode: 0755]
packages/apps/Email/res/drawable-mdpi/ic_calendar_event_small.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/ic_email_attachment.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/ic_email_attachment_small.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/ic_event_email.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/ic_exchange_minitab_selected.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/ic_exchange_selected.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/ic_list_combined_inbox.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/ic_list_drafts.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/ic_list_folder.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/ic_list_inbox.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/ic_list_outbox.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/ic_list_sent.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/ic_list_spam.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/ic_list_starred.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/ic_list_trash.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/ic_menu_email_deselect_mail.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/ic_menu_folder.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/ic_menu_forward_mail.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/ic_menu_reply.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/ic_menu_reply_all.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/ic_menu_save_draft.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/ic_mms_attachment_small.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/icon.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/ind_default.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/ind_sum.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/ind_unread.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/one_pixel_border.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/one_pixel_border_pressed.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/one_pixel_border_selected.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/presence_inactive.png [new file with mode: 0755]
packages/apps/Email/res/drawable-mdpi/quickcontact_presence_bg.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/stat_notify_calendar.png [new file with mode: 0755]
packages/apps/Email/res/drawable-mdpi/stat_notify_email_generic.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/text_box.9.png [new file with mode: 0644]
packages/apps/Email/res/drawable-mdpi/text_box_light.9.png [new file with mode: 0755]
packages/apps/Email/res/drawable/btn_arrow_background.xml [new file with mode: 0644]
packages/apps/Email/res/drawable/btn_arrow_left.xml [new file with mode: 0644]
packages/apps/Email/res/drawable/btn_arrow_right.xml [new file with mode: 0644]
packages/apps/Email/res/drawable/btn_invite_maybe.xml [new file with mode: 0644]
packages/apps/Email/res/drawable/btn_invite_no.xml [new file with mode: 0644]
packages/apps/Email/res/drawable/btn_invite_yes.xml [new file with mode: 0644]
packages/apps/Email/res/drawable/message_list_item_background_read.xml [new file with mode: 0644]
packages/apps/Email/res/drawable/message_list_item_background_unread.xml [new file with mode: 0644]
packages/apps/Email/res/drawable/one_pixel_border_button.xml [new file with mode: 0644]
packages/apps/Email/res/layout-land/message_view.xml [new file with mode: 0644]
packages/apps/Email/res/layout/account_folder_list.xml [new file with mode: 0644]
packages/apps/Email/res/layout/account_folder_list_item.xml [new file with mode: 0644]
packages/apps/Email/res/layout/account_setup_account_type.xml [new file with mode: 0644]
packages/apps/Email/res/layout/account_setup_basics.xml [new file with mode: 0644]
packages/apps/Email/res/layout/account_setup_check_settings.xml [new file with mode: 0644]
packages/apps/Email/res/layout/account_setup_exchange.xml [new file with mode: 0644]
packages/apps/Email/res/layout/account_setup_incoming.xml [new file with mode: 0644]
packages/apps/Email/res/layout/account_setup_names.xml [new file with mode: 0644]
packages/apps/Email/res/layout/account_setup_options.xml [new file with mode: 0644]
packages/apps/Email/res/layout/account_setup_outgoing.xml [new file with mode: 0644]
packages/apps/Email/res/layout/accounts.xml [new file with mode: 0644]
packages/apps/Email/res/layout/accounts_item.xml [new file with mode: 0644]
packages/apps/Email/res/layout/connection_error_banner.xml [new file with mode: 0644]
packages/apps/Email/res/layout/debug.xml [new file with mode: 0644]
packages/apps/Email/res/layout/list_separator.xml [new file with mode: 0644]
packages/apps/Email/res/layout/list_title.xml [new file with mode: 0644]
packages/apps/Email/res/layout/mailbox_list.xml [new file with mode: 0644]
packages/apps/Email/res/layout/mailbox_list_item.xml [new file with mode: 0644]
packages/apps/Email/res/layout/message_compose.xml [new file with mode: 0644]
packages/apps/Email/res/layout/message_compose_attachment.xml [new file with mode: 0644]
packages/apps/Email/res/layout/message_list.xml [new file with mode: 0644]
packages/apps/Email/res/layout/message_list_item.xml [new file with mode: 0644]
packages/apps/Email/res/layout/message_list_item_footer.xml [new file with mode: 0644]
packages/apps/Email/res/layout/message_view.xml [new file with mode: 0644]
packages/apps/Email/res/layout/message_view_attachment.xml [new file with mode: 0644]
packages/apps/Email/res/layout/message_view_header.xml [new file with mode: 0644]
packages/apps/Email/res/layout/message_view_invitation.xml [new file with mode: 0644]
packages/apps/Email/res/layout/recipient_dropdown_item.xml [new file with mode: 0644]
packages/apps/Email/res/layout/recipient_dropdown_separator.xml [new file with mode: 0644]
packages/apps/Email/res/layout/upgrade_accounts.xml [new file with mode: 0644]
packages/apps/Email/res/layout/upgrade_accounts_item.xml [new file with mode: 0644]
packages/apps/Email/res/menu/account_folder_list_context.xml [new file with mode: 0644]
packages/apps/Email/res/menu/account_folder_list_option.xml [new file with mode: 0644]
packages/apps/Email/res/menu/account_folder_list_smart_folder_context.xml [new file with mode: 0644]
packages/apps/Email/res/menu/debug_option.xml [new file with mode: 0644]
packages/apps/Email/res/menu/mailbox_list_context.xml [new file with mode: 0644]
packages/apps/Email/res/menu/mailbox_list_option.xml [new file with mode: 0644]
packages/apps/Email/res/menu/message_compose_option.xml [new file with mode: 0644]
packages/apps/Email/res/menu/message_list_context.xml [new file with mode: 0644]
packages/apps/Email/res/menu/message_list_context_drafts.xml [new file with mode: 0644]
packages/apps/Email/res/menu/message_list_context_outbox.xml [new file with mode: 0644]
packages/apps/Email/res/menu/message_list_context_trash.xml [new file with mode: 0644]
packages/apps/Email/res/menu/message_list_option.xml [new file with mode: 0644]
packages/apps/Email/res/menu/message_list_option_smart_folder.xml [new file with mode: 0644]
packages/apps/Email/res/menu/message_view_option.xml [new file with mode: 0644]
packages/apps/Email/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-rm/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values/arrays.xml [new file with mode: 0644]
packages/apps/Email/res/values/build_number.xml [new file with mode: 0644]
packages/apps/Email/res/values/colors.xml [new file with mode: 0644]
packages/apps/Email/res/values/dimensions.xml [new file with mode: 0644]
packages/apps/Email/res/values/strings.xml [new file with mode: 0644]
packages/apps/Email/res/values/styles.xml [new file with mode: 0644]
packages/apps/Email/res/xml/account_preferences.xml [new file with mode: 0644]
packages/apps/Email/res/xml/account_settings_preferences.xml [new file with mode: 0644]
packages/apps/Email/res/xml/authenticator.xml [new file with mode: 0644]
packages/apps/Email/res/xml/authenticator_alternate.xml [new file with mode: 0644]
packages/apps/Email/res/xml/device_admin.xml [new file with mode: 0644]
packages/apps/Email/res/xml/providers.xml [new file with mode: 0644]
packages/apps/Email/res/xml/providers_product.xml [new file with mode: 0644]
packages/apps/Email/res/xml/senders.xml [new file with mode: 0644]
packages/apps/Email/res/xml/senders_product.xml [new file with mode: 0644]
packages/apps/Email/res/xml/stores.xml [new file with mode: 0644]
packages/apps/Email/res/xml/stores_product.xml [new file with mode: 0644]
packages/apps/Email/res/xml/syncadapter_calendar.xml [new file with mode: 0644]
packages/apps/Email/res/xml/syncadapter_contacts.xml [new file with mode: 0644]
packages/apps/Email/src/com/android/email/Account.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/AccountBackupRestore.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/Controller.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/Email.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/EmailAddressAdapter.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/EmailAddressValidator.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/ExchangeUtils.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/FixedLengthInputStream.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/GroupMessagingListener.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/LegacyConversions.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/MessagingController.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/MessagingListener.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/PeekableInputStream.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/Preferences.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/SecurityPolicy.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/Utility.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/VendorPolicyLoader.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/AccountFolderList.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/AccountFolderListItem.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/AccountShortcutPicker.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/AddressTextView.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/Debug.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/FolderMessageList.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/MailboxList.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/MessageCompose.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/MessageList.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/MessageListItem.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/MessageView.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/ProgressListener.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/UpgradeAccounts.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/Welcome.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/setup/AccountSecurity.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/setup/AccountSettings.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/setup/AccountSettingsUtils.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/setup/AccountSetupAccountType.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/setup/AccountSetupBasics.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/setup/AccountSetupCheckSettings.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/setup/AccountSetupExchange.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/setup/AccountSetupIncoming.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/setup/AccountSetupNames.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/setup/AccountSetupOptions.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/setup/AccountSetupOutgoing.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/activity/setup/SpinnerOption.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/Address.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/AuthenticationFailedException.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/Body.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/BodyPart.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/CertificateValidationException.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/FetchProfile.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/Fetchable.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/Flag.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/Folder.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/MeetingInfo.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/Message.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/MessageDateComparator.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/MessagingException.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/Multipart.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/NoSuchProviderException.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/PackedString.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/Part.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/Sender.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/Store.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/StoreSynchronizer.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/Transport.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/internet/BinaryTempFileBody.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/internet/EmailHtmlUtil.java [new file with mode: 0755]
packages/apps/Email/src/com/android/email/mail/internet/MimeBodyPart.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/internet/MimeHeader.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/internet/MimeMessage.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/internet/MimeMultipart.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/internet/MimeUtility.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/internet/TextBody.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/store/ExchangeStore.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/store/ImapStore.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/store/LocalStore.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/store/Pop3Store.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/store/imap/ImapConstants.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/store/imap/ImapElement.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/store/imap/ImapList.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/store/imap/ImapMemoryLiteral.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/store/imap/ImapResponse.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/store/imap/ImapResponseParser.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/store/imap/ImapSimpleString.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/store/imap/ImapString.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/store/imap/ImapTempFileLiteral.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/transport/CountingOutputStream.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/transport/DiscourseLogger.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/transport/EOLConvertingOutputStream.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/transport/ExchangeSender.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/transport/LoggingInputStream.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/transport/MailTransport.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/transport/Rfc822Output.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/transport/SSLUtils.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/transport/SmtpSender.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/mail/transport/StatusOutputStream.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/provider/AttachmentProvider.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/provider/EmailContent.aidl [new file with mode: 0644]
packages/apps/Email/src/com/android/email/provider/EmailContent.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/provider/EmailProvider.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/service/EasAuthenticatorService.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/service/EasAuthenticatorServiceAlternate.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/service/EmailBroadcastProcessorService.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/service/EmailBroadcastReceiver.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/service/EmailServiceConstants.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/service/EmailServiceProxy.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/service/EmailServiceStatus.java [new file with mode: 0644]
packages/apps/Email/src/com/android/email/service/IEmailService.aidl [new file with mode: 0644]
packages/apps/Email/src/com/android/email/service/IEmailServiceCallback.aidl [new file with mode: 0644]
packages/apps/Email/src/com/android/email/service/MailService.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/AbstractSyncService.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/CalendarSyncAdapterService.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/CalendarSyncEnabler.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/ContactsSyncAdapterService.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/Eas.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/EasAuthenticationException.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/EasException.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/EasOutboxService.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/EasSyncService.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/EmailSyncAlarmReceiver.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/IllegalHeartbeatException.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/MailboxAlarmReceiver.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/MeetingResponseRequest.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/MockParserStream.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/PartRequest.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/Request.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/SSLSocketFactory.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/StaleFolderListException.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/SyncManager.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/adapter/AbstractSyncAdapter.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/adapter/AbstractSyncParser.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/adapter/AccountSyncAdapter.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/adapter/CalendarSyncAdapter.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/adapter/ContactsSyncAdapter.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/adapter/EmailSyncAdapter.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/adapter/FolderSyncParser.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/adapter/GalParser.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/adapter/MeetingResponseParser.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/adapter/Parser.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/adapter/PingParser.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/adapter/ProvisionParser.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/adapter/Serializer.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/adapter/Tags.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/adapter/Wbxml.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/adapter/patent_disclaimer.txt [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/patent_disclaimer.txt [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/provider/ExchangeProvider.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/provider/GalEmailAddressAdapter.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/provider/GalResult.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/utility/CalendarUtilities.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/utility/Duration.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/utility/FileLogger.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/utility/SimpleIcsWriter.java [new file with mode: 0644]
packages/apps/Email/src/com/android/exchange/utility/patent_disclaimer.txt [new file with mode: 0644]
packages/apps/Email/src/com/beetstra/ThirdPartyProject.prop [new file with mode: 0644]
packages/apps/Email/src/com/beetstra/jutf7/Base64Util.java [new file with mode: 0644]
packages/apps/Email/src/com/beetstra/jutf7/CharsetProvider.java [new file with mode: 0644]
packages/apps/Email/src/com/beetstra/jutf7/ModifiedUTF7Charset.java [new file with mode: 0644]
packages/apps/Email/src/com/beetstra/jutf7/UTF7Charset.java [new file with mode: 0644]
packages/apps/Email/src/com/beetstra/jutf7/UTF7StyleCharset.java [new file with mode: 0644]
packages/apps/Email/src/com/beetstra/jutf7/UTF7StyleCharsetDecoder.java [new file with mode: 0644]
packages/apps/Email/src/com/beetstra/jutf7/UTF7StyleCharsetEncoder.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/CopyUtils.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/DirectoryWalker.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/EndianUtils.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/FileCleaner.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/FileCleaningTracker.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/FileDeleteStrategy.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/FileSystemUtils.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/FileUtils.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/FilenameUtils.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/HexDump.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/IOCase.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/IOExceptionWithCause.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/IOUtils.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/LineIterator.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/ThirdPartyProject.prop [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/comparator/DefaultFileComparator.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/comparator/ExtensionFileComparator.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/comparator/LastModifiedFileComparator.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/comparator/NameFileComparator.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/comparator/PathFileComparator.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/comparator/ReverseComparator.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/comparator/SizeFileComparator.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/comparator/package.html [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/filefilter/AbstractFileFilter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/filefilter/AgeFileFilter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/filefilter/AndFileFilter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/filefilter/CanReadFileFilter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/filefilter/CanWriteFileFilter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/filefilter/ConditionalFileFilter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/filefilter/DelegateFileFilter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/filefilter/DirectoryFileFilter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/filefilter/EmptyFileFilter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/filefilter/FalseFileFilter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/filefilter/FileFileFilter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/filefilter/FileFilterUtils.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/filefilter/HiddenFileFilter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/filefilter/IOFileFilter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/filefilter/NameFileFilter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/filefilter/NotFileFilter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/filefilter/OrFileFilter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/filefilter/PrefixFileFilter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/filefilter/RegexFileFilter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/filefilter/SizeFileFilter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/filefilter/SuffixFileFilter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/filefilter/TrueFileFilter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/filefilter/WildcardFileFilter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/filefilter/WildcardFilter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/filefilter/package.html [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/input/AutoCloseInputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/input/CharSequenceReader.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/input/ClassLoaderObjectInputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/input/CloseShieldInputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/input/ClosedInputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/input/CountingInputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/input/DemuxInputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/input/NullInputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/input/NullReader.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/input/ProxyInputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/input/ProxyReader.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/input/SwappedDataInputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/input/TeeInputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/input/package.html [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/output/ByteArrayOutputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/output/CloseShieldOutputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/output/ClosedOutputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/output/CountingOutputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/output/DeferredFileOutputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/output/DemuxOutputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/output/FileWriterWithEncoding.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/output/LockableFileWriter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/output/NullOutputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/output/NullWriter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/output/ProxyOutputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/output/ProxyWriter.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/output/TeeOutputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/output/ThresholdingOutputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/output/package.html [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/overview.html [new file with mode: 0644]
packages/apps/Email/src/org/apache/commons/io/package.html [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/AbstractContentHandler.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/BodyDescriptor.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/CloseShieldInputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/ContentHandler.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/EOLConvertingInputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/Log.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/LogFactory.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/MimeBoundaryInputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/MimeStreamParser.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/RootInputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/SimpleContentHandler.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/ThirdPartyProject.prop [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/codec/EncoderUtil.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/decoder/Base64InputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/decoder/ByteQueue.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/decoder/DecoderUtil.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/decoder/QuotedPrintableInputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/decoder/UnboundedFifoByteBuffer.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/AddressListField.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/ContentTransferEncodingField.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/ContentTypeField.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/DateTimeField.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/DefaultFieldParser.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/DelegatingFieldParser.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/Field.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/FieldParser.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/MailboxField.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/MailboxListField.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/UnstructuredField.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/Address.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/AddressList.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/Builder.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/DomainList.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/Group.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/Mailbox.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/MailboxList.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/NamedMailbox.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ASTaddr_spec.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ASTaddress.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ASTaddress_list.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ASTangle_addr.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ASTdomain.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ASTgroup_body.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ASTlocal_part.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ASTmailbox.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ASTname_addr.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ASTphrase.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ASTroute.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/AddressListParser.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/AddressListParser.jj [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/AddressListParserConstants.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/AddressListParserTokenManager.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/AddressListParserTreeConstants.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/AddressListParserVisitor.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/BaseNode.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/JJTAddressListParserState.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/Node.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ParseException.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/SimpleCharStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/SimpleNode.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/Token.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/TokenMgrError.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/ContentTypeParser.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/ContentTypeParserConstants.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/ContentTypeParserTokenManager.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/ParseException.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/SimpleCharStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/Token.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/TokenMgrError.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/datetime/DateTime.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/DateTimeParser.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/DateTimeParserConstants.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/DateTimeParserTokenManager.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/ParseException.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/SimpleCharStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/Token.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/TokenMgrError.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/message/AbstractBody.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/message/BinaryBody.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/message/Body.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/message/BodyPart.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/message/Entity.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/message/Header.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/message/MemoryBinaryBody.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/message/MemoryTextBody.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/message/Message.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/message/Multipart.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/message/TempFileBinaryBody.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/message/TempFileTextBody.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/message/TextBody.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/util/CharsetUtil.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/util/PartialInputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/util/PositionInputStream.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/util/SimpleTempStorage.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/util/TempFile.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/util/TempPath.java [new file with mode: 0644]
packages/apps/Email/src/org/apache/james/mime4j/util/TempStorage.java [new file with mode: 0644]
packages/apps/Email/tests/Android.mk [new file with mode: 0644]
packages/apps/Email/tests/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/AccountBackupRestoreTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/AccountTestCase.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/AccountUnitTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/ControllerProviderOpsTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/EmailTest.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/GroupMessagingListenerUnitTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/LegacyConversionsTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/MessagingControllerUnitTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/MockVendorPolicy.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/PreferencesUnitTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/SecurityPolicyTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/SmallTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/TestUtils.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/UtilityUnitTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/VendorPolicyLoaderTest.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/activity/MessageComposeTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/activity/MessageListUnitTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/activity/MessageViewTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/activity/setup/AccountSettingsTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/activity/setup/AccountSetupAccountTypeUnitTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/activity/setup/AccountSetupExchangeTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/activity/setup/AccountSetupIncomingTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/activity/setup/AccountSetupNamesTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/activity/setup/AccountSetupOptionsTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/activity/setup/AccountSetupOutgoingTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/mail/AddressUnitTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/mail/FlagTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/mail/MessageTestUtils.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/mail/MockFolder.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/mail/PackedStringTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/mail/StoreTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/mail/internet/EmailHtmlUtilTest.java [new file with mode: 0755]
packages/apps/Email/tests/src/com/android/email/mail/internet/MimeBodyPartTest.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/mail/internet/MimeHeaderUnitTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/mail/internet/MimeMessageTest.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/mail/internet/MimeUtilityTest.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/mail/store/ImapStoreUnitTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/mail/store/LocalStoreUnitTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/mail/store/Pop3StoreUnitTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/mail/store/imap/ImapElementTest.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/mail/store/imap/ImapListTest.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/mail/store/imap/ImapResponseParserTest.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/mail/store/imap/ImapResponseTest.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/mail/store/imap/ImapStringTest.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/mail/store/imap/ImapTestUtils.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/mail/transport/DiscourseLoggerTest.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/mail/transport/MailTransportUnitTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/mail/transport/MockTransport.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/mail/transport/Rfc822OutputTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/mail/transport/SmtpSenderUnitTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/provider/AttachmentProviderTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/provider/ProviderTestUtils.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/email/provider/ProviderTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/exchange/CalendarSyncEnablerTest.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/exchange/EasSyncServiceTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/exchange/SyncManagerAccountTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/exchange/SyncManagerTest.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/exchange/TagsTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/exchange/adapter/CalendarSyncAdapterTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/exchange/adapter/EmailSyncAdapterTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/exchange/adapter/ProvisionParserTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/exchange/adapter/SyncAdapterTestCase.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/exchange/utility/CalendarUtilitiesTests.java [new file with mode: 0644]
packages/apps/Email/tests/src/com/android/exchange/utility/SimpleIcsWriterTests.java [new file with mode: 0644]
packages/apps/Gallery/Android.mk [new file with mode: 0644]
packages/apps/Gallery/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Gallery/CleanSpec.mk [new file with mode: 0644]
packages/apps/Gallery/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/apps/Gallery/NOTICE [new file with mode: 0644]
packages/apps/Gallery/res/anim/footer_appear.xml [new file with mode: 0644]
packages/apps/Gallery/res/anim/footer_disappear.xml [new file with mode: 0644]
packages/apps/Gallery/res/anim/slide_in.xml [new file with mode: 0644]
packages/apps/Gallery/res/anim/slide_in_vertical.xml [new file with mode: 0644]
packages/apps/Gallery/res/anim/slide_out.xml [new file with mode: 0644]
packages/apps/Gallery/res/anim/slide_out_vertical.xml [new file with mode: 0644]
packages/apps/Gallery/res/anim/transition_in.xml [new file with mode: 0644]
packages/apps/Gallery/res/anim/transition_out.xml [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/appwidget_bg.9.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/btn_camera_arrow_left_default.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/btn_camera_arrow_left_press.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/btn_camera_arrow_left_selected.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/btn_camera_arrow_right_default.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/btn_camera_arrow_right_press.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/btn_camera_arrow_right_selected.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/btn_check_buttonless_off.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/btn_check_buttonless_on.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/camera_crop_height.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/camera_crop_width.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/detail_photo_border.9.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/frame_gallery_preview_album.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/frame_gallery_preview_album_mask.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/frame_gallery_preview_album_pressed.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/frame_gallery_preview_album_selected.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/frame_overlay_gallery_camera.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/frame_overlay_gallery_folder.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/frame_overlay_gallery_video.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_btn_actionmenu_attach_default.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_btn_actionmenu_attach_pressed.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_btn_actionmenu_attach_selected.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_btn_actionmenu_cancel_default.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_btn_actionmenu_cancel_pressed.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_btn_actionmenu_cancel_selected.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_btn_actionmenu_delete_default.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_btn_actionmenu_delete_pressed.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_btn_actionmenu_delete_selected.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_btn_actionmenu_play_default.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_btn_actionmenu_play_pressed.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_btn_actionmenu_play_selected.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_btn_actionmenu_set_as_default.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_btn_actionmenu_set_as_pressed.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_btn_actionmenu_set_as_selected.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_btn_actionmenu_share_default.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_btn_actionmenu_share_pressed.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_btn_actionmenu_share_selected.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_error_mms_video_overlay.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_gallery_empty2.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_gallery_video_overlay.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_launcher_camera.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_launcher_gallery.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_menu_3d_globe.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_menu_camera_video_view.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_menu_multiselect_gallery.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_menu_view_details.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_missing_thumbnail_picture.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/ic_missing_thumbnail_video.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/image_border_bg_focus_blue.9.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/image_border_bg_normal.9.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/image_border_bg_pressed_blue.9.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/indicator_autocrop.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-hdpi/photo_inner.9.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/appwidget_bg.9.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/btn_camera_arrow_left_default.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/btn_camera_arrow_left_press.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/btn_camera_arrow_left_selected.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/btn_camera_arrow_right_default.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/btn_camera_arrow_right_press.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/btn_camera_arrow_right_selected.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/btn_check_buttonless_off.png [new file with mode: 0755]
packages/apps/Gallery/res/drawable-mdpi/btn_check_buttonless_on.png [new file with mode: 0755]
packages/apps/Gallery/res/drawable-mdpi/camera_crop_height.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/camera_crop_width.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/detail_photo_border.9.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/frame_gallery_preview_album.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/frame_gallery_preview_album_mask.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/frame_gallery_preview_album_pressed.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/frame_gallery_preview_album_selected.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/frame_overlay_gallery_camera.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/frame_overlay_gallery_folder.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/frame_overlay_gallery_video.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_btn_actionmenu_attach_default.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_btn_actionmenu_attach_pressed.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_btn_actionmenu_attach_selected.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_btn_actionmenu_cancel_default.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_btn_actionmenu_cancel_pressed.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_btn_actionmenu_cancel_selected.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_btn_actionmenu_delete_default.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_btn_actionmenu_delete_pressed.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_btn_actionmenu_delete_selected.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_btn_actionmenu_play_default.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_btn_actionmenu_play_pressed.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_btn_actionmenu_play_selected.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_btn_actionmenu_set_as_default.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_btn_actionmenu_set_as_pressed.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_btn_actionmenu_set_as_selected.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_btn_actionmenu_share_default.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_btn_actionmenu_share_pressed.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_btn_actionmenu_share_selected.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_error_mms_video_overlay.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_gallery_empty2.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_gallery_video_overlay.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_launcher_camera.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_launcher_gallery.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_menu_3d_globe.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_menu_camera_video_view.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_menu_multiselect_gallery.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_menu_view_details.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_missing_thumbnail_picture.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/ic_missing_thumbnail_video.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/image_border_bg_focus_blue.9.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/image_border_bg_normal.9.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/image_border_bg_pressed_blue.9.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/indicator_autocrop.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable-mdpi/photo_inner.9.png [new file with mode: 0644]
packages/apps/Gallery/res/drawable/btn_camera_arrow_left.xml [new file with mode: 0644]
packages/apps/Gallery/res/drawable/btn_camera_arrow_right.xml [new file with mode: 0644]
packages/apps/Gallery/res/drawable/frame_gallery_preview.xml [new file with mode: 0644]
packages/apps/Gallery/res/drawable/grid_background.xml [new file with mode: 0644]
packages/apps/Gallery/res/drawable/ic_menu_attach.xml [new file with mode: 0644]
packages/apps/Gallery/res/drawable/ic_menu_camera_play.xml [new file with mode: 0644]
packages/apps/Gallery/res/drawable/ic_menu_cancel.xml [new file with mode: 0644]
packages/apps/Gallery/res/drawable/ic_menu_delete.xml [new file with mode: 0644]
packages/apps/Gallery/res/drawable/ic_menu_set_as.xml [new file with mode: 0644]
packages/apps/Gallery/res/drawable/ic_menu_share.xml [new file with mode: 0644]
packages/apps/Gallery/res/layout/cropimage.xml [new file with mode: 0644]
packages/apps/Gallery/res/layout/custom_gallery_title.xml [new file with mode: 0644]
packages/apps/Gallery/res/layout/delete_image.xml [new file with mode: 0644]
packages/apps/Gallery/res/layout/detailsview.xml [new file with mode: 0644]
packages/apps/Gallery/res/layout/gallery_picker_item.xml [new file with mode: 0644]
packages/apps/Gallery/res/layout/gallerypicker.xml [new file with mode: 0644]
packages/apps/Gallery/res/layout/gallerypicker_no_images.xml [new file with mode: 0644]
packages/apps/Gallery/res/layout/image_gallery.xml [new file with mode: 0644]
packages/apps/Gallery/res/layout/movie_view.xml [new file with mode: 0644]
packages/apps/Gallery/res/layout/photo_frame.xml [new file with mode: 0644]
packages/apps/Gallery/res/layout/viewimage.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-land/dimens.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-rm/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values/attrs.xml [new file with mode: 0644]
packages/apps/Gallery/res/values/colors.xml [new file with mode: 0644]
packages/apps/Gallery/res/values/strings.xml [new file with mode: 0644]
packages/apps/Gallery/res/values/styles.xml [new file with mode: 0644]
packages/apps/Gallery/res/xml/appwidget_info.xml [new file with mode: 0644]
packages/apps/Gallery/res/xml/gallery_preferences.xml [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/ActionMenuButton.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/BitmapManager.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/CropImage.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/DeleteImage.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/EvenlySpacedLayout.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/GalleryPicker.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/GalleryPickerItem.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/GallerySettings.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/GridViewSpecial.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/HighlightView.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/ImageGallery.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/ImageGetter.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/ImageLoader.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/ImageManager.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/ImageViewTouchBase.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/MenuHelper.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/MonitoredActivity.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/MovieView.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/MovieViewControl.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/NoSearchActivity.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/PhotoAppWidgetBind.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/PhotoAppWidgetConfigure.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/PhotoAppWidgetProvider.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/PickWallpaper.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/ReverseGeocoderTask.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/RotateBitmap.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/Util.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/ViewImage.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/Wallpaper.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/gallery/BaseImage.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/gallery/BaseImageList.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/gallery/DrmImageList.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/gallery/IImage.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/gallery/IImageList.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/gallery/Image.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/gallery/ImageList.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/gallery/ImageListUber.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/gallery/LruCache.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/gallery/SingleImageList.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/gallery/UriImage.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/gallery/VideoList.java [new file with mode: 0644]
packages/apps/Gallery/src/com/android/camera/gallery/VideoObject.java [new file with mode: 0644]
packages/apps/Gallery/tests/Android.mk [new file with mode: 0644]
packages/apps/Gallery/tests/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Gallery/tests/src/com/android/camera/BitmapManagerUnitTests.java [new file with mode: 0644]
packages/apps/Gallery/tests/src/com/android/camera/CameraLaunchPerformance.java [new file with mode: 0644]
packages/apps/Gallery/tests/src/com/android/camera/UnitTests.java [new file with mode: 0644]
packages/apps/Gallery/tests/src/com/android/camera/gallery/ImageListUberUnitTests.java [new file with mode: 0644]
packages/apps/Gallery/tests/src/com/android/camera/gallery/LruCacheUnitTests.java [new file with mode: 0644]
packages/apps/Gallery/tests/src/com/android/camera/gallery/MockImage.java [new file with mode: 0644]
packages/apps/Gallery/tests/src/com/android/camera/gallery/MockImageList.java [new file with mode: 0644]
packages/apps/Gallery3D/Android.mk [new file with mode: 0644]
packages/apps/Gallery3D/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Gallery3D/CleanSpec.mk [new file with mode: 0644]
packages/apps/Gallery3D/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/apps/Gallery3D/NOTICE [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/appwidget_bg.9.png [new file with mode: 0755]
packages/apps/Gallery3D/res/drawable-hdpi/btn_camera.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/btn_camera_pressed.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/btn_hud_zoom_in_normal.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/btn_hud_zoom_in_pressed.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/btn_hud_zoom_out_normal.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/btn_hud_zoom_out_pressed.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/ic_fs_details.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/ic_spinner1.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/ic_spinner2.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/ic_spinner3.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/ic_spinner4.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/ic_spinner5.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/ic_spinner6.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/ic_spinner7.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/ic_spinner8.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/icon.png [new file with mode: 0755]
packages/apps/Gallery3D/res/drawable-hdpi/icon_camera_small.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/icon_cancel.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/icon_delete.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/icon_folder_small.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/icon_home_small.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/icon_more.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/icon_picasa_small.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/icon_play.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/icon_share.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/mode_grid.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/mode_stack.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/photo_inner.9.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/popup.9.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/popup_triangle_bottom.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/scroller_new.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/scroller_pressed_new.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-hdpi/videooverlay.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/appwidget_bg.9.png [new file with mode: 0755]
packages/apps/Gallery3D/res/drawable-mdpi/btn_camera.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/btn_camera_pressed.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/btn_hud_zoom_in_normal.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/btn_hud_zoom_in_pressed.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/btn_hud_zoom_out_normal.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/btn_hud_zoom_out_pressed.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/ic_fs_details.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/ic_spinner1.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/ic_spinner2.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/ic_spinner3.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/ic_spinner4.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/ic_spinner5.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/ic_spinner6.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/ic_spinner7.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/ic_spinner8.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/icon.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/icon_camera_small.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/icon_cancel.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/icon_delete.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/icon_folder_small.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/icon_home_small.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/icon_more.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/icon_picasa_small.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/icon_play.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/icon_share.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/mode_grid.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/mode_stack.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/photo_inner.9.png [new file with mode: 0755]
packages/apps/Gallery3D/res/drawable-mdpi/popup.9.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/popup_triangle_bottom.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/scroller_new.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/scroller_pressed_new.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable-mdpi/videooverlay.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/appwidget_bg.9.png [new file with mode: 0755]
packages/apps/Gallery3D/res/drawable/btn_camera.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/btn_camera_pressed.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/btn_hud_zoom_in_normal.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/btn_hud_zoom_in_pressed.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/btn_hud_zoom_out_normal.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/btn_hud_zoom_out_pressed.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/btn_location_filter_unscaled.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/camera_crop_height.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/camera_crop_width.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/default_background.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/gallery_zoom_in.png [new file with mode: 0755]
packages/apps/Gallery3D/res/drawable/gallery_zoom_in_touch.png [new file with mode: 0755]
packages/apps/Gallery3D/res/drawable/gallery_zoom_out.png [new file with mode: 0755]
packages/apps/Gallery3D/res/drawable/gallery_zoom_out_touch.png [new file with mode: 0755]
packages/apps/Gallery3D/res/drawable/grid_check_off.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/grid_check_on.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/grid_frame.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/grid_placeholder.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/ic_fs_details.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/ic_menu_crop.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/ic_menu_mapmode.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/ic_menu_rotate_left.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/ic_menu_rotate_right.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/ic_menu_set_as.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/ic_menu_view_details.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/icon.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/icon_camera_small.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/icon_camera_small_unscaled.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/icon_delete.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/icon_folder_small.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/icon_folder_small_unscaled.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/icon_home_small.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/icon_location_small.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/icon_more.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/icon_picasa_small.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/icon_picasa_small_unscaled.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/icon_play.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/icon_share.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/indicator_autocrop.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/mode_grid.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/mode_stack.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/pathbar_bg.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/pathbar_cap.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/pathbar_join.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/photo_inner.9.png [new file with mode: 0755]
packages/apps/Gallery3D/res/drawable/popup.9.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/popup_option_selected.9.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/popup_triangle_bottom.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/scroller_new.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/scroller_pressed_new.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/selection_lower_bg.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/selection_menu_bg.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/selection_menu_bg_pressed.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/selection_menu_bg_pressed_left.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/selection_menu_bg_pressed_right.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/selection_menu_divider.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/stack_frame.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/stack_frame_focus.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/stack_frame_gold.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/transparent.png [new file with mode: 0644]
packages/apps/Gallery3D/res/drawable/videooverlay.png [new file with mode: 0644]
packages/apps/Gallery3D/res/layout/cropimage.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/layout/main.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/layout/movie_view.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/layout/photo_frame.xml [new file with mode: 0755]
packages/apps/Gallery3D/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-rm/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/values/strings.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/xml/appwidget_info.xml [new file with mode: 0644]
packages/apps/Gallery3D/res/xml/syncadapter.xml [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/app/App.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/app/Res.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/cache/BootReceiver.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/cache/CacheService.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/cache/ImageList.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/ActiveWallpaper.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/AdaptiveBackgroundTexture.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/ArrayUtils.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/BackgroundLayer.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/BaseCancelable.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/BitmapManager.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/BitmapTexture.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/Cancelable.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/CanvasTexture.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/ConcatenatedDataSource.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/ConcurrentPool.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/ContextMenu.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/CropImage.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/CrossFadingTexture.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/DataSource.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/Deque.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/DetailMode.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/DirectLinkedList.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/DiskCache.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/DisplayItem.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/DisplayList.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/DisplaySlot.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/FloatAnim.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/FloatUtils.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/Gallery.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/GridCamera.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/GridCameraManager.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/GridDrawManager.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/GridDrawables.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/GridInputProcessor.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/GridLayer.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/GridLayoutInterface.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/GridQuad.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/GridQuadFrame.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/GridQuadMesh.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/HighlightView.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/HudLayer.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/IconTitleDrawable.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/ImageButton.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/ImageManager.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/ImageViewTouchBase.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/IndexRange.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/IndexRangeIterator.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/Layer.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/LayoutInterface.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/LoadingLayer.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/LocalDataSource.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/LocationMediaFilter.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/LongSparseArray.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/MatrixStack.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/MediaBucket.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/MediaBucketList.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/MediaClustering.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/MediaFeed.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/MediaFilter.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/MediaItem.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/MediaItemTexture.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/MediaSet.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/MenuBar.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/MonitoredActivity.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/MovieView.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/MovieViewControl.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/PagedFeed.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/Pair.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/PathBarLayer.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/PhotoAppWidgetBind.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/PhotoAppWidgetConfigure.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/PhotoAppWidgetProvider.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/Photographs.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/PicasaDataSource.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/Pool.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/PopupMenu.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/RenderView.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/ResourceTexture.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/ReverseGeocoder.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/RootLayer.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/RotateBitmap.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/ScaleGestureDetector.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/SelectionMenu.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/Shared.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/SimpleStringTexture.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/SortCursor.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/StringTexture.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/Texture.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/TimeBar.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/UriTexture.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/Util.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/Utils.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/Vector3f.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/VirtualFeed.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/media/Wallpaper.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/picasa/AlbumEntry.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/picasa/Entry.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/picasa/EntrySchema.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/picasa/GDataClient.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/picasa/GDataParser.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/picasa/PhotoEntry.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/picasa/PicasaApi.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/picasa/PicasaContentProvider.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/picasa/PicasaReceiver.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/picasa/PicasaService.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/picasa/PicasaSyncAdapter.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/picasa/TableContentProvider.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/picasa/UserEntry.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/wallpaper/RandomDataSource.java [new file with mode: 0644]
packages/apps/Gallery3D/src/com/cooliris/wallpaper/Slideshow.java [new file with mode: 0644]
packages/apps/Gallery3D/tests/Android.mk [new file with mode: 0644]
packages/apps/Gallery3D/tests/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Gallery3D/tests/src/com/cooliris/media/Gallery3DLauncher.java [new file with mode: 0644]
packages/apps/HTMLViewer/Android.mk [new file with mode: 0644]
packages/apps/HTMLViewer/AndroidManifest.xml [new file with mode: 0644]
packages/apps/HTMLViewer/CleanSpec.mk [new file with mode: 0644]
packages/apps/HTMLViewer/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/apps/HTMLViewer/NOTICE [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-rm/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/res/values/strings.xml [new file with mode: 0644]
packages/apps/HTMLViewer/src/com/android/htmlviewer/FileContentProvider.java [new file with mode: 0644]
packages/apps/HTMLViewer/src/com/android/htmlviewer/HTMLViewerActivity.java [new file with mode: 0644]
packages/apps/Launcher2/Android.mk [new file with mode: 0644]
packages/apps/Launcher2/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Launcher2/CleanSpec.mk [new file with mode: 0644]
packages/apps/Launcher2/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/apps/Launcher2/NOTICE [new file with mode: 0644]
packages/apps/Launcher2/print_db.py [new file with mode: 0755]
packages/apps/Launcher2/proguard.flags [new file with mode: 0644]
packages/apps/Launcher2/res/anim/all_apps_2d_fade_in.xml [new file with mode: 0644]
packages/apps/Launcher2/res/anim/all_apps_2d_fade_out.xml [new file with mode: 0644]
packages/apps/Launcher2/res/anim/fade_in_fast.xml [new file with mode: 0644]
packages/apps/Launcher2/res/anim/fade_in_slow.xml [new file with mode: 0644]
packages/apps/Launcher2/res/anim/fade_out_fast.xml [new file with mode: 0644]
packages/apps/Launcher2/res/anim/fade_out_slow.xml [new file with mode: 0644]
packages/apps/Launcher2/res/color/bright_text_dark_focused.xml [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/all_apps_button_focused.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/all_apps_button_normal.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/all_apps_button_pressed.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/bg_appwidget_error.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/box_launcher_bottom.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/box_launcher_top_normal.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/box_launcher_top_pressed.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/box_launcher_top_selected.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/focused_application_background.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/home_button_focused.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/home_button_normal.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/home_button_pressed.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/hotseat_bg_center.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/hotseat_bg_left.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/hotseat_bg_right.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/hotseat_browser_focused.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/hotseat_browser_normal.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/hotseat_browser_pressed.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/hotseat_phone_focused.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/hotseat_phone_normal.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/hotseat_phone_pressed.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_home_arrows_1_focus.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_home_arrows_1_focus_right.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_home_arrows_1_normal.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_home_arrows_1_normal_right.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_home_arrows_1_press.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_home_arrows_1_press_right.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_home_arrows_2_focus.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_home_arrows_2_focus_right.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_home_arrows_2_normal.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_home_arrows_2_normal_right.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_home_arrows_2_press.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_home_arrows_2_press_right.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_home_arrows_3_focus.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_home_arrows_3_focus_right.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_home_arrows_3_normal.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_home_arrows_3_normal_right.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_home_arrows_3_press.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_home_arrows_3_press_right.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_home_arrows_4_focus.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_home_arrows_4_focus_right.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_home_arrows_4_normal.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_home_arrows_4_normal_right.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_home_arrows_4_press.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_home_arrows_4_press_right.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_launcher_application.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_launcher_appwidget.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_launcher_folder.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_launcher_folder_open.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_launcher_home.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_launcher_shortcut.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/ic_launcher_wallpaper.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/pattern_carbon_fiber_dark.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/placeholder_google.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/preview_bg.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/preview_bg_focus.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/preview_bg_press.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/trashcan.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/trashcan_hover.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_bluedotgrid.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_bluedotgrid_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_brown.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_brown_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_canyon.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_canyon_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_cloud.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_cloud_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_desert.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_desert_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_despair.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_despair_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_electric.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_electric_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_field.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_field_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_galaxy.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_galaxy_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_goldengate.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_goldengate_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_grass.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_grass_night.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_grass_night_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_grass_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_gray.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_gray_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_greengray.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_greengray_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_hazybluedots.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_hazybluedots_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_lightgrad.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_lightgrad_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_monumentvalley.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_monumentvalley_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_nexuspattern.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_nexuspattern_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_nexusrain.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_nexusrain_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_nexuswallpaper1.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_nexuswallpaper1_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_pcut.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_pcut_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_ropelights.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_ropelights_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_tree.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_tree_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_x67.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_x67_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_zanzibar.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-hdpi/wallpaper_zanzibar_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-land-hdpi/hotseat_bg_center.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-land-hdpi/hotseat_bg_left.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-land-hdpi/hotseat_bg_right.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-land-mdpi/hotseat_bg_center.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-land-mdpi/hotseat_bg_left.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-land-mdpi/hotseat_bg_right.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/all_apps_button_focused.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/all_apps_button_normal.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/all_apps_button_pressed.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/bg_appwidget_error.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/box_launcher_bottom.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/box_launcher_top_normal.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/box_launcher_top_pressed.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/box_launcher_top_selected.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/focused_application_background.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/home_button_focused.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/home_button_normal.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/home_button_pressed.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/hotseat_bg_center.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/hotseat_bg_left.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/hotseat_bg_right.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/hotseat_browser_focused.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/hotseat_browser_normal.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/hotseat_browser_pressed.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/hotseat_phone_focused.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/hotseat_phone_normal.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/hotseat_phone_pressed.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_home_arrows_1_focus.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_home_arrows_1_focus_right.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_home_arrows_1_normal.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_home_arrows_1_normal_right.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_home_arrows_1_press.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_home_arrows_1_press_right.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_home_arrows_2_focus.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_home_arrows_2_focus_right.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_home_arrows_2_normal.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_home_arrows_2_normal_right.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_home_arrows_2_press.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_home_arrows_2_press_right.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_home_arrows_3_focus.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_home_arrows_3_focus_right.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_home_arrows_3_normal.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_home_arrows_3_normal_right.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_home_arrows_3_press.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_home_arrows_3_press_right.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_home_arrows_4_focus.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_home_arrows_4_focus_right.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_home_arrows_4_normal.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_home_arrows_4_normal_right.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_home_arrows_4_press.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_home_arrows_4_press_right.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_launcher_application.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_launcher_appwidget.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_launcher_folder.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_launcher_folder_open.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_launcher_home.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_launcher_shortcut.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/ic_launcher_wallpaper.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/pattern_carbon_fiber_dark.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/placeholder_google.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/preview_bg.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/preview_bg_focus.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/preview_bg_press.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/trashcan.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/trashcan_hover.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_beach.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_beach_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_blue.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_blue_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_green.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_green_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_grey.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_grey_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_jellyfish.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_jellyfish_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_lake.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_lake_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_mountain.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_mountain_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_path.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_path_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_pink.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_pink_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_road.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_road_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_snow_leopard.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_snow_leopard_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_sunrise.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_sunrise_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_sunset.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_sunset_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_zanzibar.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable-mdpi/wallpaper_zanzibar_small.jpg [new file with mode: 0644]
packages/apps/Launcher2/res/drawable/all_apps_button.xml [new file with mode: 0644]
packages/apps/Launcher2/res/drawable/box_launcher_top.xml [new file with mode: 0644]
packages/apps/Launcher2/res/drawable/delete_zone_selector.xml [new file with mode: 0644]
packages/apps/Launcher2/res/drawable/grid_selector.xml [new file with mode: 0644]
packages/apps/Launcher2/res/drawable/home_arrows_left.xml [new file with mode: 0644]
packages/apps/Launcher2/res/drawable/home_arrows_left_1.xml [new file with mode: 0644]
packages/apps/Launcher2/res/drawable/home_arrows_left_2.xml [new file with mode: 0644]
packages/apps/Launcher2/res/drawable/home_arrows_left_3.xml [new file with mode: 0644]
packages/apps/Launcher2/res/drawable/home_arrows_left_4.xml [new file with mode: 0644]
packages/apps/Launcher2/res/drawable/home_arrows_right.xml [new file with mode: 0644]
packages/apps/Launcher2/res/drawable/home_arrows_right_1.xml [new file with mode: 0644]
packages/apps/Launcher2/res/drawable/home_arrows_right_2.xml [new file with mode: 0644]
packages/apps/Launcher2/res/drawable/home_arrows_right_3.xml [new file with mode: 0644]
packages/apps/Launcher2/res/drawable/home_arrows_right_4.xml [new file with mode: 0644]
packages/apps/Launcher2/res/drawable/home_button.xml [new file with mode: 0644]
packages/apps/Launcher2/res/drawable/hotseat_browser.xml [new file with mode: 0644]
packages/apps/Launcher2/res/drawable/hotseat_phone.xml [new file with mode: 0644]
packages/apps/Launcher2/res/drawable/pressed_application_background.9.png [new file with mode: 0644]
packages/apps/Launcher2/res/drawable/preview_background.xml [new file with mode: 0644]
packages/apps/Launcher2/res/drawable/shortcut_selector.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout-land/all_apps_2d.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout-land/application.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout-land/application_boxed.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout-land/folder_icon.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout-land/launcher.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout-land/live_folder_grid.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout-land/live_folder_icon.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout-land/user_folder.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout-land/workspace_screen.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout-port/all_apps_2d.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout-port/application.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout-port/application_boxed.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout-port/folder_icon.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout-port/launcher.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout-port/live_folder_grid.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout-port/live_folder_icon.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout-port/user_folder.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout-port/workspace_screen.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout/add_list_item.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout/all_apps.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout/all_apps_3d.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout/application_list.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout/appwidget_error.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout/list_category.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout/list_checkbox_2lines.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout/live_folder_list.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout/pick_item.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout/rename_folder.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout/wallpaper_chooser.xml [new file with mode: 0644]
packages/apps/Launcher2/res/layout/wallpaper_item.xml [new file with mode: 0644]
packages/apps/Launcher2/res/raw/allapps.rs [new file with mode: 0644]
packages/apps/Launcher2/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-hdpi/wallpapers.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-land/dimens.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-land/styles.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-mdpi/wallpapers.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-port/dimens.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-rm/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values/arrays.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values/attrs.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values/colors.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values/config.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values/dimens.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values/extra_wallpapers.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values/strings.xml [new file with mode: 0644]
packages/apps/Launcher2/res/values/styles.xml [new file with mode: 0644]
packages/apps/Launcher2/res/xml/default_workspace.xml [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/AddAdapter.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/AllApps2D.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/AllApps3D.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/AllAppsList.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/AllAppsView.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/ApplicationInfo.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/BubbleTextView.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/CellLayout.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/ClippedImageView.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/DeferredHandler.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/DeleteZone.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/DragController.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/DragLayer.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/DragScroller.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/DragSource.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/DragView.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/DropTarget.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/FastBitmapDrawable.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/Folder.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/FolderIcon.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/FolderInfo.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/HandleView.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/IconCache.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/InstallShortcutReceiver.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/ItemInfo.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/Launcher.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/LauncherAppWidgetHost.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/LauncherAppWidgetHostView.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/LauncherAppWidgetInfo.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/LauncherApplication.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/LauncherModel.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/LauncherProvider.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/LauncherSettings.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/LiveFolder.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/LiveFolderAdapter.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/LiveFolderIcon.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/LiveFolderInfo.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/ShortcutInfo.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/ShortcutsAdapter.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/SymmetricalLinearTween.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/TweenCallback.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/UninstallShortcutReceiver.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/UserFolder.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/UserFolderInfo.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/Utilities.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/WallpaperChooser.java [new file with mode: 0644]
packages/apps/Launcher2/src/com/android/launcher2/Workspace.java [new file with mode: 0644]
packages/apps/Mms/Android.mk [new file with mode: 0644]
packages/apps/Mms/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Mms/CleanSpec.mk [new file with mode: 0644]
packages/apps/Mms/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/apps/Mms/NOTICE [new file with mode: 0644]
packages/apps/Mms/proguard.flags [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/attachment_editor_bg.9.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/bottombar_landscape_565.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/emo_im_angel.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/emo_im_cool.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/emo_im_crying.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/emo_im_foot_in_mouth.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/emo_im_happy.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/emo_im_kissing.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/emo_im_laughing.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/emo_im_lips_are_sealed.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/emo_im_money_mouth.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/emo_im_sad.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/emo_im_surprised.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/emo_im_tongue_sticking_out.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/emo_im_undecided.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/emo_im_winking.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/emo_im_wtf.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/emo_im_yelling.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_attachment_universal_small.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_contact_picture.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_dialog_attach.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_dialog_email_pending.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_email_pending.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_gallery_video_overlay.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_groupchat.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_launcher_camera.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_launcher_camera_record.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_launcher_gallery.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_launcher_musicplayer_2.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_launcher_record_audio.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_launcher_slideshow_add_sms.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_launcher_slideshow_default_sms.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_launcher_smsmms.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_launcher_video_player.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_list_alert_sms_failed.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_lock_message_sms.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_maps_back.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_maps_next.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_menu_add_slide.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_menu_add_sound.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_menu_attachment.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_menu_call.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_menu_contact.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_menu_delete_played.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_menu_duration.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_menu_edit.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_menu_emoticons.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_menu_friendslist.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_menu_move_down.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_menu_move_up.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_menu_movie.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_menu_picture.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_menu_remove_picture.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_menu_remove_sound.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_menu_remove_text.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_menu_remove_video.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_missing_thumbnail_picture.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_missing_thumbnail_video.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_mms_drm_protected.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_mms_duration.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_mms_layout.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_mms_music.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_mms_text_bottom.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_mms_text_top.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_sms_mms_delivered.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_sms_mms_details.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_sms_mms_not_delivered.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_sms_mms_pending.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/ic_sms_unread_msg_indicator.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/mms_play_btn.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/movie.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/stat_notify_mms.png [new file with mode: 0755]
packages/apps/Mms/res/drawable-hdpi/stat_notify_sms.png [new file with mode: 0755]
packages/apps/Mms/res/drawable-hdpi/stat_notify_sms_failed.png [new file with mode: 0755]
packages/apps/Mms/res/drawable-hdpi/stat_sys_no_sim.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/textfield_im_user_pressed_pad.9.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/textfield_im_user_selected_pad.9.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/timepicker_down_disabled.9.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/timepicker_down_disabled_focused.9.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/timepicker_down_normal.9.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/timepicker_down_pressed.9.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/timepicker_down_selected.9.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/timepicker_input_disabled.9.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/timepicker_input_normal.9.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/timepicker_input_pressed.9.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/timepicker_input_selected.9.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/timepicker_up_disabled.9.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/timepicker_up_disabled_focused.9.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/timepicker_up_normal.9.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/timepicker_up_pressed.9.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-hdpi/timepicker_up_selected.9.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/attachment_editor_bg.9.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/bottombar_landscape_565.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/emo_im_angel.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/emo_im_cool.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/emo_im_crying.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/emo_im_foot_in_mouth.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/emo_im_happy.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/emo_im_kissing.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/emo_im_laughing.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/emo_im_lips_are_sealed.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/emo_im_money_mouth.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/emo_im_sad.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/emo_im_surprised.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/emo_im_tongue_sticking_out.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/emo_im_undecided.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/emo_im_winking.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/emo_im_wtf.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/emo_im_yelling.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_attachment_universal_small.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_contact_picture.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_dialog_attach.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_dialog_email_pending.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_email_pending.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_gallery_video_overlay.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_groupchat.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_launcher_camera.png [new file with mode: 0755]
packages/apps/Mms/res/drawable-mdpi/ic_launcher_camera_record.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_launcher_gallery.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_launcher_musicplayer_2.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_launcher_record_audio.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_launcher_slideshow_add_sms.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_launcher_slideshow_default_sms.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_launcher_smsmms.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_launcher_video_player.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_list_alert_sms_failed.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_lock_message_sms.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_maps_back.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_maps_next.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_menu_add_slide.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_menu_add_sound.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_menu_attachment.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_menu_call.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_menu_contact.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_menu_delete_played.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_menu_duration.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_menu_edit.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_menu_emoticons.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_menu_friendslist.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_menu_move_down.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_menu_move_up.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_menu_movie.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_menu_picture.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_menu_remove_picture.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_menu_remove_sound.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_menu_remove_text.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_menu_remove_video.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_missing_thumbnail_picture.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_missing_thumbnail_video.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_mms_drm_protected.png [new file with mode: 0755]
packages/apps/Mms/res/drawable-mdpi/ic_mms_duration.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_mms_layout.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_mms_music.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_mms_text_bottom.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_mms_text_top.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_sms_mms_delivered.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_sms_mms_details.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_sms_mms_not_delivered.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_sms_mms_pending.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/ic_sms_unread_msg_indicator.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/mms_play_btn.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/movie.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/stat_notify_mms.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/stat_notify_sms.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/stat_notify_sms_failed.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/stat_sys_no_sim.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/textfield_im_user_pressed_pad.9.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/textfield_im_user_selected_pad.9.png [new file with mode: 0644]
packages/apps/Mms/res/drawable-mdpi/timepicker_down_disabled.9.png [new file with mode: 0755]
packages/apps/Mms/res/drawable-mdpi/timepicker_down_disabled_focused.9.png [new file with mode: 0755]
packages/apps/Mms/res/drawable-mdpi/timepicker_down_normal.9.png [new file with mode: 0755]
packages/apps/Mms/res/drawable-mdpi/timepicker_down_pressed.9.png [new file with mode: 0755]
packages/apps/Mms/res/drawable-mdpi/timepicker_down_selected.9.png [new file with mode: 0755]
packages/apps/Mms/res/drawable-mdpi/timepicker_input_disabled.9.png [new file with mode: 0755]
packages/apps/Mms/res/drawable-mdpi/timepicker_input_normal.9.png [new file with mode: 0755]
packages/apps/Mms/res/drawable-mdpi/timepicker_input_pressed.9.png [new file with mode: 0755]
packages/apps/Mms/res/drawable-mdpi/timepicker_input_selected.9.png [new file with mode: 0755]
packages/apps/Mms/res/drawable-mdpi/timepicker_up_disabled.9.png [new file with mode: 0755]
packages/apps/Mms/res/drawable-mdpi/timepicker_up_disabled_focused.9.png [new file with mode: 0755]
packages/apps/Mms/res/drawable-mdpi/timepicker_up_normal.9.png [new file with mode: 0755]
packages/apps/Mms/res/drawable-mdpi/timepicker_up_pressed.9.png [new file with mode: 0755]
packages/apps/Mms/res/drawable-mdpi/timepicker_up_selected.9.png [new file with mode: 0755]
packages/apps/Mms/res/drawable/chat_history_selector.xml [new file with mode: 0644]
packages/apps/Mms/res/drawable/contact_picture_bg.9.png [new file with mode: 0644]
packages/apps/Mms/res/drawable/conversation_item_background_read.xml [new file with mode: 0644]
packages/apps/Mms/res/drawable/conversation_item_background_unread.xml [new file with mode: 0644]
packages/apps/Mms/res/drawable/divider_horizontal.9.png [new file with mode: 0755]
packages/apps/Mms/res/drawable/emo_im_embarrassed.png [new file with mode: 0644]
packages/apps/Mms/res/drawable/fasttrack_badge_middle.xml [new file with mode: 0644]
packages/apps/Mms/res/drawable/fasttrack_badge_middle_normal.9.png [new file with mode: 0644]
packages/apps/Mms/res/drawable/fasttrack_badge_middle_pressed.9.png [new file with mode: 0644]
packages/apps/Mms/res/drawable/listitem_background.xml [new file with mode: 0644]
packages/apps/Mms/res/drawable/listitem_background_lightblue.xml [new file with mode: 0644]
packages/apps/Mms/res/drawable/timepicker_down_btn.xml [new file with mode: 0644]
packages/apps/Mms/res/drawable/timepicker_input.xml [new file with mode: 0644]
packages/apps/Mms/res/drawable/timepicker_up_btn.xml [new file with mode: 0644]
packages/apps/Mms/res/layout-finger/recipient_filter_item.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/audio_attachment_view_landscape.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/audio_attachment_view_portrait.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/compose_message_activity.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/confirm_rate_limit_activity.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/conversation_list_item.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/conversation_list_screen.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/delete_thread_dialog_view.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/delivery_report_activity.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/delivery_report_header.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/delivery_report_list_item.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/edit_slide_activity.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/edit_slide_duration.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/icon_list_item.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/image_attachment_view_landscape.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/image_attachment_view_portrait.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/message_list_item.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/mms_downloading_view.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/mms_layout_view.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/number_picker.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/number_picker_dialog.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/playing_audio_info.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/recipients_editor.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/retry_sending_dialog.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/search_activity.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/search_item.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/sim_list.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/slideshow.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/slideshow_attachment_view_landscape.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/slideshow_attachment_view_portrait.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/slideshow_edit_item.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/smiley_menu_item.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/titlebar.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/video_attachment_view_landscape.xml [new file with mode: 0644]
packages/apps/Mms/res/layout/video_attachment_view_portrait.xml [new file with mode: 0644]
packages/apps/Mms/res/values-ar/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-bg/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-ca/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-cs/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-da/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-de/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-el/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-en-rGB/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-es-rUS/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-es/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-fa/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-fi/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-fr/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-hr/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-hu/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-in/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-it/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-iw/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-ja/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-ko/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-lt/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-lv/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-nb/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-nl/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-pl/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-pt-rPT/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-pt/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-rm/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-rm/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-ro/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-ru/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-sk/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-sl/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-sr/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-sv/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-th/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-tl/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-tr/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-uk/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-vi/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-zh-rCN/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values-zh-rTW/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values/arrays.xml [new file with mode: 0644]
packages/apps/Mms/res/values/colors.xml [new file with mode: 0644]
packages/apps/Mms/res/values/strings.xml [new file with mode: 0644]
packages/apps/Mms/res/values/styles.xml [new file with mode: 0644]
packages/apps/Mms/res/xml/mms_config.xml [new file with mode: 0644]
packages/apps/Mms/res/xml/preferences.xml [new file with mode: 0644]
packages/apps/Mms/res/xml/searchable.xml [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ContentRestrictionException.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ExceedMessageSizeException.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/LogTag.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/MmsApp.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/MmsConfig.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ResolutionException.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/SuggestionsProvider.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/UnsupportContentTypeException.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/data/Contact.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/data/ContactList.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/data/Conversation.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/data/RecipientIdCache.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/data/WorkingMessage.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/AttrImpl.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/DocumentImpl.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/ElementImpl.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/NamedNodeMapImpl.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/NodeImpl.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/NodeListImpl.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/events/EventImpl.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/events/EventTargetImpl.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/smil/ElementParallelTimeContainerImpl.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/smil/ElementSequentialTimeContainerImpl.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/smil/ElementTimeContainerImpl.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/smil/ElementTimeImpl.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/smil/SmilDocumentImpl.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/smil/SmilElementImpl.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/smil/SmilLayoutElementImpl.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/smil/SmilMediaElementImpl.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/smil/SmilParElementImpl.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/smil/SmilPlayer.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/smil/SmilRefElementImpl.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/smil/SmilRegionElementImpl.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/smil/SmilRegionMediaElementImpl.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/smil/SmilRootLayoutElementImpl.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/smil/TimeImpl.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/smil/TimeListImpl.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/smil/parser/SmilContentHandler.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/smil/parser/SmilXmlParser.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/dom/smil/parser/SmilXmlSerializer.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/drm/DrmUtils.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/drm/DrmWrapper.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/layout/HVGALayoutParameters.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/layout/LayoutManager.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/layout/LayoutParameters.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/model/AudioModel.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/model/CarrierContentRestriction.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/model/ContentRestriction.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/model/ContentRestrictionFactory.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/model/IModelChangedObserver.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/model/ImageModel.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/model/LayoutModel.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/model/MediaModel.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/model/MediaModelFactory.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/model/Model.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/model/RegionMediaModel.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/model/RegionModel.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/model/SlideModel.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/model/SlideshowModel.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/model/SmilHelper.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/model/TextModel.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/model/VideoModel.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/AbstractRetryScheme.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/DefaultRetryScheme.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/HttpUtils.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/MessageSender.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/MessageStatusReceiver.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/MessagingNotification.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/MmsMessageSender.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/MmsSystemEventReceiver.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/NotificationTransaction.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/Observable.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/Observer.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/PrivilegedSmsReceiver.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/ProgressCallbackEntity.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/PushReceiver.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/ReadRecTransaction.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/RetrieveTransaction.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/RetryScheduler.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/SendTransaction.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/SimFullReceiver.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/SmsMessageSender.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/SmsReceiver.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/SmsReceiverService.java [new file with mode: 0755]
packages/apps/Mms/src/com/android/mms/transaction/SmsRejectedReceiver.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/SmsSingleRecipientSender.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/Transaction.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/TransactionBundle.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/TransactionService.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/TransactionSettings.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/transaction/TransactionState.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/AdaptableSlideViewInterface.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/AttachmentEditor.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/AttachmentTypeSelectorAdapter.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/AudioAttachmentView.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/BasicSlideEditorView.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/ClassZeroActivity.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/ComposeMessageActivity.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/ConfirmRateLimitActivity.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/ConversationList.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/ConversationListAdapter.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/ConversationListItem.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/ConversationListItemData.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/DeliveryReportActivity.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/DeliveryReportAdapter.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/DeliveryReportItem.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/DeliveryReportListItem.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/EditSlideDurationActivity.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/IconListAdapter.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/ImageAttachmentView.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/LayoutSelectorAdapter.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/ManageSimMessages.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/MessageItem.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/MessageListAdapter.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/MessageListItem.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/MessageListView.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/MessageUtils.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/MmsThumbnailPresenter.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/NumberPicker.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/NumberPickerButton.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/NumberPickerDialog.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/Presenter.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/PresenterFactory.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/RecipientsAdapter.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/RecipientsEditor.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/SearchActivity.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/SlideEditorActivity.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/SlideListItemView.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/SlideView.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/SlideViewInterface.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/SlideshowActivity.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/SlideshowAttachmentView.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/SlideshowEditActivity.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/SlideshowEditor.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/SlideshowPresenter.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/UriImage.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/VideoAttachmentView.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/ViewInterface.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/ui/WarnOfStorageLimitsActivity.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/util/AddressUtils.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/util/DownloadManager.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/util/DraftCache.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/util/RateController.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/util/Recycler.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/util/SendingProgressTokenManager.java [new file with mode: 0644]
packages/apps/Mms/src/com/android/mms/util/SmileyParser.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/events/DocumentEvent.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/events/Event.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/events/EventException.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/events/EventListener.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/events/EventTarget.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/ElementExclusiveTimeContainer.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/ElementLayout.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/ElementParallelTimeContainer.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/ElementSequentialTimeContainer.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/ElementSyncBehavior.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/ElementTargetAttributes.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/ElementTest.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/ElementTime.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/ElementTimeContainer.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/ElementTimeControl.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/ElementTimeManipulation.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/SMILAnimateColorElement.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/SMILAnimateElement.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/SMILAnimateMotionElement.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/SMILAnimation.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/SMILDocument.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/SMILElement.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/SMILLayoutElement.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/SMILMediaElement.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/SMILParElement.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/SMILRefElement.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/SMILRegionElement.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/SMILRegionInterface.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/SMILRegionMediaElement.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/SMILRootLayoutElement.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/SMILSetElement.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/SMILSwitchElement.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/SMILTopLayoutElement.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/Time.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/TimeEvent.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/smil/TimeList.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/views/AbstractView.java [new file with mode: 0644]
packages/apps/Mms/src/org/w3c/dom/views/DocumentView.java [new file with mode: 0644]
packages/apps/Mms/tests/Android.mk [new file with mode: 0644]
packages/apps/Mms/tests/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Mms/tests/src/com/android/mms/InterceptSendSms.java [new file with mode: 0644]
packages/apps/Mms/tests/src/com/android/mms/MmsLaunchPerformance.java [new file with mode: 0644]
packages/apps/Mms/tests/src/com/android/mms/MmsStability.java [new file with mode: 0755]
packages/apps/Mms/tests/src/com/android/mms/RecyclerTest.java [new file with mode: 0644]
packages/apps/Mms/tests/src/com/android/mms/ui/ComposeMessageActivityTests.java [new file with mode: 0644]
packages/apps/Mms/tests/src/com/android/mms/ui/ConversationListTests.java [new file with mode: 0644]
packages/apps/Mms/tests/src/com/android/mms/ui/LongThreadTest.java [new file with mode: 0644]
packages/apps/Mms/tests/src/com/android/mms/ui/MultiPartSmsTests.java [new file with mode: 0644]
packages/apps/Mms/tests/src/com/android/mms/util/PhoneNumberComparisonTest.java [new file with mode: 0644]
packages/apps/Mms/tests/src/com/android/mms/util/SmileyParserUnitTests.java [new file with mode: 0644]
packages/apps/Music/Android.mk [new file with mode: 0644]
packages/apps/Music/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Music/CleanSpec.mk [new file with mode: 0644]
packages/apps/Music/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/apps/Music/NOTICE [new file with mode: 0644]
packages/apps/Music/proguard.flags [new file with mode: 0644]
packages/apps/Music/res/color/tab_indicator_text.xml [new file with mode: 0644]
packages/apps/Music/res/drawable-finger/appwidget_button_center.xml [new file with mode: 0644]
packages/apps/Music/res/drawable-finger/appwidget_button_left.xml [new file with mode: 0644]
packages/apps/Music/res/drawable-finger/appwidget_button_right.xml [new file with mode: 0644]
packages/apps/Music/res/drawable-finger/buttonbarbackground.xml [new file with mode: 0644]
packages/apps/Music/res/drawable-finger/ic_tab_albums.xml [new file with mode: 0644]
packages/apps/Music/res/drawable-finger/ic_tab_artists.xml [new file with mode: 0644]
packages/apps/Music/res/drawable-finger/ic_tab_playback.xml [new file with mode: 0644]
packages/apps/Music/res/drawable-finger/ic_tab_playlists.xml [new file with mode: 0644]
packages/apps/Music/res/drawable-finger/ic_tab_songs.xml [new file with mode: 0644]
packages/apps/Music/res/drawable-finger/list_selector.xml [new file with mode: 0644]
packages/apps/Music/res/drawable-finger/progress_horizontal.xml [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/album_border_large.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/albumart_mp_unknown.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/albumart_mp_unknown_list.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/appwidget_bg.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/appwidget_divider.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/appwidget_inner_focus_c.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/appwidget_inner_focus_l.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/appwidget_inner_focus_r.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/appwidget_inner_press_c.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/appwidget_inner_press_l.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/appwidget_inner_press_r.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/buttonbar_active.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/buttonbar_focused.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/buttonbar_inactive.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/buttonbar_pressed.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/ic_appwidget_music_next.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/ic_appwidget_music_pause.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/ic_appwidget_music_play.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/ic_menu_delete.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/ic_menu_music_library.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/ic_menu_party_shuffle.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/ic_menu_set_as_ringtone.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/ic_menu_shuffle.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/ic_mp_album_playback.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/ic_mp_artist_list.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/ic_mp_artist_playback.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/ic_mp_current_playlist_btn.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/ic_mp_partyshuffle_on_btn.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/ic_mp_playlist_list.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/ic_mp_playlist_recently_added_list.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/ic_mp_repeat_all_btn.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/ic_mp_repeat_off_btn.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/ic_mp_repeat_once_btn.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/ic_mp_sd_card.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/ic_mp_shuffle_off_btn.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/ic_mp_shuffle_on_btn.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/ic_mp_song_list.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/ic_mp_song_playback.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/ic_search_category_music_song.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/ic_slide_keyboard.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/indicator_ic_mp_playing_large.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/indicator_ic_mp_playing_list.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/music_bottom_playback_bg.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi-finger/panel_now_playing_progress_bg.9.png [new file with mode: 0755]
packages/apps/Music/res/drawable-hdpi-finger/playlist_discard_disk_normal.png [new file with mode: 0755]
packages/apps/Music/res/drawable-hdpi-finger/playlist_discard_disk_selected.png [new file with mode: 0755]
packages/apps/Music/res/drawable-hdpi-finger/playlist_tile_discard.9.png [new file with mode: 0755]
packages/apps/Music/res/drawable-hdpi-finger/playlist_tile_drag.9.png [new file with mode: 0755]
packages/apps/Music/res/drawable-hdpi-finger/playlist_tile_longpress.9.png [new file with mode: 0755]
packages/apps/Music/res/drawable-hdpi-finger/playlist_tile_normal.9.png [new file with mode: 0755]
packages/apps/Music/res/drawable-hdpi-finger/playlist_tile_pressed.9.png [new file with mode: 0755]
packages/apps/Music/res/drawable-hdpi-finger/playlist_tile_selected.9.png [new file with mode: 0755]
packages/apps/Music/res/drawable-hdpi-finger/stat_notify_musicplayer.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi/app_music.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi/app_video.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi/btn_playback_ic_pause_small.png [new file with mode: 0755]
packages/apps/Music/res/drawable-hdpi/btn_playback_ic_play_small.png [new file with mode: 0755]
packages/apps/Music/res/drawable-hdpi/btn_playback_small_normal.png [new file with mode: 0755]
packages/apps/Music/res/drawable-hdpi/btn_playback_small_pressed.png [new file with mode: 0755]
packages/apps/Music/res/drawable-hdpi/btn_playback_small_selected.png [new file with mode: 0755]
packages/apps/Music/res/drawable-hdpi/ic_launcher_shortcut_music_playlist.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi/ic_menu_clear_playlist.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi/ic_menu_eq.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi/ic_menu_play_clip.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi/ic_tab_albums_selected.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi/ic_tab_albums_unselected.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi/ic_tab_artists_selected.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi/ic_tab_artists_unselected.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi/ic_tab_playback_selected.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi/ic_tab_playback_unselected.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi/ic_tab_playlists_selected.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi/ic_tab_playlists_unselected.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi/ic_tab_songs_selected.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi/ic_tab_songs_unselected.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi/midi.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi/movie.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi/now_playing_progress_handle_normal.png [new file with mode: 0755]
packages/apps/Music/res/drawable-hdpi/now_playing_progress_handle_pressed.png [new file with mode: 0755]
packages/apps/Music/res/drawable-hdpi/now_playing_progress_handle_selected.png [new file with mode: 0755]
packages/apps/Music/res/drawable-hdpi/pickerbox_background.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi/pickerbox_selected.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-hdpi/pickerbox_unselected.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-land-hdpi-finger/albumart_mp_unknown.png [new file with mode: 0644]
packages/apps/Music/res/drawable-land-mdpi-finger/albumart_mp_unknown.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/album_border_large.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi-finger/albumart_mp_unknown.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/albumart_mp_unknown_list.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/appwidget_bg.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi-finger/appwidget_divider.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi-finger/appwidget_inner_focus_c.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi-finger/appwidget_inner_focus_l.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi-finger/appwidget_inner_focus_r.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi-finger/appwidget_inner_press_c.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi-finger/appwidget_inner_press_l.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi-finger/appwidget_inner_press_r.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi-finger/buttonbar_active.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi-finger/buttonbar_focused.9.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/buttonbar_inactive.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi-finger/buttonbar_pressed.9.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/ic_appwidget_music_next.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi-finger/ic_appwidget_music_pause.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi-finger/ic_appwidget_music_play.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi-finger/ic_menu_delete.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/ic_menu_music_library.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/ic_menu_party_shuffle.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/ic_menu_set_as_ringtone.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/ic_menu_shuffle.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/ic_mp_album_playback.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/ic_mp_artist_list.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi-finger/ic_mp_artist_playback.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/ic_mp_current_playlist_btn.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/ic_mp_partyshuffle_on_btn.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/ic_mp_playlist_list.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/ic_mp_playlist_recently_added_list.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi-finger/ic_mp_repeat_all_btn.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/ic_mp_repeat_off_btn.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/ic_mp_repeat_once_btn.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/ic_mp_sd_card.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi-finger/ic_mp_shuffle_off_btn.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/ic_mp_shuffle_on_btn.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/ic_mp_song_list.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi-finger/ic_mp_song_playback.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/ic_search_category_music_song.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/ic_slide_keyboard.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/indicator_ic_mp_playing_large.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi-finger/indicator_ic_mp_playing_list.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/music_bottom_playback_bg.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi-finger/panel_now_playing_progress_bg.9.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/playlist_discard_disk_normal.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/playlist_discard_disk_selected.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/playlist_tile_discard.9.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/playlist_tile_drag.9.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/playlist_tile_longpress.9.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/playlist_tile_normal.9.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/playlist_tile_pressed.9.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/playlist_tile_selected.9.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi-finger/stat_notify_musicplayer.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi/app_music.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi/app_video.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi/btn_playback_ic_pause_small.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi/btn_playback_ic_play_small.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi/btn_playback_small_normal.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi/btn_playback_small_pressed.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi/btn_playback_small_selected.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi/ic_launcher_shortcut_music_playlist.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi/ic_menu_clear_playlist.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi/ic_menu_eq.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi/ic_menu_play_clip.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi/ic_tab_albums_selected.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi/ic_tab_albums_unselected.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi/ic_tab_artists_selected.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi/ic_tab_artists_unselected.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi/ic_tab_playback_selected.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi/ic_tab_playback_unselected.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi/ic_tab_playlists_selected.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi/ic_tab_playlists_unselected.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi/ic_tab_songs_selected.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi/ic_tab_songs_unselected.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi/midi.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi/movie.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi/now_playing_progress_handle_normal.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi/now_playing_progress_handle_pressed.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi/now_playing_progress_handle_selected.png [new file with mode: 0755]
packages/apps/Music/res/drawable-mdpi/pickerbox_background.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi/pickerbox_selected.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable-mdpi/pickerbox_unselected.9.png [new file with mode: 0644]
packages/apps/Music/res/drawable/btn_nowplaying_background_small.xml [new file with mode: 0644]
packages/apps/Music/res/drawable/list_selector_background.xml [new file with mode: 0644]
packages/apps/Music/res/drawable/list_selector_background_transition.xml [new file with mode: 0644]
packages/apps/Music/res/drawable/playlist_discard.xml [new file with mode: 0644]
packages/apps/Music/res/drawable/playlist_tile.xml [new file with mode: 0644]
packages/apps/Music/res/drawable/seek_thumb.xml [new file with mode: 0644]
packages/apps/Music/res/layout-finger/album_appwidget.xml [new file with mode: 0644]
packages/apps/Music/res/layout-finger/audio_player.xml [new file with mode: 0644]
packages/apps/Music/res/layout-finger/audio_player_common.xml [new file with mode: 0644]
packages/apps/Music/res/layout-finger/audiopreview.xml [new file with mode: 0644]
packages/apps/Music/res/layout-finger/buttonbar.xml [new file with mode: 0644]
packages/apps/Music/res/layout-finger/confirm_delete.xml [new file with mode: 0644]
packages/apps/Music/res/layout-finger/edit_track_list_item.xml [new file with mode: 0644]
packages/apps/Music/res/layout-finger/media_picker_activity.xml [new file with mode: 0644]
packages/apps/Music/res/layout-finger/media_picker_activity_expanding.xml [new file with mode: 0644]
packages/apps/Music/res/layout-finger/nowplaying.xml [new file with mode: 0644]
packages/apps/Music/res/layout-finger/streamstarter.xml [new file with mode: 0644]
packages/apps/Music/res/layout-finger/track_list_item.xml [new file with mode: 0644]
packages/apps/Music/res/layout-finger/track_list_item_child.xml [new file with mode: 0644]
packages/apps/Music/res/layout-finger/track_list_item_common.xml [new file with mode: 0644]
packages/apps/Music/res/layout-finger/track_list_item_group.xml [new file with mode: 0644]
packages/apps/Music/res/layout-finger/weekpicker.xml [new file with mode: 0644]
packages/apps/Music/res/layout-keysexposed/create_playlist.xml [new file with mode: 0644]
packages/apps/Music/res/layout-keyshidden/create_playlist.xml [new file with mode: 0644]
packages/apps/Music/res/layout-land-finger/audio_player.xml [new file with mode: 0644]
packages/apps/Music/res/layout-land-finger/buttonbar.xml [new file with mode: 0644]
packages/apps/Music/res/layout-land-finger/media_picker_activity.xml [new file with mode: 0644]
packages/apps/Music/res/layout-land-finger/media_picker_activity_expanding.xml [new file with mode: 0644]
packages/apps/Music/res/layout-port-finger-854x480/audio_player.xml [new file with mode: 0644]
packages/apps/Music/res/layout/music_picker.xml [new file with mode: 0644]
packages/apps/Music/res/layout/music_picker_item.xml [new file with mode: 0644]
packages/apps/Music/res/layout/query_activity.xml [new file with mode: 0644]
packages/apps/Music/res/layout/scanning.xml [new file with mode: 0644]
packages/apps/Music/res/layout/scanning_nosdcard.xml [new file with mode: 0644]
packages/apps/Music/res/layout/sd_error.xml [new file with mode: 0644]
packages/apps/Music/res/layout/statusbar.xml [new file with mode: 0644]
packages/apps/Music/res/values-ar-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-ar-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-ar-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-bg-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-bg-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-bg-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-ca-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-ca-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-ca-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-cs-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-cs-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-cs-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-da-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-da-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-da-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-de-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-de-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-de-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-el-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-el-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-el-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-en-rGB-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-en-rGB-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-en-rGB-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-es-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-es-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-es-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-es-rUS-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-es-rUS-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-es-rUS-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-fa-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-fa-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-fa-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-fi-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-fi-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-fi-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-fr-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-fr-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-fr-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-hr-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-hr-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-hr-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-hu-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-hu-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-hu-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-in-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-in-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-in-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-it-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-it-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-it-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-iw-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-iw-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-iw-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-ja-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-ja-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-ja-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-ko-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-ko-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-ko-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-land/dimens.xml [new file with mode: 0644]
packages/apps/Music/res/values-lt-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-lt-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-lt-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-lv-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-lv-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-lv-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-nb-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-nb-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-nb-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-nl-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-nl-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-nl-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-pl-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-pl-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-pl-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-pt-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-pt-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-pt-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-pt-rPT-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-pt-rPT-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-pt-rPT-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-rm-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-rm-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-rm-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-rm/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-ro-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-ro-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-ro-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-ru-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-ru-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-ru-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-sk-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-sk-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-sk-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-sl-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-sl-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-sl-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-sr-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-sr-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-sr-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-sv-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-sv-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-sv-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-th-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-th-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-th-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-tl-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-tl-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-tl-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-tr-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-tr-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-tr-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-uk-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-uk-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-uk-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-vi-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-vi-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-vi-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-zh-rCN-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-zh-rCN-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-zh-rCN-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-zh-rTW-finger/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/values-zh-rTW-keysexposed/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-zh-rTW-keyshidden/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values/colors.xml [new file with mode: 0644]
packages/apps/Music/res/values/dimens.xml [new file with mode: 0644]
packages/apps/Music/res/values/strings.xml [new file with mode: 0644]
packages/apps/Music/res/values/strings2.xml [new file with mode: 0644]
packages/apps/Music/res/xml/appwidget_info.xml [new file with mode: 0644]
packages/apps/Music/res/xml/searchable.xml [new file with mode: 0644]
packages/apps/Music/src/com/android/music/AlbumBrowserActivity.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/ArtistAlbumBrowserActivity.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/AudioPreview.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/CheckableRelativeLayout.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/CreatePlaylist.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/DeleteItems.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/IMediaPlaybackService.aidl [new file with mode: 0644]
packages/apps/Music/src/com/android/music/MediaAppWidgetProvider.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/MediaButtonIntentReceiver.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/MediaPickerActivity.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/MediaPlaybackActivity.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/MediaPlaybackService.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/MusicAlphabetIndexer.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/MusicBrowserActivity.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/MusicPicker.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/MusicUtils.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/PlaylistBrowserActivity.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/QueryBrowserActivity.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/RenamePlaylist.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/RepeatingImageButton.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/ScanningProgress.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/SharedPreferencesCompat.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/SortCursor.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/TouchInterceptor.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/TrackBrowserActivity.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/VerticalTextSpinner.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/VideoBrowserActivity.java [new file with mode: 0644]
packages/apps/Music/src/com/android/music/WeekSelector.java [new file with mode: 0644]
packages/apps/Music/tests/Android.mk [new file with mode: 0644]
packages/apps/Music/tests/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Music/tests/src/com/android/music/MusicPlayerFunctionalTestRunner.java [new file with mode: 0644]
packages/apps/Music/tests/src/com/android/music/MusicPlayerLaunchPerformance.java [new file with mode: 0644]
packages/apps/Music/tests/src/com/android/music/MusicPlayerNames.java [new file with mode: 0644]
packages/apps/Music/tests/src/com/android/music/MusicPlayerStability.java [new file with mode: 0644]
packages/apps/Music/tests/src/com/android/music/MusicPlayerStressTestRunner.java [new file with mode: 0644]
packages/apps/Music/tests/src/com/android/music/functional/TestPlaylist.java [new file with mode: 0644]
packages/apps/Music/tests/src/com/android/music/functional/TestSongs.java [new file with mode: 0644]
packages/apps/Music/tests/src/com/android/music/stress/AlbumsPlaybackStress.java [new file with mode: 0644]
packages/apps/Music/tests/src/com/android/music/stress/MusicPlaybackStress.java [new file with mode: 0644]
packages/apps/Nfc/Android.mk [new file with mode: 0755]
packages/apps/Nfc/AndroidManifest.xml [new file with mode: 0755]
packages/apps/Nfc/jni/Android.mk [new file with mode: 0644]
packages/apps/Nfc/jni/com_android_nfc.cpp [new file with mode: 0644]
packages/apps/Nfc/jni/com_android_nfc.h [new file with mode: 0644]
packages/apps/Nfc/jni/com_android_nfc_NativeLlcpConnectionlessSocket.cpp [new file with mode: 0644]
packages/apps/Nfc/jni/com_android_nfc_NativeLlcpServiceSocket.cpp [new file with mode: 0644]
packages/apps/Nfc/jni/com_android_nfc_NativeLlcpSocket.cpp [new file with mode: 0644]
packages/apps/Nfc/jni/com_android_nfc_NativeNfcManager.cpp [new file with mode: 0644]
packages/apps/Nfc/jni/com_android_nfc_NativeNfcSecureElement.cpp [new file with mode: 0755]
packages/apps/Nfc/jni/com_android_nfc_NativeNfcTag.cpp [new file with mode: 0644]
packages/apps/Nfc/jni/com_android_nfc_NativeP2pDevice.cpp [new file with mode: 0644]
packages/apps/Nfc/jni/com_android_nfc_list.cpp [new file with mode: 0644]
packages/apps/Nfc/jni/com_android_nfc_list.h [new file with mode: 0644]
packages/apps/Nfc/res/drawable-hdpi/bt_incomming_file_notification.png [new file with mode: 0755]
packages/apps/Nfc/res/drawable-hdpi/bt_share.png [new file with mode: 0644]
packages/apps/Nfc/res/drawable-hdpi/ic_launcher_folder_bluetooth.png [new file with mode: 0644]
packages/apps/Nfc/res/drawable-hdpi/icon.png [new file with mode: 0644]
packages/apps/Nfc/res/drawable-hdpi/stat_sys_nfc.png [new file with mode: 0644]
packages/apps/Nfc/res/drawable-mdpi/bt_incomming_file_notification.png [new file with mode: 0644]
packages/apps/Nfc/res/drawable-mdpi/bt_share.png [new file with mode: 0644]
packages/apps/Nfc/res/drawable-mdpi/ic_launcher_folder_bluetooth.png [new file with mode: 0644]
packages/apps/Nfc/res/drawable-mdpi/icon.png [new file with mode: 0644]
packages/apps/Nfc/res/drawable-mdpi/stat_sys_nfc.png [new file with mode: 0644]
packages/apps/Nfc/res/values/strings.xml [new file with mode: 0755]
packages/apps/Nfc/src/com/android/nfc/ErrorCodes.java [new file with mode: 0755]
packages/apps/Nfc/src/com/android/nfc/NativeLlcpConnectionlessSocket.java [new file with mode: 0755]
packages/apps/Nfc/src/com/android/nfc/NativeLlcpServiceSocket.java [new file with mode: 0755]
packages/apps/Nfc/src/com/android/nfc/NativeLlcpSocket.java [new file with mode: 0755]
packages/apps/Nfc/src/com/android/nfc/NativeNfcManager.java [new file with mode: 0755]
packages/apps/Nfc/src/com/android/nfc/NativeNfcSecureElement.java [new file with mode: 0755]
packages/apps/Nfc/src/com/android/nfc/NativeNfcTag.java [new file with mode: 0755]
packages/apps/Nfc/src/com/android/nfc/NativeP2pDevice.java [new file with mode: 0755]
packages/apps/Nfc/src/com/android/nfc/NfcService.java [new file with mode: 0755]
packages/apps/Nfc/src/com/android/nfc/RegisteredComponentCache.java [new file with mode: 0644]
packages/apps/Nfc/src/com/android/nfc/TechListChooserActivity.java [new file with mode: 0644]
packages/apps/Nfc/src/com/android/nfc/ndefpush/NdefPushClient.java [new file with mode: 0755]
packages/apps/Nfc/src/com/android/nfc/ndefpush/NdefPushProtocol.java [new file with mode: 0644]
packages/apps/Nfc/src/com/android/nfc/ndefpush/NdefPushServer.java [new file with mode: 0755]
packages/apps/PackageInstaller/Android.mk [new file with mode: 0644]
packages/apps/PackageInstaller/AndroidManifest.xml [new file with mode: 0644]
packages/apps/PackageInstaller/CleanSpec.mk [new file with mode: 0644]
packages/apps/PackageInstaller/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/apps/PackageInstaller/NOTICE [new file with mode: 0644]
packages/apps/PackageInstaller/res/drawable-hdpi/button_indicator_finish.png [new file with mode: 0644]
packages/apps/PackageInstaller/res/drawable-hdpi/title_bar_medium.9.png [new file with mode: 0644]
packages/apps/PackageInstaller/res/drawable-mdpi/button_indicator_finish.png [new file with mode: 0755]
packages/apps/PackageInstaller/res/drawable-mdpi/title_bar_medium.9.png [new file with mode: 0644]
packages/apps/PackageInstaller/res/layout/app_details.xml [new file with mode: 0755]
packages/apps/PackageInstaller/res/layout/install_confirm.xml [new file with mode: 0755]
packages/apps/PackageInstaller/res/layout/install_start.xml [new file with mode: 0755]
packages/apps/PackageInstaller/res/layout/op_progress.xml [new file with mode: 0755]
packages/apps/PackageInstaller/res/layout/uninstall_confirm.xml [new file with mode: 0755]
packages/apps/PackageInstaller/res/layout/uninstall_progress.xml [new file with mode: 0755]
packages/apps/PackageInstaller/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-rm/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values/colors.xml [new file with mode: 0755]
packages/apps/PackageInstaller/res/values/strings.xml [new file with mode: 0644]
packages/apps/PackageInstaller/res/values/styles.xml [new file with mode: 0644]
packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallAppProgress.java [new file with mode: 0755]
packages/apps/PackageInstaller/src/com/android/packageinstaller/PackageInstallerActivity.java [new file with mode: 0644]
packages/apps/PackageInstaller/src/com/android/packageinstaller/PackageUtil.java [new file with mode: 0644]
packages/apps/PackageInstaller/src/com/android/packageinstaller/UninstallAppProgress.java [new file with mode: 0755]
packages/apps/PackageInstaller/src/com/android/packageinstaller/UninstallerActivity.java [new file with mode: 0755]
packages/apps/Phone/Android.mk [new file with mode: 0644]
packages/apps/Phone/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Phone/CleanSpec.mk [new file with mode: 0644]
packages/apps/Phone/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/apps/Phone/NOTICE [new file with mode: 0644]
packages/apps/Phone/res/anim/touch_lock_fade_in.xml [new file with mode: 0644]
packages/apps/Phone/res/color-finger/dialer_button_text.xml [new file with mode: 0644]
packages/apps/Phone/res/color-finger/ota_title_color.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/btn_dial.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/btn_dial_action.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/btn_dial_blue.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/btn_dial_delete.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/btn_dial_green.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/btn_dial_textfield.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/btn_dial_textfield_active.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/dial_num_0.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/dial_num_1_no_vm.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/dial_num_2.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/dial_num_3.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/dial_num_4.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/dial_num_5.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/dial_num_6.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/dial_num_7.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/dial_num_8.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/dial_num_9.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/dial_num_pound.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/dial_num_star.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/dialpad_lock.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/ic_dial_number.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/ic_tab_contacts.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/ic_tab_dialer.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/ic_tab_recent.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/ic_tab_starred.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/tray_handle_strip.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/tray_handle_strip_normal.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/tray_handle_strip_pressed.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/tray_handle_strip_selected.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/tray_handle_tab.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/tray_handle_tab_normal.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/tray_handle_tab_pressed.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-finger/tray_handle_tab_selected.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_action_left_disable.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_action_left_disable_focused.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_action_left_normal.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_action_left_pressed.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_action_left_selected.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_action_middle_disable.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_action_middle_disable_focused.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_action_middle_normal.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_action_middle_pressed.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_action_middle_selected.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_action_right_disable.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_action_right_disable_focused.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_action_right_normal.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_action_right_pressed.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_action_right_selected.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_normal.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_normal_blue.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_normal_green.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_pressed.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_selected.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_textfield_activated.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_textfield_normal.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_textfield_normal_full.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_textfield_normal_full_sm.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_textfield_pressed.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/btn_dial_textfield_selected.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/dial_num_0_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/dial_num_0_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/dial_num_1_no_vm_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/dial_num_1_no_vm_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/dial_num_2_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/dial_num_2_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/dial_num_3_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/dial_num_3_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/dial_num_4_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/dial_num_4_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/dial_num_5_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/dial_num_5_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/dial_num_6_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/dial_num_6_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/dial_num_7_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/dial_num_7_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/dial_num_8_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/dial_num_8_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/dial_num_9_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/dial_num_9_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/dial_num_pound_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/dial_num_pound_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/dial_num_star_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/dial_num_star_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/ic_dial_action_call.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/ic_dial_action_delete.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/ic_dial_action_voice_mail.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/ic_dial_number_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/ic_dial_number_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/ic_menu_contact.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/ic_tab_selected_contacts.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/ic_tab_selected_dialer.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/ic_tab_selected_recent.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/ic_tab_selected_stared.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/ic_tab_unselected_contacts.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/ic_tab_unselected_dialer.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/ic_tab_unselected_recent.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi-finger/ic_tab_unselected_stared.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/bg_in_call_gradient_bluetooth.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/bg_in_call_gradient_connected.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/bg_in_call_gradient_ended.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/bg_in_call_gradient_on_hold.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/bg_in_call_gradient_unidentified.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_answer_dotted_green.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_answer_dotted_red.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_answer_normal.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_answer_pressed.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_main_disable.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_main_disable_focused.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_main_normal.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_main_pressed.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_main_selected.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_manage_conf_normal.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_manage_conf_pressed.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_manage_conf_selected.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_round_disable.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_round_disable_focused.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_round_normal.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_round_pressed.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_round_selected.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_switch_off_disable.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_switch_off_disable_focused.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_switch_off_normal.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_switch_off_pressed.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_switch_off_selected.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_switch_on_disable.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_switch_on_disable_focused.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_switch_on_normal.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_switch_on_pressed.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/btn_in_call_switch_on_selected.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/dialog_bg_calling_via.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/green_selected.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/ic_button_conference_end.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/ic_button_conference_private.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/ic_button_contacts.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/ic_dialog_call.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/ic_in_call_touch_add_call.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/ic_in_call_touch_answer.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_in_call_touch_dialpad.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/ic_in_call_touch_dialpad_close.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_in_call_touch_end.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_in_call_touch_hold.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_in_call_touch_merge_call.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_in_call_touch_round_add_call.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_in_call_touch_round_hold.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_in_call_touch_round_manage_conference.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_in_call_touch_round_merge_call.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_in_call_touch_round_swap.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_in_call_touch_round_unhold.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_in_call_touch_round_unhold_alt.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_in_call_touch_swap.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_in_call_touch_unhold.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_incall_end.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/ic_incall_ongoing.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_incall_ongoing_bluetooth.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_incall_onhold.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_incoming_call_bluetooth.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/ic_jog_dial_answer.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_jog_dial_answer_and_end.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_jog_dial_answer_and_hold.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_jog_dial_decline.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_jog_dial_silence_ringer.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_jog_dial_sound_off.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_jog_dial_sound_on.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_jog_dial_unlock.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_jog_dial_voice_search.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/ic_launcher_phone.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/ic_launcher_sip_call.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/ic_menu_answer_call.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/ic_menu_dial_pad.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/ic_menu_end_call.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/ic_menu_merge_calls.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/ic_menu_silence_ringer.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/ic_menu_swap_calls.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/incall_photo_border_lg.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/incall_photo_border_med.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/picture_busy.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/picture_conference.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/picture_dialing.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/picture_unknown.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/red_selected.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-hdpi/stat_sys_phone_call.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/stat_sys_phone_call_bluetooth.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/stat_sys_phone_call_forward.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/stat_sys_phone_call_on_hold.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/stat_sys_phone_call_ringing.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/stat_sys_vp_phone_call.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/stat_sys_vp_phone_call_bluetooth.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-hdpi/stat_sys_vp_phone_call_on_hold.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_action_left_disable.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_action_left_disable_focused.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_action_left_normal.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_action_left_pressed.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_action_left_selected.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_action_middle_disable.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_action_middle_disable_focused.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_action_middle_normal.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_action_middle_pressed.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_action_middle_selected.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_action_right_disable.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_action_right_disable_focused.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_action_right_normal.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_action_right_pressed.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_action_right_selected.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_normal.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_normal_blue.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_normal_green.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_pressed.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_selected.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_textfield_activated.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_textfield_normal.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_textfield_normal_full.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_textfield_normal_full_sm.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_textfield_pressed.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/btn_dial_textfield_selected.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/dial_num_0_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/dial_num_0_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/dial_num_1_no_vm_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/dial_num_1_no_vm_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/dial_num_2_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/dial_num_2_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/dial_num_3_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/dial_num_3_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/dial_num_4_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/dial_num_4_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/dial_num_5_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/dial_num_5_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/dial_num_6_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/dial_num_6_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/dial_num_7_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/dial_num_7_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/dial_num_8_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/dial_num_8_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/dial_num_9_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/dial_num_9_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/dial_num_pound_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/dial_num_pound_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/dial_num_star_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/dial_num_star_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/ic_dial_action_call.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/ic_dial_action_delete.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/ic_dial_action_voice_mail.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/ic_dial_number_blk.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/ic_dial_number_wht.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/ic_menu_contact.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/ic_tab_selected_contacts.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/ic_tab_selected_dialer.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/ic_tab_selected_recent.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/ic_tab_selected_stared.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/ic_tab_unselected_contacts.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/ic_tab_unselected_dialer.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/ic_tab_unselected_recent.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi-finger/ic_tab_unselected_stared.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/bg_in_call_gradient_bluetooth.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/bg_in_call_gradient_connected.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/bg_in_call_gradient_ended.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/bg_in_call_gradient_on_hold.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/bg_in_call_gradient_unidentified.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_answer_dotted_green.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_answer_dotted_red.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_answer_normal.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_answer_pressed.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_main_disable.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_main_disable_focused.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_main_normal.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_main_pressed.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_main_selected.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_manage_conf_normal.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_manage_conf_pressed.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_manage_conf_selected.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_round_disable.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_round_disable_focused.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_round_normal.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_round_pressed.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_round_selected.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_switch_off_disable.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_switch_off_disable_focused.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_switch_off_normal.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_switch_off_pressed.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_switch_off_selected.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_switch_on_disable.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_switch_on_disable_focused.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_switch_on_normal.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_switch_on_pressed.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/btn_in_call_switch_on_selected.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/dialog_bg_calling_via.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/green_selected.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/ic_btn_next.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/ic_button_conference_end.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/ic_button_conference_private.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/ic_button_contacts.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/ic_dialog_call.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/ic_in_call_touch_add_call.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/ic_in_call_touch_answer.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/ic_in_call_touch_dialpad.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/ic_in_call_touch_dialpad_close.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/ic_in_call_touch_end.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/ic_in_call_touch_hold.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/ic_in_call_touch_merge_call.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/ic_in_call_touch_round_add_call.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/ic_in_call_touch_round_hold.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/ic_in_call_touch_round_manage_conference.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/ic_in_call_touch_round_merge_call.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/ic_in_call_touch_round_swap.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/ic_in_call_touch_round_unhold.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/ic_in_call_touch_round_unhold_alt.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/ic_in_call_touch_swap.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/ic_in_call_touch_unhold.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/ic_incall_end.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/ic_incall_ongoing.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/ic_incall_ongoing_bluetooth.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/ic_incall_onhold.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/ic_incoming_call_bluetooth.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/ic_jog_dial_answer.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/ic_jog_dial_answer_and_end.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/ic_jog_dial_answer_and_hold.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/ic_jog_dial_decline.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/ic_jog_dial_silence_ringer.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/ic_jog_dial_sound_off.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/ic_jog_dial_sound_on.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/ic_jog_dial_unlock.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/ic_jog_dial_voice_search.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/ic_launcher_phone.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/ic_launcher_sip_call.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/ic_menu_answer_call.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/ic_menu_dial_pad.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/ic_menu_end_call.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/ic_menu_merge_calls.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/ic_menu_silence_ringer.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/ic_menu_swap_calls.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/incall_photo_border_lg.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/incall_photo_border_med.9.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/picture_busy.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/picture_conference.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/picture_dialing.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/picture_unknown.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/red_selected.9.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/stat_sys_phone_call.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/stat_sys_phone_call_bluetooth.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/stat_sys_phone_call_forward.png [new file with mode: 0755]
packages/apps/Phone/res/drawable-mdpi/stat_sys_phone_call_on_hold.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/stat_sys_phone_call_ringing.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/stat_sys_vp_phone_call.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/stat_sys_vp_phone_call_bluetooth.png [new file with mode: 0644]
packages/apps/Phone/res/drawable-mdpi/stat_sys_vp_phone_call_on_hold.png [new file with mode: 0644]
packages/apps/Phone/res/drawable/green_divider.png [new file with mode: 0644]
packages/apps/Phone/res/drawable/incall_button.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable/incall_round_button.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable/incall_toggle_button.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable/manage_conference_photo_button.xml [new file with mode: 0644]
packages/apps/Phone/res/drawable/picture_emergency25x25.png [new file with mode: 0644]
packages/apps/Phone/res/drawable/picture_emergency32x32.png [new file with mode: 0644]
packages/apps/Phone/res/layout-finger/dialer_activity.xml [new file with mode: 0644]
packages/apps/Phone/res/layout-finger/dialpad.xml [new file with mode: 0644]
packages/apps/Phone/res/layout-finger/dtmf_twelve_key_dialer.xml [new file with mode: 0644]
packages/apps/Phone/res/layout-finger/emergency_dialer.xml [new file with mode: 0644]
packages/apps/Phone/res/layout-finger/non_drawer_dialpad.xml [new file with mode: 0644]
packages/apps/Phone/res/layout-finger/voicemail_dial_delete.xml [new file with mode: 0644]
packages/apps/Phone/res/layout-land-finger/emergency_dialer.xml [new file with mode: 0644]
packages/apps/Phone/res/layout-long-finger/dialpad.xml [new file with mode: 0644]
packages/apps/Phone/res/layout-long-finger/emergency_dialer.xml [new file with mode: 0644]
packages/apps/Phone/res/layout-long-finger/non_drawer_dialpad.xml [new file with mode: 0644]
packages/apps/Phone/res/layout-long-finger/voicemail_dial_delete.xml [new file with mode: 0644]
packages/apps/Phone/res/layout-long-land-finger/emergency_dialer.xml [new file with mode: 0644]
packages/apps/Phone/res/layout/adn_list.xml [new file with mode: 0644]
packages/apps/Phone/res/layout/call_card.xml [new file with mode: 0644]
packages/apps/Phone/res/layout/call_card_person_info.xml [new file with mode: 0644]
packages/apps/Phone/res/layout/caller_in_conference.xml [new file with mode: 0644]
packages/apps/Phone/res/layout/change_sim_pin_screen.xml [new file with mode: 0644]
packages/apps/Phone/res/layout/delete_fdn_contact_screen.xml [new file with mode: 0644]
packages/apps/Phone/res/layout/dialog_ussd_response.xml [new file with mode: 0644]
packages/apps/Phone/res/layout/edit_fdn_contact_screen.xml [new file with mode: 0644]
packages/apps/Phone/res/layout/enable_fdn_screen.xml [new file with mode: 0644]
packages/apps/Phone/res/layout/enable_sim_pin_screen.xml [new file with mode: 0644]
packages/apps/Phone/res/layout/eri_text_layout.xml [new file with mode: 0644]
packages/apps/Phone/res/layout/fake_phone_activity.xml [new file with mode: 0644]
packages/apps/Phone/res/layout/get_pin2_screen.xml [new file with mode: 0644]
packages/apps/Phone/res/layout/incall_screen.xml [new file with mode: 0644]
packages/apps/Phone/res/layout/incall_touch_ui.xml [new file with mode: 0644]
packages/apps/Phone/res/layout/manage_conference_panel.xml [new file with mode: 0644]
packages/apps/Phone/res/layout/ongoing_call_notification.xml [new file with mode: 0644]
packages/apps/Phone/res/layout/otacall_card.xml [new file with mode: 0644]
packages/apps/Phone/res/layout/pref_dialog_editphonenumber.xml [new file with mode: 0644]
packages/apps/Phone/res/layout/pref_dialog_editpin.xml [new file with mode: 0644]
packages/apps/Phone/res/layout/sim_import_list_entry.xml [new file with mode: 0644]
packages/apps/Phone/res/layout/sim_missing.xml [new file with mode: 0644]
packages/apps/Phone/res/layout/sim_ndp.xml [new file with mode: 0644]
packages/apps/Phone/res/layout/sim_unlock.xml [new file with mode: 0644]
packages/apps/Phone/res/layout/sip_settings_ui.xml [new file with mode: 0644]
packages/apps/Phone/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-rm/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/Phone/res/values/array.xml [new file with mode: 0644]
packages/apps/Phone/res/values/attrs.xml [new file with mode: 0644]
packages/apps/Phone/res/values/colors.xml [new file with mode: 0644]
packages/apps/Phone/res/values/config.xml [new file with mode: 0644]
packages/apps/Phone/res/values/dimens.xml [new file with mode: 0644]
packages/apps/Phone/res/values/ids.xml [new file with mode: 0755]
packages/apps/Phone/res/values/strings.xml [new file with mode: 0755]
packages/apps/Phone/res/values/styles.xml [new file with mode: 0644]
packages/apps/Phone/res/xml/call_feature_setting.xml [new file with mode: 0644]
packages/apps/Phone/res/xml/callforward_options.xml [new file with mode: 0644]
packages/apps/Phone/res/xml/carrier_select.xml [new file with mode: 0644]
packages/apps/Phone/res/xml/cdma_call_options.xml [new file with mode: 0644]
packages/apps/Phone/res/xml/cdma_options.xml [new file with mode: 0644]
packages/apps/Phone/res/xml/cell_broadcast_sms.xml [new file with mode: 0644]
packages/apps/Phone/res/xml/data_usage_settings.xml [new file with mode: 0644]
packages/apps/Phone/res/xml/eri_text_appwidget.xml [new file with mode: 0644]
packages/apps/Phone/res/xml/fdn_setting.xml [new file with mode: 0644]
packages/apps/Phone/res/xml/gsm_umts_additional_options.xml [new file with mode: 0644]
packages/apps/Phone/res/xml/gsm_umts_call_options.xml [new file with mode: 0644]
packages/apps/Phone/res/xml/gsm_umts_options.xml [new file with mode: 0644]
packages/apps/Phone/res/xml/network_setting.xml [new file with mode: 0644]
packages/apps/Phone/res/xml/sip_advanced_edit.xml [new file with mode: 0644]
packages/apps/Phone/res/xml/sip_edit.xml [new file with mode: 0644]
packages/apps/Phone/res/xml/sip_setting.xml [new file with mode: 0644]
packages/apps/Phone/res/xml/sip_settings_category.xml [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/ADNList.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/AccelerometerListener.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/BluetoothAtPhonebook.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/BluetoothCmeError.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/BluetoothHandsfree.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/BluetoothHeadsetService.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/ButtonGridLayout.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/CLIRListPreference.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/CallCard.java [new file with mode: 0755]
packages/apps/Phone/src/com/android/phone/CallFeaturesSetting.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/CallForwardEditPreference.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/CallLogAsync.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/CallNotifier.java [new file with mode: 0755]
packages/apps/Phone/src/com/android/phone/CallTime.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/CallWaitingCheckBoxPreference.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/CarrierLogo.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/CdmaCallOptions.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/CdmaDisplayInfo.java [new file with mode: 0755]
packages/apps/Phone/src/com/android/phone/CdmaOptions.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/CdmaPhoneCallState.java [new file with mode: 0755]
packages/apps/Phone/src/com/android/phone/CdmaSubscriptionListPreference.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/CdmaSystemSelectListPreference.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/CdmaVoicePrivacyCheckBoxPreference.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/CellBroadcastSms.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/ChangeIccPinScreen.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/DTMFTwelveKeyDialer.java [new file with mode: 0755]
packages/apps/Phone/src/com/android/phone/DTMFTwelveKeyDialerView.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/DataUsage.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/DataUsageListener.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/DeleteFdnContactScreen.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/EditFdnContactScreen.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/EditPhoneNumberPreference.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/EditPinPreference.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/EmergencyCallHandler.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/EmergencyCallbackModeExitDialog.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/EmergencyCallbackModeService.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/EmergencyDialer.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/EnableFdnScreen.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/EnableIccPinScreen.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/EventLogTags.logtags [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/FakePhoneActivity.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/FdnList.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/FdnSetting.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/GetPin2Screen.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/GsmUmtsAdditionalCallOptions.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/GsmUmtsCallForwardOptions.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/GsmUmtsCallOptions.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/GsmUmtsOptions.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/HapticFeedback.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/INetworkQueryService.aidl [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/INetworkQueryServiceCallback.aidl [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/IccNetworkDepersonalizationPanel.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/IccPanel.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/IccProvider.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/InCallControlState.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/InCallMenu.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/InCallMenuItemView.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/InCallMenuView.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/InCallScreen.java [new file with mode: 0755]
packages/apps/Phone/src/com/android/phone/InCallScreenShowActivation.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/InCallTouchUi.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/ManageConferenceUtils.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/NetworkQueryService.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/NetworkSetting.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/NotificationMgr.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/OtaStartupReceiver.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/OtaUtils.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/OutgoingCallBroadcaster.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/PhoneApp.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/PhoneInterfaceManager.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/PhoneUtils.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/ProcessOutgoingCallTest.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/Profiler.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/Ringer.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/Settings.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/SimContacts.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/SipBroadcastReceiver.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/SipCallOptionHandler.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/SipUtil.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/SpecialCharSequenceMgr.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/TelephonyCapabilities.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/TimeConsumingPreferenceActivity.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/Use2GOnlyCheckBoxPreference.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/sip/SipEditor.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/sip/SipProfileDb.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/sip/SipSettings.java [new file with mode: 0644]
packages/apps/Phone/src/com/android/phone/sip/SipSharedPreferences.java [new file with mode: 0644]
packages/apps/Phone/tests/Android.mk [new file with mode: 0755]
packages/apps/Phone/tests/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-rm/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/res/values/strings.xml [new file with mode: 0644]
packages/apps/Phone/tests/src/com/android/phone/unit/CnapTest.java [new file with mode: 0644]
packages/apps/Protips/Android.mk [new file with mode: 0644]
packages/apps/Protips/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Protips/CleanSpec.mk [new file with mode: 0644]
packages/apps/Protips/res/drawable-hdpi/all_apps.png [new file with mode: 0644]
packages/apps/Protips/res/drawable-hdpi/droid_widget_focused.9.png [new file with mode: 0644]
packages/apps/Protips/res/drawable-hdpi/droid_widget_normal.9.png [new file with mode: 0644]
packages/apps/Protips/res/drawable-hdpi/droid_widget_pressed.9.png [new file with mode: 0644]
packages/apps/Protips/res/drawable-hdpi/droidman_closed.png [new file with mode: 0644]
packages/apps/Protips/res/drawable-hdpi/droidman_down_closed.png [new file with mode: 0644]
packages/apps/Protips/res/drawable-hdpi/droidman_down_open.png [new file with mode: 0644]
packages/apps/Protips/res/drawable-hdpi/droidman_open.png [new file with mode: 0644]
packages/apps/Protips/res/drawable-hdpi/icon.png [new file with mode: 0644]
packages/apps/Protips/res/drawable-hdpi/trash.png [new file with mode: 0644]
packages/apps/Protips/res/drawable-mdpi/all_apps.png [new file with mode: 0644]
packages/apps/Protips/res/drawable-mdpi/droid_widget_focused.9.png [new file with mode: 0644]
packages/apps/Protips/res/drawable-mdpi/droid_widget_normal.9.png [new file with mode: 0644]
packages/apps/Protips/res/drawable-mdpi/droid_widget_pressed.9.png [new file with mode: 0644]
packages/apps/Protips/res/drawable-mdpi/droidman_closed.png [new file with mode: 0644]
packages/apps/Protips/res/drawable-mdpi/droidman_down_closed.png [new file with mode: 0644]
packages/apps/Protips/res/drawable-mdpi/droidman_down_open.png [new file with mode: 0644]
packages/apps/Protips/res/drawable-mdpi/droidman_open.png [new file with mode: 0644]
packages/apps/Protips/res/drawable-mdpi/icon.png [new file with mode: 0644]
packages/apps/Protips/res/drawable-mdpi/trash.png [new file with mode: 0644]
packages/apps/Protips/res/drawable/droid_widget.xml [new file with mode: 0644]
packages/apps/Protips/res/layout-land/widget.xml [new file with mode: 0644]
packages/apps/Protips/res/layout/bubble.xml [new file with mode: 0644]
packages/apps/Protips/res/layout/droid.xml [new file with mode: 0644]
packages/apps/Protips/res/layout/widget.xml [new file with mode: 0644]
packages/apps/Protips/res/values-ar/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-bg/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-ca/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-cs/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-da/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-de/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-el/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-en-rGB/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-es-rUS/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-es/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-fa/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-fi/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-fr/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-hr/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-hu/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-in/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-it/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-iw/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-ja/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-ko/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-lt/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-lv/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-nb/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-nl/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-pl/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-pt-rPT/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-pt/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-rm/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-rm/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-ro/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-ru/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-sk/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-sl/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-sr/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-sv/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-th/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-tl/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-tr/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-uk/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-vi/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-zh-rCN/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values-zh-rTW/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values/arrays.xml [new file with mode: 0644]
packages/apps/Protips/res/values/strings.xml [new file with mode: 0644]
packages/apps/Protips/res/values/styles.xml [new file with mode: 0644]
packages/apps/Protips/res/xml/widget_build.xml [new file with mode: 0644]
packages/apps/Protips/src/com/android/protips/ProtipWidget.java [new file with mode: 0644]
packages/apps/Provision/Android.mk [new file with mode: 0644]
packages/apps/Provision/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Provision/CleanSpec.mk [new file with mode: 0644]
packages/apps/Provision/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/apps/Provision/NOTICE [new file with mode: 0644]
packages/apps/Provision/proguard.flags [new file with mode: 0644]
packages/apps/Provision/src/com/android/provision/DefaultActivity.java [new file with mode: 0644]
packages/apps/QuickSearchBox/Android.mk [new file with mode: 0644]
packages/apps/QuickSearchBox/AndroidManifest.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/CleanSpec.mk [new file with mode: 0644]
packages/apps/QuickSearchBox/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/apps/QuickSearchBox/NOTICE [new file with mode: 0644]
packages/apps/QuickSearchBox/benchmarks/Android.mk [new file with mode: 0644]
packages/apps/QuickSearchBox/benchmarks/AndroidManifest.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/ApplicationsLatency.java [new file with mode: 0644]
packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/ContactsLatency.java [new file with mode: 0644]
packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/SourceLatency.java [new file with mode: 0644]
packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/WebConcurrency.java [new file with mode: 0644]
packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/WebLatency.java [new file with mode: 0644]
packages/apps/QuickSearchBox/proguard.flags [new file with mode: 0644]
packages/apps/QuickSearchBox/res/anim/corpus_selector_close.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/anim/corpus_selector_open.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/color/url_text.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/btn_search_dialog_default.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/btn_search_dialog_pressed.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/btn_search_dialog_selected.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/btn_search_dialog_voice_default.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/btn_search_dialog_voice_pressed.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/btn_search_dialog_voice_selected.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/corpus_edit_icon.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/corpus_icon_apps.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/corpus_icon_default.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/corpus_icon_web.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/corpus_indicator_bg_focused.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/corpus_indicator_bg_normal.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/corpus_indicator_bg_pressed.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/corpus_selector_arrow_up.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/corpus_selector_bg.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/divider_horizontal_bright.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/edit_query.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/edit_query_background_normal.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/edit_query_background_pressed.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/edit_query_background_selected.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/globe.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/google_icon.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/hint_google.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/ic_btn_search.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/ic_btn_speak_now.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/ic_dialog_menu_generic.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/ic_menu_preferences.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/magnifying_glass.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/popup_bottom_bright.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/popup_top_dark.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/search_app_icon.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/search_floater.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/search_plate_global.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/spinner_black_20.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/textfield_search_default.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/textfield_search_empty_default.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/textfield_search_empty_pressed.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/textfield_search_empty_selected.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/textfield_search_pressed.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/textfield_search_selected.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/voice_search_hint_bg_normal.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/voice_search_hint_bg_pressed.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/voice_search_hint_bg_selected.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/voice_search_hint_close_normal.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/voice_search_hint_close_pressed.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-hdpi/voice_search_hint_close_selected.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-ldpi/corpus_grid_item_bg_focused.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-ldpi/corpus_grid_item_bg_pressed.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-ldpi/hint_google.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/btn_search_dialog_default.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/btn_search_dialog_pressed.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/btn_search_dialog_selected.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/btn_search_dialog_voice_default.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/btn_search_dialog_voice_pressed.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/btn_search_dialog_voice_selected.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/corpus_edit_icon.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/corpus_icon_apps.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/corpus_icon_default.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/corpus_icon_web.png [new file with mode: 0755]
packages/apps/QuickSearchBox/res/drawable-mdpi/corpus_indicator_bg_focused.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/corpus_indicator_bg_normal.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/corpus_indicator_bg_pressed.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/corpus_selector_arrow_up.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/corpus_selector_bg.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/divider_horizontal_bright.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/edit_query.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/edit_query_background_normal.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/edit_query_background_pressed.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/edit_query_background_selected.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/globe.png [new file with mode: 0755]
packages/apps/QuickSearchBox/res/drawable-mdpi/google_icon.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/hint_google.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/ic_btn_search.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/ic_btn_speak_now.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/ic_dialog_menu_generic.png [new file with mode: 0755]
packages/apps/QuickSearchBox/res/drawable-mdpi/ic_menu_preferences.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/magnifying_glass.png [new file with mode: 0755]
packages/apps/QuickSearchBox/res/drawable-mdpi/popup_bottom_bright.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/popup_top_dark.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/search_app_icon.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/search_floater.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/search_plate_global.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/spinner_black_20.png [new file with mode: 0755]
packages/apps/QuickSearchBox/res/drawable-mdpi/textfield_search_default.9.png [new file with mode: 0755]
packages/apps/QuickSearchBox/res/drawable-mdpi/textfield_search_empty_default.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/textfield_search_empty_pressed.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/textfield_search_empty_selected.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/textfield_search_pressed.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/textfield_search_selected.9.png [new file with mode: 0755]
packages/apps/QuickSearchBox/res/drawable-mdpi/voice_search_hint_bg_normal.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/voice_search_hint_bg_pressed.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/voice_search_hint_bg_selected.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/voice_search_hint_close_normal.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/voice_search_hint_close_pressed.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable-mdpi/voice_search_hint_close_selected.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable/btn_search_dialog.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable/btn_search_dialog_voice.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable/corpus_edit_items_bg.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable/corpus_edit_items_bg_focused.9.png [new file with mode: 0755]
packages/apps/QuickSearchBox/res/drawable/corpus_edit_items_bg_normal.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable/corpus_edit_items_bg_pressed.9.png [new file with mode: 0755]
packages/apps/QuickSearchBox/res/drawable/corpus_grid_item_bg.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable/corpus_grid_item_bg_focused.9.png [new file with mode: 0755]
packages/apps/QuickSearchBox/res/drawable/corpus_grid_item_bg_pressed.9.png [new file with mode: 0755]
packages/apps/QuickSearchBox/res/drawable/corpus_indicator_bg.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable/edit_query_background.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable/search_spinner.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable/suggestion_background.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable/suggestion_background_focus.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable/suggestion_background_pressed.9.png [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable/textfield_search.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable/textfield_search_empty.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable/textfield_search_empty_google.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable/voice_search_hint_bg.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/drawable/voice_search_hint_close.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/layout/choice_activity.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/layout/contact_suggestion.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/layout/corpus_grid_item.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/layout/corpus_indicator.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/layout/corpus_list_item.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/layout/corpus_selection_dialog.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/layout/search_activity.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/layout/search_activity_footer.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/layout/search_activity_header.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/layout/search_text_overlay.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/layout/search_widget.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/layout/searchable_item_preference.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/layout/suggestion.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/layout/voice_search_hint.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-hdpi/styles.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-land/styles.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-mcc204/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-mcc230/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-mcc232/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-mcc260/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-mcc262/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-mdpi/styles.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-rm/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-small-land/styles.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-small/config.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-small/styles.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values/colors.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values/config.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/values/styles.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/xml/google_preferences.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/xml/google_searchable.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/xml/preferences.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/xml/preferences_searchable_items.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/res/xml/search_widget_info.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/AbstractCorpus.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/AbstractCorpusRanker.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/AbstractSource.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/AbstractSuggestionCursorWrapper.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/AbstractSuggestionWrapper.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/AppsCorpus.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/CachingIconLoader.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ChoiceActivity.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ConcatPromoter.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/Config.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/Corpora.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/CorporaUpdateReceiver.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/Corpus.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/CorpusFactory.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/CorpusRanker.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/CorpusResult.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/CorpusSelectionDialog.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/CursorBackedSourceResult.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/CursorBackedSuggestionCursor.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/DefaultCorpusRanker.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/EventLogLogger.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/EventLogTags.logtags [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/IconLoader.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/LatencyTracker.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/LevenshteinSuggestionFormatter.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ListSuggestionCursor.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ListSuggestionCursorNoDuplicates.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/Logger.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/MultiSourceCorpus.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/NoLogger.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/PackageIconLoader.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/Promoter.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/PromoterWrapper.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/QsbApplication.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/QsbApplicationWrapper.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/QueryTask.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/RankAwarePromoter.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/RoundRobinPromoter.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SearchActivity.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SearchSettings.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SearchWidgetConfigActivity.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SearchWidgetProvider.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SearchableCorpora.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SearchableCorpusFactory.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SearchableItemPreference.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SearchableItemsSettings.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SearchableSource.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SearchableSources.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ShortcutCursor.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ShortcutLimitingPromoter.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ShortcutPromoter.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ShortcutRefresher.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ShortcutRepository.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ShortcutRepositoryImplLog.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ShortcutsProvider.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ShouldQueryStrategy.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SingleSourceCorpus.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SingleSourceCorpusResult.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/Source.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SourceResult.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SourceShortcutRefresher.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/Sources.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/Suggestion.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SuggestionCursor.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SuggestionCursorBackedCursor.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SuggestionCursorProvider.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SuggestionCursorWrapper.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SuggestionData.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SuggestionFormatter.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SuggestionNonFormatter.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SuggestionPosition.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SuggestionUtils.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/Suggestions.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SuggestionsProvider.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SuggestionsProviderImpl.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/TextAppearanceFactory.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/VoiceSearch.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/WebCorpus.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/AbstractGoogleSourceResult.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/GoogleSearch.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/GoogleSettings.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/GoogleSource.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/GoogleSuggestClient.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/GoogleSuggestionProvider.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ContactBadge.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ContactSuggestionView.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/CorporaAdapter.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/CorpusView.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/CorpusViewFactory.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/CorpusViewInflater.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/DefaultSuggestionView.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/DelayingSuggestionsAdapter.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/QueryTextView.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/SearchActivityView.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/SuggestionClickListener.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/SuggestionView.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/SuggestionViewFactory.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/SuggestionViewInflater.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/SuggestionsAdapter.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/SuggestionsView.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/BarrierConsumer.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/BatchingNamedTaskExecutor.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/Consumer.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/Factory.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/LevenshteinDistance.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/NamedTask.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/NamedTaskExecutor.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/PerNameExecutor.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/PriorityThreadFactory.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/SQLiteTransaction.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/SingleThreadNamedTaskExecutor.java [new file with mode: 0644]
packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/Util.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/Android.mk [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/AndroidManifest.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/partial/Android.mk [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/partial/AndroidManifest.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/partial/res/layout/main.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/partial/res/values/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/partial/res/xml/searchable.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/partial/src/com/android/quicksearchbox/tests/partial/PartialSuggestionLauncher.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/partial/src/com/android/quicksearchbox/tests/partial/PartialSuggestionProvider.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/slow/Android.mk [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/slow/AndroidManifest.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/slow/res/values/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/slow/res/xml/searchable.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/slow/src/com/android/quicksearchbox/tests/slow/SlowSuggestionLauncher.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/slow/src/com/android/quicksearchbox/tests/slow/SlowSuggestionProvider.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/spammy/Android.mk [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/spammy/AndroidManifest.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/spammy/res/values/strings.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/spammy/res/xml/searchable.xml [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/spammy/src/com/android/quicksearchbox/tests/spammy/SpammySuggestionLauncher.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/spammy/src/com/android/quicksearchbox/tests/spammy/SpammySuggestionProvider.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/CachingIconLoaderTest.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/IconLoaderTest.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/LevenshteinFormatterTest.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/LexicographicalCorpusRanker.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/MockCorpora.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/MockCorpus.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/MockCorpusFactory.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/MockHandler.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/MockIconLoader.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/MockShortcutRefresher.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/MockShortcutRepository.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/MockSource.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/MockSources.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/MockTextAppearanceFactory.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/MultiSourceCorpusTest.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/PackageIconLoaderTest.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/RankAwarePromoterTest.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/SearchActivityTest.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/SearchableCorporaTest.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ShortcutLimitingPromoterTest.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ShortcutPromoterTest.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ShortcutRepositoryTest.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ShouldQueryStrategyTest.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/SourceShortcutRefresherTest.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/SuggestionCursorUtil.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/SuggestionsProviderImplTest.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/SuggestionsTest.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/LevenshteinDistanceTest.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/MockDataSetObserver.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/MockExecutor.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/MockNamedTaskExecutor.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/MockNamedTaskExecutorFactory.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/MockTask.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/PerNameExecutorTest.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/PriorityThreadFactoryTest.java [new file with mode: 0644]
packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/SingleThreadNamedTaskExecutorTest.java [new file with mode: 0644]
packages/apps/Settings/Android.mk [new file with mode: 0644]
packages/apps/Settings/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Settings/CleanSpec.mk [new file with mode: 0644]
packages/apps/Settings/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/apps/Settings/NOTICE [new file with mode: 0644]
packages/apps/Settings/assets/html/cs/tethering_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/cs/tethering_usb_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/cs/tethering_wifi_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/da/tethering_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/da/tethering_usb_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/da/tethering_wifi_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/de/tethering_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/de/tethering_usb_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/de/tethering_wifi_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/el/tethering_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/el/tethering_usb_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/el/tethering_wifi_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/en_gb/tethering_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/en_gb/tethering_usb_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/en_gb/tethering_wifi_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/en_us/tethering_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/en_us/tethering_usb_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/en_us/tethering_wifi_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/es/tethering_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/es/tethering_usb_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/es/tethering_wifi_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/es_us/tethering_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/es_us/tethering_usb_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/es_us/tethering_wifi_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/fr/tethering_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/fr/tethering_usb_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/fr/tethering_wifi_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/it/tethering_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/it/tethering_usb_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/it/tethering_wifi_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/ja/tethering_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/ja/tethering_usb_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/ja/tethering_wifi_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/ko/tethering_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/ko/tethering_usb_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/ko/tethering_wifi_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/nl/tethering_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/nl/tethering_usb_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/nl/tethering_wifi_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/no/tethering_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/no/tethering_usb_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/no/tethering_wifi_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/pl/tethering_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/pl/tethering_usb_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/pl/tethering_wifi_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/pt_br/tethering_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/pt_br/tethering_usb_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/pt_br/tethering_wifi_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/pt_pt/tethering_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/pt_pt/tethering_usb_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/pt_pt/tethering_wifi_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/ru/tethering_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/ru/tethering_usb_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/ru/tethering_wifi_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/sv/tethering_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/sv/tethering_usb_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/sv/tethering_wifi_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/tr/tethering_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/tr/tethering_usb_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/tr/tethering_wifi_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/zh_cn/tethering_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/zh_cn/tethering_usb_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/zh_cn/tethering_wifi_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/zh_tw/tethering_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/zh_tw/tethering_usb_help.html [new file with mode: 0644]
packages/apps/Settings/assets/html/zh_tw/tethering_wifi_help.html [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/app_gauge.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/app_settings.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/appwidget_bg.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/appwidget_inner_focus_c.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/appwidget_inner_focus_l.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/appwidget_inner_focus_r.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/appwidget_inner_press_c.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/appwidget_inner_press_l.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/appwidget_inner_press_r.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/appwidget_settings_divider.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/appwidget_settings_ind_mid_c.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/appwidget_settings_ind_mid_l.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/appwidget_settings_ind_mid_r.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/appwidget_settings_ind_off_c.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/appwidget_settings_ind_off_l.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/appwidget_settings_ind_off_r.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/appwidget_settings_ind_on_c.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/appwidget_settings_ind_on_l.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/appwidget_settings_ind_on_r.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/dotted_line_480px.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_appwidget_settings_bluetooth_off.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_appwidget_settings_bluetooth_on.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_appwidget_settings_brightness_auto.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_appwidget_settings_brightness_mid.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_appwidget_settings_brightness_off.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_appwidget_settings_brightness_on.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_appwidget_settings_gps_off.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_appwidget_settings_gps_on.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_appwidget_settings_sync_off.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_appwidget_settings_sync_on.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_appwidget_settings_wifi_off.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_appwidget_settings_wifi_on.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_bt_cellphone.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_bt_headphones_a2dp.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_bt_headset_hfp.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_bt_laptop.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_btn_next.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_launcher_settings.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_menu_3d_globe.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_menu_add.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_menu_filter_settings.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_menu_scan_network.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_network_signal_0.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_network_signal_1.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_network_signal_2.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_network_signal_3.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_network_signal_4.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_popup_brightness.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_settings_about.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-hdpi/ic_settings_accessibility.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-hdpi/ic_settings_applications.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-hdpi/ic_settings_bluetooth.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_settings_call.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-hdpi/ic_settings_cell_standby.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_settings_date_time.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-hdpi/ic_settings_display.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_settings_dock.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_settings_language.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-hdpi/ic_settings_phone_idle.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_settings_privacy.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_settings_security.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-hdpi/ic_settings_sound.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-hdpi/ic_settings_speech.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-hdpi/ic_settings_storage.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-hdpi/ic_settings_sync.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-hdpi/ic_settings_voice_calls.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_settings_wifi.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_settings_wireless.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-hdpi/ic_tab_selected_all.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_tab_selected_download.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_tab_selected_running.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_tab_selected_sdcard.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_tab_unselected_all.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_tab_unselected_download.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_tab_unselected_running.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_tab_unselected_sdcard.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_wifi_lock_signal_1.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_wifi_lock_signal_2.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_wifi_lock_signal_3.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_wifi_lock_signal_4.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_wifi_signal_1.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_wifi_signal_2.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_wifi_signal_3.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/ic_wifi_signal_4.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/icon.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/lock_anim_0.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/lock_anim_1.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/lock_anim_10.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/lock_anim_11.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/lock_anim_12.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/lock_anim_13.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/lock_anim_14.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/lock_anim_2.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/lock_anim_3.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/lock_anim_4.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/lock_anim_5.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/lock_anim_6.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/lock_anim_7.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/lock_anim_8.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/lock_anim_9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-hdpi/password_field_default.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/app_gauge.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/app_settings.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/appwidget_bg.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/appwidget_inner_focus_c.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/appwidget_inner_focus_l.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/appwidget_inner_focus_r.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/appwidget_inner_press_c.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/appwidget_inner_press_l.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/appwidget_inner_press_r.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/appwidget_settings_divider.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/appwidget_settings_ind_mid_c.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/appwidget_settings_ind_mid_l.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/appwidget_settings_ind_mid_r.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/appwidget_settings_ind_off_c.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/appwidget_settings_ind_off_l.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/appwidget_settings_ind_off_r.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/appwidget_settings_ind_on_c.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/appwidget_settings_ind_on_l.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/appwidget_settings_ind_on_r.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/dotted_line_480px.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_appwidget_settings_bluetooth_off.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_appwidget_settings_bluetooth_on.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_appwidget_settings_brightness_auto.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_appwidget_settings_brightness_mid.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_appwidget_settings_brightness_off.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_appwidget_settings_brightness_on.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_appwidget_settings_gps_off.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_appwidget_settings_gps_on.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_appwidget_settings_sync_off.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_appwidget_settings_sync_on.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_appwidget_settings_wifi_off.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_appwidget_settings_wifi_on.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_bt_cellphone.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_bt_headphones_a2dp.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_bt_headset_hfp.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_bt_laptop.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_btn_next.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_launcher_settings.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_menu_3d_globe.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_menu_add.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_menu_filter_settings.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_menu_scan_network.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_network_signal_0.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_network_signal_1.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_network_signal_2.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_network_signal_3.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_network_signal_4.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_popup_brightness.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_settings_about.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_settings_accessibility.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_settings_applications.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_settings_bluetooth.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_settings_call.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_settings_cell_standby.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_settings_date_time.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_settings_display.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_settings_dock.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_settings_language.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_settings_phone_idle.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_settings_privacy.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_settings_security.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_settings_sound.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_settings_speech.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_settings_storage.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_settings_sync.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_settings_voice_calls.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_settings_wifi.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_settings_wireless.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_tab_selected_all.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_tab_selected_download.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_tab_selected_running.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_tab_selected_sdcard.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_tab_unselected_all.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_tab_unselected_download.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_tab_unselected_running.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_tab_unselected_sdcard.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_wifi_lock_signal_1.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_wifi_lock_signal_2.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_wifi_lock_signal_3.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_wifi_lock_signal_4.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/ic_wifi_signal_1.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_wifi_signal_2.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_wifi_signal_3.png [new file with mode: 0755]
packages/apps/Settings/res/drawable-mdpi/ic_wifi_signal_4.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/icon.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/lock_anim_0.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/lock_anim_00.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/lock_anim_02.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/lock_anim_04.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/lock_anim_06.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/lock_anim_08.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/lock_anim_1.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/lock_anim_10.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/lock_anim_11.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/lock_anim_12.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/lock_anim_13.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/lock_anim_14.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/lock_anim_2.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/lock_anim_3.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/lock_anim_4.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/lock_anim_5.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/lock_anim_6.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/lock_anim_7.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/lock_anim_8.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/lock_anim_9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable-mdpi/password_field_default.9.png [new file with mode: 0644]
packages/apps/Settings/res/drawable/appwidget_button_center.xml [new file with mode: 0644]
packages/apps/Settings/res/drawable/appwidget_button_left.xml [new file with mode: 0644]
packages/apps/Settings/res/drawable/appwidget_button_right.xml [new file with mode: 0644]
packages/apps/Settings/res/drawable/ic_power_system.png [new file with mode: 0755]
packages/apps/Settings/res/drawable/ic_tab_all.xml [new file with mode: 0644]
packages/apps/Settings/res/drawable/ic_tab_download.xml [new file with mode: 0644]
packages/apps/Settings/res/drawable/ic_tab_running.xml [new file with mode: 0644]
packages/apps/Settings/res/drawable/ic_tab_sdcard.xml [new file with mode: 0644]
packages/apps/Settings/res/drawable/lock_anim.xml [new file with mode: 0644]
packages/apps/Settings/res/drawable/signal.xml [new file with mode: 0644]
packages/apps/Settings/res/drawable/wifi_signal.xml [new file with mode: 0644]
packages/apps/Settings/res/drawable/wifi_signal_lock.xml [new file with mode: 0644]
packages/apps/Settings/res/drawable/wifi_signal_open.xml [new file with mode: 0644]
packages/apps/Settings/res/layout-land/choose_lock_password.xml [new file with mode: 0644]
packages/apps/Settings/res/layout-land/choose_lock_pattern.xml [new file with mode: 0644]
packages/apps/Settings/res/layout-land/confirm_lock_password.xml [new file with mode: 0644]
packages/apps/Settings/res/layout-land/confirm_lock_pattern.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/apn_preference_layout.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/band_mode.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/battery_info.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/bluetooth.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/bluetooth_device_info.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/bluetooth_discoverable.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/bluetooth_pin_entry.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/bookmark_picker_item.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/choose_lock_password.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/choose_lock_pattern.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/choose_lock_pattern_example.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/choose_lock_pattern_tutorial.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/confirm_lock_password.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/confirm_lock_pattern.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/credentials_password_dialog.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/credentials_unlock_dialog.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/date_time_settings_setupwizard.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/device_admin_add.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/device_admin_item.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/device_admin_settings.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/dialog_edittext.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/display.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/installed_app_details.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/intent_sender.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/list_content_with_empty_view.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/locale_picker.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/locale_picker_in_setupwizard.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/locale_picker_item.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/manage_applications.xml [new file with mode: 0755]
packages/apps/Settings/res/layout/manage_applications_item.xml [new file with mode: 0755]
packages/apps/Settings/res/layout/master_clear_final.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/master_clear_primary.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/media_format_final.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/media_format_primary.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/pick_item.xml [new file with mode: 0755]
packages/apps/Settings/res/layout/power_usage_action_item.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/power_usage_detail_item_text.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/power_usage_details.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/power_usage_package_item.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/preference_batteryhistory.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/preference_bluetooth.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/preference_dialog_brightness.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/preference_dialog_ringervolume.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/preference_icon.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/preference_powergauge.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/preference_progress_category.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/preference_widget_shortcut.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/preference_widget_wifi_signal.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/proxy.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/radio_info.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/remember_dock_setting.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/running_processes_item.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/running_processes_view.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/running_service_details.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/running_service_details_process.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/running_service_details_service.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/separator_label.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/twelve_key_entry.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/two_buttons_panel.xml [new file with mode: 0755]
packages/apps/Settings/res/layout/usage_stats.xml [new file with mode: 0755]
packages/apps/Settings/res/layout/usage_stats_item.xml [new file with mode: 0755]
packages/apps/Settings/res/layout/vpn_connect_dialog_view.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/widget.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/wifi_ap_dialog.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/wifi_api_test.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/wifi_config_info.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/wifi_dialog.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/wifi_dialog_row.xml [new file with mode: 0644]
packages/apps/Settings/res/layout/wifi_status_test.xml [new file with mode: 0644]
packages/apps/Settings/res/values-ar-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-ar/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-bg-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-bg/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-ca-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-ca/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-cs-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-cs/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-da-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-da/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-de-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-de/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-el-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-el/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-en-rGB-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-en-rGB/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-es-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-es-rUS-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-es-rUS/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-es/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-fa-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-fa/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-fi-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-fi/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-fr-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-fr/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-hr-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-hr/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-hu-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-hu/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-in-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-in/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-it-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-it/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-iw-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-iw/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-ja-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-ja/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-ko-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-ko/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-land/dimens.xml [new file with mode: 0755]
packages/apps/Settings/res/values-lt-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-lt/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-lv-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-lv/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-nb-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-nb/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-nl-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-nl/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-pl-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-pl/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-pt-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-pt-rPT-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-pt-rPT/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-pt/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-rm-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-rm/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-rm/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-ro-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-ro/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-ru-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-ru/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-sk-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-sk/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-sl-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-sl/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-sr-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-sr/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-sv-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-sv/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-th-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-th/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-tl-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-tl/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-tr-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-tr/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-uk-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-uk/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-vi-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-vi/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-zh-rCN-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-zh-rCN/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-zh-rTW-nokeys/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values-zh-rTW/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/Settings/res/values/arrays.xml [new file with mode: 0644]
packages/apps/Settings/res/values/attrs.xml [new file with mode: 0644]
packages/apps/Settings/res/values/bools.xml [new file with mode: 0644]
packages/apps/Settings/res/values/colors.xml [new file with mode: 0644]
packages/apps/Settings/res/values/dimens.xml [new file with mode: 0755]
packages/apps/Settings/res/values/strings.xml [new file with mode: 0755]
packages/apps/Settings/res/values/styles.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-ar/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-cs/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-da/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-de/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-el/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-es/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-fi/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-fr/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-he/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-hr/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-hu/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-id/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-it/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-ja/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-ko/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-nb/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-nl/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-pl/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-pt/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-ro/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-ru/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-sk/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-sr/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-sv/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-th/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-tr/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-uk/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-zh-rTW/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml-zh/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/accessibility_settings.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/apn_editor.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/apn_settings.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/application_settings.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/appwidget_info.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/bluetooth_device_advanced.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/bluetooth_settings.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/date_time_prefs.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/development_prefs.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/device_info_memory.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/device_info_settings.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/device_info_status.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/device_picker.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/display_settings.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/dock_settings.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/input_methods_prefs.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/keyboard_settings.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/language_settings.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/power_usage_summary.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/privacy_settings.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/quick_launch_settings.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/security_settings.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/security_settings_chooser.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/security_settings_password.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/security_settings_pattern.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/security_settings_picker.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/security_settings_pin.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/settings.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/sim_lock_settings.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/sound_settings.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/testing_settings.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/testing_wifi_settings.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/tether_prefs.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/timezones.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/tts_settings.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/voice_input_output_settings.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/vpn_edit.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/vpn_settings.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/vpn_type.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/wifi_access_points.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/wifi_advanced_settings.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/wifi_ap_settings.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/wifi_settings.xml [new file with mode: 0644]
packages/apps/Settings/res/xml/wireless_settings.xml [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/AccessibilitySettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/ActivityPicker.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/AirplaneModeEnabler.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/ApnEditor.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/ApnPreference.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/ApnSettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/AppWidgetPickActivity.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/ApplicationSettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/BandMode.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/BatteryInfo.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/BrightnessPreference.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/ChooseLockGeneric.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/ChooseLockPassword.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/ChooseLockPattern.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/ChooseLockPatternExample.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/ChooseLockPatternTutorial.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/ChooseLockSettingsHelper.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/ConfirmLockPassword.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/ConfirmLockPattern.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/CreateShortcut.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/CredentialInstaller.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/DateTimeSettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/DateTimeSettingsSetupWizard.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/DebugIntentSender.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/DefaultRingtonePreference.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/DeviceAdminAdd.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/DeviceAdminSettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/DeviceInfoSettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/Display.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/DisplaySettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/DockSettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/EditPinPreference.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/IccLockSettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/IconPreferenceScreen.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/LanguageSettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/LocalePicker.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/LocalePickerInSetupWizard.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/MasterClear.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/MediaFormat.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/PhysicalKeyboardSettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/PrivacySettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/ProgressCategory.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/ProxySelector.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/RadioInfo.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/RingerVolumePreference.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/SecuritySettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/Settings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/SettingsLicenseActivity.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/SettingsSafetyLegalActivity.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/SoundSettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/TestingSettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/TestingSettingsBroadcastReceiver.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/TetherSettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/TextToSpeechSettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/UsageStats.java [new file with mode: 0755]
packages/apps/Settings/src/com/android/settings/UserDictionarySettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/Utils.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/VoiceInputOutputSettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/WirelessSettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/ZoneList.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/ZonePicker.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/applications/ApplicationsState.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/applications/InstalledAppDetails.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/applications/LinearColorBar.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/applications/ManageApplications.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/applications/RunningProcessesView.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/applications/RunningServiceDetails.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/applications/RunningState.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothDevicePreference.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothDiscoverableEnabler.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothEnabler.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothEventRedirector.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothNamePreference.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothPairingDialog.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothPairingRequest.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothSettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/bluetooth/CachedBluetoothDevice.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/bluetooth/CachedBluetoothDeviceManager.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/bluetooth/ConnectSpecificProfilesActivity.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/bluetooth/DockEventReceiver.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/bluetooth/DockService.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/bluetooth/LocalBluetoothManager.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/bluetooth/LocalBluetoothProfileManager.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/bluetooth/RequestPermissionActivity.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/bluetooth/RequestPermissionHelperActivity.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/bluetooth/SettingsBtStatus.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/deviceinfo/Memory.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/deviceinfo/Status.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/fuelgauge/BatteryHistoryChart.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/fuelgauge/BatteryHistoryDetail.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/fuelgauge/BatteryHistoryPreference.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/fuelgauge/BatterySipper.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/fuelgauge/PercentageBar.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/fuelgauge/PowerGaugePreference.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/fuelgauge/PowerUsageDetail.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/fuelgauge/PowerUsageSummary.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/fuelgauge/Utils.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/nfc/NfcEnabler.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/quicklaunch/BookmarkPicker.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/quicklaunch/QuickLaunchSettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/quicklaunch/ShortcutPreference.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/vpn/AuthenticationActor.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/vpn/L2tpEditor.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/vpn/L2tpIpsecEditor.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/vpn/L2tpIpsecPskEditor.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/vpn/PptpEditor.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/vpn/Util.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/vpn/VpnEditor.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/vpn/VpnProfileActor.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/vpn/VpnProfileEditor.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/vpn/VpnSettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/vpn/VpnTypeSelection.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/widget/SettingsAppWidgetProvider.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/wifi/AccessPoint.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/wifi/AdvancedSettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/wifi/Summary.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/wifi/WifiAPITest.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/wifi/WifiApDialog.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/wifi/WifiApEnabler.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/wifi/WifiApSettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/wifi/WifiConfigInfo.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/wifi/WifiDialog.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/wifi/WifiEnabler.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/wifi/WifiInfo.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/wifi/WifiSettings.java [new file with mode: 0644]
packages/apps/Settings/src/com/android/settings/wifi/WifiStatusTest.java [new file with mode: 0644]
packages/apps/Settings/tests/Android.mk [new file with mode: 0644]
packages/apps/Settings/tests/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/layout/bluetooth_request_permission_test.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-rm/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/res/values/strings.xml [new file with mode: 0644]
packages/apps/Settings/tests/src/com/android/settings/tests/BluetoothRequestPermissionTest.java [new file with mode: 0644]
packages/apps/Settings/tests/src/com/android/settings/tests/SettingsLaunchPerformance.java [new file with mode: 0644]
packages/apps/Settings/tests/src/com/android/settings/tests/Utf8ByteLengthFilterTest.java [new file with mode: 0644]
packages/apps/SoundRecorder/Android.mk [new file with mode: 0644]
packages/apps/SoundRecorder/AndroidManifest.xml [new file with mode: 0644]
packages/apps/SoundRecorder/CleanSpec.mk [new file with mode: 0644]
packages/apps/SoundRecorder/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/apps/SoundRecorder/NOTICE [new file with mode: 0644]
packages/apps/SoundRecorder/res/drawable-hdpi/gradient_bg.png [new file with mode: 0644]
packages/apps/SoundRecorder/res/drawable-hdpi/ic_launcher_soundrecorder.png [new file with mode: 0644]
packages/apps/SoundRecorder/res/drawable-hdpi/idle_led.png [new file with mode: 0644]
packages/apps/SoundRecorder/res/drawable-hdpi/play.png [new file with mode: 0644]
packages/apps/SoundRecorder/res/drawable-hdpi/record.png [new file with mode: 0644]
packages/apps/SoundRecorder/res/drawable-hdpi/recording_led.png [new file with mode: 0644]
packages/apps/SoundRecorder/res/drawable-hdpi/stop.png [new file with mode: 0644]
packages/apps/SoundRecorder/res/drawable-hdpi/vumeter.png [new file with mode: 0644]
packages/apps/SoundRecorder/res/drawable-mdpi/gradient_bg.png [new file with mode: 0644]
packages/apps/SoundRecorder/res/drawable-mdpi/ic_launcher_soundrecorder.png [new file with mode: 0644]
packages/apps/SoundRecorder/res/drawable-mdpi/idle_led.png [new file with mode: 0644]
packages/apps/SoundRecorder/res/drawable-mdpi/play.png [new file with mode: 0644]
packages/apps/SoundRecorder/res/drawable-mdpi/record.png [new file with mode: 0644]
packages/apps/SoundRecorder/res/drawable-mdpi/recording_led.png [new file with mode: 0644]
packages/apps/SoundRecorder/res/drawable-mdpi/stop.png [new file with mode: 0644]
packages/apps/SoundRecorder/res/drawable-mdpi/vumeter.png [new file with mode: 0644]
packages/apps/SoundRecorder/res/layout-land/main.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/layout-port/main.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-rm/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/res/values/strings.xml [new file with mode: 0644]
packages/apps/SoundRecorder/src/com/android/soundrecorder/Recorder.java [new file with mode: 0644]
packages/apps/SoundRecorder/src/com/android/soundrecorder/SoundRecorder.java [new file with mode: 0644]
packages/apps/SoundRecorder/src/com/android/soundrecorder/VUMeter.java [new file with mode: 0644]
packages/apps/SpeechRecorder/Android.mk [new file with mode: 0644]
packages/apps/SpeechRecorder/AndroidManifest.xml [new file with mode: 0644]
packages/apps/SpeechRecorder/CleanSpec.mk [new file with mode: 0644]
packages/apps/SpeechRecorder/res/layout/recorder.xml [new file with mode: 0644]
packages/apps/SpeechRecorder/res/values/strings.xml [new file with mode: 0644]
packages/apps/SpeechRecorder/src/com/android/speechrecorder/SpeechRecorderActivity.java [new file with mode: 0644]
packages/apps/Stk/Android.mk [new file with mode: 0644]
packages/apps/Stk/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Stk/CleanSpec.mk [new file with mode: 0644]
packages/apps/Stk/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/apps/Stk/NOTICE [new file with mode: 0644]
packages/apps/Stk/res/drawable-hdpi/ic_launcher_sim_toolkit.png [new file with mode: 0644]
packages/apps/Stk/res/drawable-mdpi/ic_launcher_sim_toolkit.png [new file with mode: 0755]
packages/apps/Stk/res/layout/stk_event_msg.xml [new file with mode: 0644]
packages/apps/Stk/res/layout/stk_input.xml [new file with mode: 0644]
packages/apps/Stk/res/layout/stk_menu_item.xml [new file with mode: 0644]
packages/apps/Stk/res/layout/stk_menu_list.xml [new file with mode: 0644]
packages/apps/Stk/res/layout/stk_msg_dialog.xml [new file with mode: 0644]
packages/apps/Stk/res/layout/stk_title.xml [new file with mode: 0644]
packages/apps/Stk/res/layout/stk_tone_dialog.xml [new file with mode: 0644]
packages/apps/Stk/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-rm/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/values/colors.xml [new file with mode: 0644]
packages/apps/Stk/res/values/strings.xml [new file with mode: 0644]
packages/apps/Stk/res/xml/stk_settings.xml [new file with mode: 0644]
packages/apps/Stk/src/com/android/stk/BootCompletedReceiver.java [new file with mode: 0644]
packages/apps/Stk/src/com/android/stk/StkApp.java [new file with mode: 0644]
packages/apps/Stk/src/com/android/stk/StkAppInstaller.java [new file with mode: 0644]
packages/apps/Stk/src/com/android/stk/StkAppService.java [new file with mode: 0644]
packages/apps/Stk/src/com/android/stk/StkCmdReceiver.java [new file with mode: 0644]
packages/apps/Stk/src/com/android/stk/StkDialogActivity.java [new file with mode: 0644]
packages/apps/Stk/src/com/android/stk/StkDigitsKeyListener.java [new file with mode: 0644]
packages/apps/Stk/src/com/android/stk/StkInputActivity.java [new file with mode: 0644]
packages/apps/Stk/src/com/android/stk/StkLauncherActivity.java [new file with mode: 0644]
packages/apps/Stk/src/com/android/stk/StkMenuActivity.java [new file with mode: 0644]
packages/apps/Stk/src/com/android/stk/StkMenuAdapter.java [new file with mode: 0644]
packages/apps/Stk/src/com/android/stk/ToneDialog.java [new file with mode: 0644]
packages/apps/Stk/src/com/android/stk/TonePlayer.java [new file with mode: 0644]
packages/apps/Tag/Android.mk [new file with mode: 0644]
packages/apps/Tag/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Tag/canon/Android.mk [new file with mode: 0644]
packages/apps/Tag/canon/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Tag/canon/res/drawable-hdpi/ic_launcher_nfc.png [new file with mode: 0644]
packages/apps/Tag/canon/res/drawable-mdpi/ic_launcher_nfc.png [new file with mode: 0644]
packages/apps/Tag/canon/src/com/android/apps/tagcanon/TagCanon.java [new file with mode: 0644]
packages/apps/Tag/res/drawable-hdpi/active_tag_icon.png [new file with mode: 0644]
packages/apps/Tag/res/drawable-hdpi/default_contact_photo.png [new file with mode: 0644]
packages/apps/Tag/res/drawable-hdpi/ic_btn_round_minus.png [new file with mode: 0644]
packages/apps/Tag/res/drawable-hdpi/ic_launcher_nfc.png [new file with mode: 0644]
packages/apps/Tag/res/drawable-hdpi/ic_tab_selected_all_tags.png [new file with mode: 0644]
packages/apps/Tag/res/drawable-hdpi/ic_tab_selected_my_tag.png [new file with mode: 0644]
packages/apps/Tag/res/drawable-hdpi/ic_tab_selected_starred.png [new file with mode: 0644]
packages/apps/Tag/res/drawable-hdpi/ic_tab_unselected_all_tags.png [new file with mode: 0644]
packages/apps/Tag/res/drawable-hdpi/ic_tab_unselected_my_tag.png [new file with mode: 0644]
packages/apps/Tag/res/drawable-hdpi/ic_tab_unselected_starred.png [new file with mode: 0644]
packages/apps/Tag/res/drawable-hdpi/panel_background.9.png [new file with mode: 0644]
packages/apps/Tag/res/drawable-hdpi/tag_scan_illustration.png [new file with mode: 0644]
packages/apps/Tag/res/drawable-hdpi/title_bar_medium.9.png [new file with mode: 0644]
packages/apps/Tag/res/drawable-mdpi/active_tag_icon.png [new file with mode: 0644]
packages/apps/Tag/res/drawable-mdpi/default_contact_photo.png [new file with mode: 0644]
packages/apps/Tag/res/drawable-mdpi/ic_btn_round_minus.png [new file with mode: 0644]
packages/apps/Tag/res/drawable-mdpi/ic_launcher_nfc.png [new file with mode: 0644]
packages/apps/Tag/res/drawable-mdpi/ic_tab_selected_all_tags.png [new file with mode: 0644]
packages/apps/Tag/res/drawable-mdpi/ic_tab_selected_my_tag.png [new file with mode: 0644]
packages/apps/Tag/res/drawable-mdpi/ic_tab_selected_starred.png [new file with mode: 0644]
packages/apps/Tag/res/drawable-mdpi/ic_tab_unselected_all_tags.png [new file with mode: 0644]
packages/apps/Tag/res/drawable-mdpi/ic_tab_unselected_my_tag.png [new file with mode: 0644]
packages/apps/Tag/res/drawable-mdpi/ic_tab_unselected_starred.png [new file with mode: 0644]
packages/apps/Tag/res/drawable-mdpi/panel_background.9.png [new file with mode: 0644]
packages/apps/Tag/res/drawable-mdpi/tag_scan_illustration.png [new file with mode: 0644]
packages/apps/Tag/res/drawable-mdpi/title_bar_medium.9.png [new file with mode: 0644]
packages/apps/Tag/res/drawable/ic_tab_all_tags.xml [new file with mode: 0644]
packages/apps/Tag/res/drawable/ic_tab_my_tag.xml [new file with mode: 0644]
packages/apps/Tag/res/drawable/ic_tab_starred.xml [new file with mode: 0644]
packages/apps/Tag/res/layout/edit_tag_activity.xml [new file with mode: 0644]
packages/apps/Tag/res/layout/intro_to_nfc.xml [new file with mode: 0644]
packages/apps/Tag/res/layout/main.xml [new file with mode: 0644]
packages/apps/Tag/res/layout/my_tag_activity.xml [new file with mode: 0644]
packages/apps/Tag/res/layout/tag_add_record_list_item.xml [new file with mode: 0644]
packages/apps/Tag/res/layout/tag_content_selector.xml [new file with mode: 0644]
packages/apps/Tag/res/layout/tag_divider.xml [new file with mode: 0644]
packages/apps/Tag/res/layout/tag_edit_image.xml [new file with mode: 0644]
packages/apps/Tag/res/layout/tag_edit_text.xml [new file with mode: 0644]
packages/apps/Tag/res/layout/tag_edit_url.xml [new file with mode: 0644]
packages/apps/Tag/res/layout/tag_edit_vcard.xml [new file with mode: 0644]
packages/apps/Tag/res/layout/tag_image.xml [new file with mode: 0644]
packages/apps/Tag/res/layout/tag_list.xml [new file with mode: 0644]
packages/apps/Tag/res/layout/tag_list_item.xml [new file with mode: 0644]
packages/apps/Tag/res/layout/tag_text.xml [new file with mode: 0644]
packages/apps/Tag/res/layout/tag_uri.xml [new file with mode: 0644]
packages/apps/Tag/res/layout/tag_viewer.xml [new file with mode: 0644]
packages/apps/Tag/res/layout/write_tag.xml [new file with mode: 0644]
packages/apps/Tag/res/menu/menu.xml [new file with mode: 0644]
packages/apps/Tag/res/menu/my_tag_list_context_menu.xml [new file with mode: 0644]
packages/apps/Tag/res/raw/discovered_tag_notification.ogg [new file with mode: 0755]
packages/apps/Tag/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values/strings.xml [new file with mode: 0644]
packages/apps/Tag/res/values/styles.xml [new file with mode: 0644]
packages/apps/Tag/res/xml/filter_nfc.xml [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/AboutActivity.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/ContentSelectorAdapter.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/EditTagActivity.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/HelpUtils.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/MyTagList.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/TagBrowserActivity.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/TagList.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/TagService.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/TagViewer.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/WriteTagActivity.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/message/NdefMessageParser.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/message/ParsedNdefMessage.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/provider/SQLiteContentProvider.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/provider/TagContract.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/provider/TagDBHelper.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/provider/TagProvider.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/provider/TagProviderPipeDataWriter.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/record/AbstractTextRecordEditInfo.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/record/ImageRecord.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/record/MimeRecord.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/record/ParsedNdefRecord.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/record/RecordEditInfo.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/record/RecordUtils.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/record/SmartPoster.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/record/TextRecord.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/record/UnknownRecord.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/record/UriRecord.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/apps/tag/record/VCardRecord.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/CharsetUtils.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/JapaneseUtils.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/VCardBuilder.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/VCardConfig.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/VCardConstants.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/VCardEntry.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/VCardEntryCommitter.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/VCardEntryConstructor.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/VCardEntryCounter.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/VCardEntryHandler.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/VCardInterpreter.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/VCardInterpreterCollection.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/VCardParser.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/VCardParserImpl_V21.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/VCardParserImpl_V30.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/VCardParserImpl_V40.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/VCardParser_V21.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/VCardParser_V30.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/VCardParser_V40.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/VCardSourceDetector.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/VCardUtils.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/exception/VCardAgentNotSupportedException.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/exception/VCardException.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/exception/VCardInvalidCommentLineException.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/exception/VCardInvalidLineException.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/exception/VCardNestedException.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/exception/VCardNotSupportedException.java [new file with mode: 0644]
packages/apps/Tag/src/com/android/vcard/exception/VCardVersionException.java [new file with mode: 0644]
packages/apps/Tag/tests/Android.mk [new file with mode: 0644]
packages/apps/Tag/tests/AndroidManifest.xml [new file with mode: 0644]
packages/apps/Tag/tests/build.properties [new file with mode: 0644]
packages/apps/Tag/tests/src/com/android/apps/tag/MockNdefMessages.java [new file with mode: 0644]
packages/apps/Tag/tests/src/com/android/apps/tag/SmartPosterTest.java [new file with mode: 0644]
packages/apps/Tag/tests/src/com/android/apps/tag/TagsTest.java [new file with mode: 0644]
packages/apps/Tag/tests/src/com/android/apps/tag/record/MimeRecordTest.java [new file with mode: 0644]
packages/apps/Tag/tests/src/com/android/apps/tag/record/TextRecordTest.java [new file with mode: 0644]
packages/apps/VoiceDialer/Android.mk [new file with mode: 0644]
packages/apps/VoiceDialer/AndroidManifest.xml [new file with mode: 0644]
packages/apps/VoiceDialer/CleanSpec.mk [new file with mode: 0644]
packages/apps/VoiceDialer/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/apps/VoiceDialer/NOTICE [new file with mode: 0644]
packages/apps/VoiceDialer/res/drawable-hdpi/app_voicedialer.png [new file with mode: 0644]
packages/apps/VoiceDialer/res/drawable-hdpi/ic_vd_green_key.png [new file with mode: 0644]
packages/apps/VoiceDialer/res/drawable-hdpi/ic_vd_mic_off.png [new file with mode: 0644]
packages/apps/VoiceDialer/res/drawable-hdpi/ic_vd_mic_on.png [new file with mode: 0644]
packages/apps/VoiceDialer/res/drawable-hdpi/ic_vd_retry.png [new file with mode: 0644]
packages/apps/VoiceDialer/res/drawable-mdpi/app_voicedialer.png [new file with mode: 0644]
packages/apps/VoiceDialer/res/drawable-mdpi/ic_vd_green_key.png [new file with mode: 0755]
packages/apps/VoiceDialer/res/drawable-mdpi/ic_vd_mic_off.png [new file with mode: 0755]
packages/apps/VoiceDialer/res/drawable-mdpi/ic_vd_mic_on.png [new file with mode: 0755]
packages/apps/VoiceDialer/res/drawable-mdpi/ic_vd_retry.png [new file with mode: 0755]
packages/apps/VoiceDialer/res/layout/tool_tip.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/layout/voice_dialing.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-ar/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-bg/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-ca/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-cs/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-da/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-de/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-el/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-es/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-fa/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-fi/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-fr/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-hr/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-hu/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-in/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-it/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-iw/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-ja/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-ko/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-lt/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-lv/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-nb/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-nl/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-pl/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-pt/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-rm/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-ro/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-ru/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-sk/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-sl/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-sr/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-sv/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-th/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-tl/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-tr/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-uk/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-vi/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/res/values/strings.xml [new file with mode: 0644]
packages/apps/VoiceDialer/src/com/android/voicedialer/BluetoothVoiceDialerActivity.java [new file with mode: 0644]
packages/apps/VoiceDialer/src/com/android/voicedialer/CommandRecognizerEngine.java [new file with mode: 0644]
packages/apps/VoiceDialer/src/com/android/voicedialer/PhoneTypeChoiceRecognizerEngine.java [new file with mode: 0644]
packages/apps/VoiceDialer/src/com/android/voicedialer/RecognizerClient.java [new file with mode: 0644]
packages/apps/VoiceDialer/src/com/android/voicedialer/RecognizerEngine.java [new file with mode: 0644]
packages/apps/VoiceDialer/src/com/android/voicedialer/RecognizerLogger.java [new file with mode: 0644]
packages/apps/VoiceDialer/src/com/android/voicedialer/VoiceContact.java [new file with mode: 0644]
packages/apps/VoiceDialer/src/com/android/voicedialer/VoiceDialerActivity.java [new file with mode: 0644]
packages/apps/VoiceDialer/src/com/android/voicedialer/VoiceDialerReceiver.java [new file with mode: 0644]
packages/apps/VoiceDialer/src/com/android/voicedialer/VoiceDialerTester.java [new file with mode: 0644]
packages/apps/VoiceDialer/tests/Android.mk [new file with mode: 0644]
packages/apps/VoiceDialer/tests/AndroidManifest.xml [new file with mode: 0644]
packages/apps/VoiceDialer/tests/src/com/android/voicedialer/VoiceDialerLaunchPerformance.java [new file with mode: 0644]
packages/experimental/Android.mk [new file with mode: 0644]
packages/experimental/BugReportSender/Android.mk [new file with mode: 0644]
packages/experimental/BugReportSender/AndroidManifest.xml [new file with mode: 0644]
packages/experimental/BugReportSender/README [new file with mode: 0644]
packages/experimental/BugReportSender/res/drawable-hdpi/icon.png [new file with mode: 0755]
packages/experimental/BugReportSender/res/drawable-mdpi/icon.png [new file with mode: 0644]
packages/experimental/BugReportSender/res/layout/bugreport_preview.xml [new file with mode: 0644]
packages/experimental/BugReportSender/src/com/android/bugreportsender/BugReportListActivity.java [new file with mode: 0644]
packages/experimental/BugReportSender/src/com/android/bugreportsender/BugReportParser.java [new file with mode: 0644]
packages/experimental/BugReportSender/src/com/android/bugreportsender/BugReportPreviewActivity.java [new file with mode: 0644]
packages/experimental/CleanSpec.mk [new file with mode: 0644]
packages/experimental/README [new file with mode: 0644]
packages/experimental/RpcPerformance/Android.mk [new file with mode: 0644]
packages/experimental/RpcPerformance/AndroidManifest.xml [new file with mode: 0644]
packages/experimental/RpcPerformance/README [new file with mode: 0644]
packages/experimental/RpcPerformance/res/layout/main.xml [new file with mode: 0644]
packages/experimental/RpcPerformance/rpcperftest.cpp [new file with mode: 0644]
packages/experimental/RpcPerformance/src/com/android/rpc_performance/IService.aidl [new file with mode: 0644]
packages/experimental/RpcPerformance/src/com/android/rpc_performance/LocalProvider.java [new file with mode: 0644]
packages/experimental/RpcPerformance/src/com/android/rpc_performance/MiscService.java [new file with mode: 0644]
packages/experimental/RpcPerformance/src/com/android/rpc_performance/Provider.java [new file with mode: 0644]
packages/experimental/RpcPerformance/src/com/android/rpc_performance/ProviderPerfActivity.java [new file with mode: 0644]
packages/experimental/StrictModeTest/Android.mk [new file with mode: 0644]
packages/experimental/StrictModeTest/AndroidManifest.xml [new file with mode: 0644]
packages/experimental/StrictModeTest/README [new file with mode: 0644]
packages/experimental/StrictModeTest/res/layout/main.xml [new file with mode: 0644]
packages/experimental/StrictModeTest/src/com/android/strictmodetest/IService.aidl [new file with mode: 0644]
packages/experimental/StrictModeTest/src/com/android/strictmodetest/LocalService.java [new file with mode: 0644]
packages/experimental/StrictModeTest/src/com/android/strictmodetest/RemoteService.java [new file with mode: 0644]
packages/experimental/StrictModeTest/src/com/android/strictmodetest/ServiceBase.java [new file with mode: 0644]
packages/experimental/StrictModeTest/src/com/android/strictmodetest/StrictModeActivity.java [new file with mode: 0644]
packages/experimental/procstatlog/Android.mk [new file with mode: 0644]
packages/experimental/procstatlog/README [new file with mode: 0644]
packages/experimental/procstatlog/diskload.sh [new file with mode: 0755]
packages/experimental/procstatlog/procstatlog.c [new file with mode: 0644]
packages/experimental/procstatlog/procstatreport.py [new file with mode: 0755]
packages/inputmethods/LatinIME/Android.mk [new file with mode: 0644]
packages/inputmethods/LatinIME/CleanSpec.mk [new file with mode: 0644]
packages/inputmethods/LatinIME/dictionaries/sample.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/Android.mk [new file with mode: 0644]
packages/inputmethods/LatinIME/java/AndroidManifest.xml [new file with mode: 0755]
packages/inputmethods/LatinIME/java/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/inputmethods/LatinIME/java/NOTICE [new file with mode: 0644]
packages/inputmethods/LatinIME/java/proguard.flags [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/anim/key_preview_fadein.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/anim/key_preview_fadeout.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/anim/mini_keyboard_fadein.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/anim/mini_keyboard_fadeout.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/btn_keyboard_key_dark_normal.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/btn_keyboard_key_dark_normal_off.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/btn_keyboard_key_dark_normal_on.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/btn_keyboard_key_dark_pressed.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/btn_keyboard_key_dark_pressed_off.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/btn_keyboard_key_dark_pressed_on.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/btn_keyboard_key_fulltrans_normal.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/btn_keyboard_key_fulltrans_pressed.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/btn_keyboard_key_light_normal.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/btn_keyboard_key_light_popup_normal.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/btn_keyboard_key_light_popup_selected.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/btn_keyboard_key_light_pressed.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/btn_keyboard_key_normal.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/btn_keyboard_key_normal_off.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/btn_keyboard_key_normal_off_stone.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/btn_keyboard_key_normal_on.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/btn_keyboard_key_normal_on_stone.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/btn_keyboard_key_normal_stone.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/btn_keyboard_key_pressed.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/btn_keyboard_key_pressed_off.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/btn_keyboard_key_pressed_on.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/cancel.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/candidate_feedback_background.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/caution.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/dialog_bubble_step02.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/dialog_bubble_step07.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/highlight_pressed.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/hint_popup.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/ic_dialog_keyboard.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/ic_mic_dialog.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/ic_subtype_keyboard.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/ic_subtype_mic.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/ic_suggest_strip_microphone.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/ic_suggest_strip_microphone_swipe.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/keyboard_background.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/keyboard_dark_background.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/keyboard_hint_0.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/keyboard_hint_1.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/keyboard_hint_2.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/keyboard_hint_3.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/keyboard_hint_4.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/keyboard_hint_5.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/keyboard_hint_6.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/keyboard_hint_7.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/keyboard_hint_8.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/keyboard_hint_9.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/keyboard_key_feedback_background.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/keyboard_key_feedback_more_background.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/keyboard_popup_panel_background.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/keyboard_suggest_strip.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/keyboard_suggest_strip_divider.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/list_selector_background_pressed.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/mic_slash.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/ok_cancel.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/speak_now_level0.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/speak_now_level1.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/speak_now_level2.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/speak_now_level3.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/speak_now_level4.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/speak_now_level5.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/speak_now_level6.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_bkeyboard_123_mic.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_bkeyboard_delete.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_bkeyboard_done.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_bkeyboard_mic.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_bkeyboard_num0.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_bkeyboard_num1.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_bkeyboard_num2.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_bkeyboard_num3.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_bkeyboard_num4.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_bkeyboard_num5.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_bkeyboard_num6.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_bkeyboard_num7.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_bkeyboard_num8.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_bkeyboard_num9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_bkeyboard_numalt.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_bkeyboard_numpound.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_bkeyboard_numstar.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_bkeyboard_return.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_bkeyboard_search.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_bkeyboard_settings.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_bkeyboard_shift.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_bkeyboard_shift_locked.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_bkeyboard_space.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_bkeyboard_tab.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_123_mic.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_delete.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_done.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_feedback_123_mic.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_feedback_delete.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_feedback_done.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_feedback_language_arrows_left.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_feedback_language_arrows_right.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_feedback_mic.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_feedback_numalt.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_feedback_return.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_feedback_search.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_feedback_settings.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_feedback_shift.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_feedback_shift_locked.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_feedback_space.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_feedback_tab.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_language_arrows_left.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_language_arrows_right.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_mic.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_num0.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_num1.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_num2.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_num3.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_num4.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_num5.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_num6.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_num7.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_num8.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_num9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_numalt.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_numpound.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_numstar.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_return.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_search.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_settings.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_shift.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_shift_locked.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_space.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_space_led.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/sym_keyboard_tab.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/voice_ime_background.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/voice_swipe_hint.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-hdpi/working.png [new file with mode: 0755]
packages/inputmethods/LatinIME/java/res/drawable-land/btn_keyboard_key.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/btn_keyboard_key_dark_normal.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/btn_keyboard_key_dark_normal_off.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/btn_keyboard_key_dark_normal_on.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/btn_keyboard_key_dark_pressed.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/btn_keyboard_key_dark_pressed_off.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/btn_keyboard_key_dark_pressed_on.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/btn_keyboard_key_fulltrans_normal.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/btn_keyboard_key_fulltrans_pressed.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/btn_keyboard_key_light_normal.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/btn_keyboard_key_light_popup_normal.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/btn_keyboard_key_light_popup_selected.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/btn_keyboard_key_light_pressed.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/btn_keyboard_key_normal.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/btn_keyboard_key_normal_off.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/btn_keyboard_key_normal_off_stone.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/btn_keyboard_key_normal_on.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/btn_keyboard_key_normal_on_stone.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/btn_keyboard_key_normal_stone.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/btn_keyboard_key_pressed.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/btn_keyboard_key_pressed_off.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/btn_keyboard_key_pressed_on.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/cancel.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/candidate_feedback_background.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/caution.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/dialog_bubble_step02.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/dialog_bubble_step07.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/highlight_pressed.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/hint_popup.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/ic_dialog_keyboard.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/ic_mic_dialog.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/ic_subtype_keyboard.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/ic_subtype_mic.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/ic_suggest_strip_microphone.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/ic_suggest_strip_microphone_swipe.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/keyboard_background.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/keyboard_dark_background.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/keyboard_hint_0.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/keyboard_hint_1.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/keyboard_hint_2.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/keyboard_hint_3.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/keyboard_hint_4.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/keyboard_hint_5.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/keyboard_hint_6.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/keyboard_hint_7.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/keyboard_hint_8.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/keyboard_hint_9.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/keyboard_key_feedback_background.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/keyboard_key_feedback_more_background.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/keyboard_popup_panel_background.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/keyboard_suggest_strip.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/keyboard_suggest_strip_divider.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/list_selector_background_pressed.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/mic_slash.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/ok_cancel.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/speak_now_level0.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/speak_now_level1.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/speak_now_level2.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/speak_now_level3.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/speak_now_level4.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/speak_now_level5.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/speak_now_level6.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_bkeyboard_123_mic.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_bkeyboard_delete.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_bkeyboard_done.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_bkeyboard_mic.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_bkeyboard_num0.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_bkeyboard_num1.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_bkeyboard_num2.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_bkeyboard_num3.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_bkeyboard_num4.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_bkeyboard_num5.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_bkeyboard_num6.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_bkeyboard_num7.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_bkeyboard_num8.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_bkeyboard_num9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_bkeyboard_numalt.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_bkeyboard_numpound.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_bkeyboard_numstar.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_bkeyboard_return.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_bkeyboard_search.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_bkeyboard_settings.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_bkeyboard_shift.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_bkeyboard_shift_locked.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_bkeyboard_space.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_bkeyboard_tab.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_123_mic.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_delete.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_done.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_feedback_123_mic.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_feedback_delete.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_feedback_done.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_feedback_language_arrows_left.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_feedback_language_arrows_right.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_feedback_mic.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_feedback_numalt.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_feedback_return.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_feedback_search.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_feedback_settings.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_feedback_shift.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_feedback_shift_locked.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_feedback_space.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_feedback_tab.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_language_arrows_left.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_language_arrows_right.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_mic.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_num0.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_num1.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_num2.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_num3.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_num4.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_num5.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_num6.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_num7.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_num8.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_num9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_numalt.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_numpound.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_numstar.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_return.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_search.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_settings.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_shift.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_shift_lock.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_shift_locked.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_space.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_space_led.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/sym_keyboard_tab.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/voice_ime_background.9.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/voice_swipe_hint.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable-mdpi/working.png [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable/btn_keyboard_key.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable/btn_keyboard_key2.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable/btn_keyboard_key3.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable/btn_keyboard_key_fulltrans.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable/btn_keyboard_key_gingerbread.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable/btn_keyboard_key_gingerbread_popup.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable/btn_keyboard_key_stone.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable/ic_suggest_scroll_background.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/drawable/keyboard_key_feedback.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/layout/bubble_text.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/layout/candidate_preview.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/layout/candidates.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/layout/input_basic.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/layout/input_basic_highcontrast.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/layout/input_gingerbread.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/layout/input_stone_bold.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/layout/input_stone_normal.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/layout/input_stone_popup.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/layout/key_preview.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/layout/keyboard_popup.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/layout/recognition_status.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/layout/voice_punctuation_hint.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/layout/voice_swipe_hint.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/raw/main.dict [new file with mode: 0755]
packages/inputmethods/LatinIME/java/res/raw/type3.ogg [new file with mode: 0755]
packages/inputmethods/LatinIME/java/res/values-ar/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-bg/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-ca/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-cs/bools.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-cs/donottranslate-altchars.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-cs/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-da/donottranslate-altchars.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-da/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-de/bools.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-de/donottranslate-altchars.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-de/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-el/donottranslate-altchars.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-el/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-en/bools.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-en/donottranslate-altchars.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-es-rUS/donottranslate-altchars.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-es/bools.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-es/donottranslate-altchars.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-es/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-fa/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-fi/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-fr-rCA/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-fr/bools.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-fr/donottranslate-altchars.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-fr/donottranslate.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-fr/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-hr/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-hu/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-in/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-it/bools.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-it/donottranslate-altchars.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-it/donottranslate.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-it/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-iw/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-ja/donottranslate-altchars.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-ja/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-ko/donottranslate-altchars.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-ko/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-land/dimens.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-lt/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-lv/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-nb/donottranslate-altchars.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-nb/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-nl/bools.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-nl/donottranslate-altchars.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-nl/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-pl/bools.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-pl/donottranslate-altchars.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-pl/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-pt-rPT/donottranslate-altchars.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-pt/donottranslate-altchars.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-pt/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-rm/donottranslate-altchars.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-rm/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-ro/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-ru/donottranslate-altchars.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-ru/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-sk/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-sl/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-sr/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-sv/donottranslate-altchars.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-sv/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-th/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-tl/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-tr/donottranslate-altchars.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-tr/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-uk/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-vi/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-zh-rCN/donottranslate-altchars.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-zh-rTW/donottranslate-altchars.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values/attrs.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values/bools.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values/colors.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values/config.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values/dimens.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values/donottranslate-altchars.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values/donottranslate.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values/durations.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values/keycodes.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values/strings.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/values/styles.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml-da/kbd_qwerty.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml-da/kbd_qwerty_black.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml-de/kbd_qwerty.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml-de/kbd_qwerty_black.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml-fr/kbd_qwerty.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml-fr/kbd_qwerty_black.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml-iw/kbd_qwerty.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml-iw/kbd_qwerty_black.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml-nb/kbd_qwerty.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml-nb/kbd_qwerty_black.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml-ru/kbd_qwerty.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml-ru/kbd_qwerty_black.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml-sr/kbd_qwerty.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml-sr/kbd_qwerty_black.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml-sv/kbd_qwerty.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml-sv/kbd_qwerty_black.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml/dictionary.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml/kbd_phone.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml/kbd_phone_black.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml/kbd_phone_symbols.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml/kbd_phone_symbols_black.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml/kbd_popup_narrow_template.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml/kbd_popup_template.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml/kbd_qwerty.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml/kbd_qwerty_black.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml/kbd_symbols.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml/kbd_symbols_black.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml/kbd_symbols_shift.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml/kbd_symbols_shift_black.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml/language_prefs.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml/method.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml/popup_at.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml/popup_comma.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml/popup_domains.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml/popup_mic.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml/popup_punctuation.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml/popup_slash.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml/popup_smileys.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml/prefs.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/res/xml/prefs_for_debug.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/AutoDictionary.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/BinaryDictionary.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/CandidateView.java [new file with mode: 0755]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ContactsDictionary.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/Dictionary.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/EditingUtil.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ExpandableDictionary.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/Hints.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/InputLanguageSelection.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/KeyDetector.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/KeyboardSwitcher.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LanguageSwitcher.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIMEBackupAgent.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIMEDebugSettings.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIMESettings.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIMEUtil.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinImeLogger.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinKeyboard.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinKeyboardView.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/MiniKeyboardKeyDetector.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ModifierKeyState.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/PointerTracker.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ProximityKeyDetector.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/SharedPreferencesCompat.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/Suggest.java [new file with mode: 0755]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/SwipeTracker.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/TextEntryState.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/Tutorial.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/UserBigramDictionary.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/UserDictionary.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/WordComposer.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/FieldContext.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/RecognitionView.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/SettingsUtil.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/VoiceInput.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/VoiceInputLogger.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/WaveformImage.java [new file with mode: 0644]
packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/Whitelist.java [new file with mode: 0644]
packages/inputmethods/LatinIME/native/Android.mk [new file with mode: 0644]
packages/inputmethods/LatinIME/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp [new file with mode: 0644]
packages/inputmethods/LatinIME/native/src/basechars.h [new file with mode: 0644]
packages/inputmethods/LatinIME/native/src/char_utils.cpp [new file with mode: 0644]
packages/inputmethods/LatinIME/native/src/char_utils.h [new file with mode: 0644]
packages/inputmethods/LatinIME/native/src/dictionary.cpp [new file with mode: 0644]
packages/inputmethods/LatinIME/native/src/dictionary.h [new file with mode: 0644]
packages/inputmethods/LatinIME/tests/Android.mk [new file with mode: 0644]
packages/inputmethods/LatinIME/tests/AndroidManifest.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/tests/data/bigramlist.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/tests/data/wordlist.xml [new file with mode: 0644]
packages/inputmethods/LatinIME/tests/res/raw/test.dict [new file with mode: 0644]
packages/inputmethods/LatinIME/tests/res/raw/testtext.txt [new file with mode: 0644]
packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/EventRingBufferTests.java [new file with mode: 0644]
packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/SuggestHelper.java [new file with mode: 0644]
packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/SuggestPerformanceTests.java [new file with mode: 0644]
packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/SuggestTests.java [new file with mode: 0644]
packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/UserBigramTests.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/Android.mk [new file with mode: 0644]
packages/inputmethods/OpenWnn/AndroidManifest.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/CleanSpec.mk [new file with mode: 0644]
packages/inputmethods/OpenWnn/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/inputmethods/OpenWnn/NOTICE [new file with mode: 0644]
packages/inputmethods/OpenWnn/README.txt [new file with mode: 0644]
packages/inputmethods/OpenWnn/libs/Android.mk [new file with mode: 0644]
packages/inputmethods/OpenWnn/libs/libwnnDictionary/Android.mk [new file with mode: 0644]
packages/inputmethods/OpenWnn/libs/libwnnDictionary/OpenWnnDictionaryImplJni.c [new file with mode: 0644]
packages/inputmethods/OpenWnn/libs/libwnnDictionary/OpenWnnJni.h [new file with mode: 0644]
packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ndapi.c [new file with mode: 0644]
packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ndbdic.c [new file with mode: 0644]
packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ndcommon.c [new file with mode: 0644]
packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ndfdic.c [new file with mode: 0644]
packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ndldic.c [new file with mode: 0644]
packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ndrdic.c [new file with mode: 0644]
packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/neapi.c [new file with mode: 0644]
packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/necode.c [new file with mode: 0644]
packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/nj_str.c [new file with mode: 0644]
packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/nj_dic.h [new file with mode: 0644]
packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/nj_err.h [new file with mode: 0644]
packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/nj_ext.h [new file with mode: 0644]
packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/nj_lib.h [new file with mode: 0644]
packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/njd.h [new file with mode: 0644]
packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/njx_lib.h [new file with mode: 0644]
packages/inputmethods/OpenWnn/libs/libwnnDictionary/jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni.h [new file with mode: 0644]
packages/inputmethods/OpenWnn/libs/libwnnDictionary/predef_table.h [new file with mode: 0644]
packages/inputmethods/OpenWnn/libs/libwnnEngDic/Android.mk [new file with mode: 0644]
packages/inputmethods/OpenWnn/libs/libwnnEngDic/WnnEngDic.c [new file with mode: 0644]
packages/inputmethods/OpenWnn/libs/libwnnJpnDic/Android.mk [new file with mode: 0644]
packages/inputmethods/OpenWnn/libs/libwnnJpnDic/WnnJpnDic.c [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/cand_back_normal.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/cand_back_pressed.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/cand_down.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/cand_down_press.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/cand_up.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/cand_up_press.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/dialog_bubble.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/dialog_bubble_moji.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/dialog_bubble_symbol.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/dialog_bubble_undo.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/immodeic_full_alphabet.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/immodeic_full_kana.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/immodeic_full_number.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/immodeic_half_alphabet.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/immodeic_half_kana.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/immodeic_half_number.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/immodeic_hiragana.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_alpha0.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_alpha0_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_alpha1.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_alpha1_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_alpha2.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_alpha2_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_alpha3.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_alpha3_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_alpha4.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_alpha4_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_alpha5.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_alpha5_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_alpha6.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_alpha6_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_alpha7.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_alpha7_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_alpha8.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_alpha8_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_alpha9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_alpha9_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_caps.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_caps_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_dakuten.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_dakuten_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_del.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_del_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_del_b_landscape.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_del_landscape.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_eisukana.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_eisukana_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_enter.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_enter_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_enter_jp.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_enter_jp_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_enter_landscape.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_enter_landscape_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_enter_landscape_jp.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_enter_landscape_jp_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_hiragana0.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_hiragana0_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_hiragana1.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_hiragana1_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_hiragana2.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_hiragana2_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_hiragana3.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_hiragana3_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_hiragana4.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_hiragana4_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_hiragana5.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_hiragana5_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_hiragana6.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_hiragana6_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_hiragana7.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_hiragana7_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_hiragana8.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_hiragana8_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_hiragana9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_hiragana9_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_left.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_left_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_mode_full_alpha.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_mode_full_alpha_landscape.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_mode_full_kata.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_mode_full_kata_landscape.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_mode_full_num.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_mode_full_num_landscape.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_mode_half_alpha.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_mode_half_alpha_landscape.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_mode_half_kata.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_mode_half_kata_landscape.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_mode_half_num.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_mode_half_num_landscape.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_mode_hira.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_mode_hira_landscape.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_period_comma.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_period_comma_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_pict_sym.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_pict_sym_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_reverse.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_reverse_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_right.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_right_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_space.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_space_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_space_jp.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_space_jp_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_ten.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_12key_ten_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_mode_change_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_mode_panel_kbd.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_mode_panel_kbd_12key.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_mode_panel_kbd_12key_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_mode_panel_kbd_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_del.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_del_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_del_b_landscape.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_del_landscape.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_enter.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_enter_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_enter_jp.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_enter_jp_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_enter_landscape.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_enter_landscape_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_enter_landscape_jp.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_enter_landscape_jp_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_mode_full_alpha.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_mode_full_alpha_landscape.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_mode_full_kata.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_mode_full_kata_landscape.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_mode_full_num.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_mode_full_num_landscape.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_mode_half_alpha.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_mode_half_alpha_landscape.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_mode_half_kata.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_mode_half_kata_landscape.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_mode_half_num.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_mode_half_num_landscape.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_mode_hira.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_mode_hira_landscape.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_pict_sym.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_pict_sym_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_shift.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_shift_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_space.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_space_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_space_conv.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/key_qwerty_space_conv_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_classic.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_classic_bg.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_classic_p.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_classic_psftoff.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_classic_psfton.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_classic_sftoff.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_classic_sfton.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_ice.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_ice_p.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_ice_psftoff.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_ice_psfton.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_ice_sftoff.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_ice_sfton.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_kyoto.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_kyoto_bg.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_kyoto_p.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_kyoto_psftoff.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_kyoto_psfton.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_kyoto_sftoff.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_kyoto_sfton.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_light.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_light_p.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_light_psftoff.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_light_psfton.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_light_sftoff.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_light_sfton.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_metal.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_metal_p.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_metal_psftoff.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_metal_psfton.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_metal_sftoff.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_metal_sfton.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_simple.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_simple_bg.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_simple_p.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_simple_psftoff.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_simple_psfton.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_simple_sftoff.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_simple_sfton.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_wood.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_wood_bg.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_wood_p.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_wood_psftoff.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_wood_psfton.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_wood_sftoff.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/keybg_wood_sfton.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/tutorial_12key_enter.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/tutorial_12key_key.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/tutorial_12key_left.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/tutorial_12key_mode.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/tutorial_12key_right.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/tutorial_12key_space_jp.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/tutorial_12key_toggle.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/tutorial_back.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/word_full_space.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-hdpi/word_half_space.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-ja/tutorial_12key_key.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-ja/tutorial_12key_mode.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable-ja/tutorial_12key_toggle.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/cand_back.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/cand_back_normal.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/cand_back_pressed.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/cand_down.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/cand_down_press.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/cand_up.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/cand_up_press.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/candidate.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/dialog_bubble.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/dialog_bubble_moji.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/dialog_bubble_symbol.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/dialog_bubble_undo.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/immodeic_full_alphabet.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/immodeic_full_kana.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/immodeic_full_number.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/immodeic_half_alphabet.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/immodeic_half_kana.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/immodeic_half_number.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/immodeic_hiragana.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_alpha0.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_alpha0_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_alpha1.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_alpha1_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_alpha2.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_alpha2_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_alpha3.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_alpha3_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_alpha4.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_alpha4_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_alpha5.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_alpha5_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_alpha6.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_alpha6_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_alpha7.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_alpha7_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_alpha8.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_alpha8_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_alpha9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_alpha9_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_caps.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_caps_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_dakuten.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_dakuten_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_del.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_del_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_eisukana.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_eisukana_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_enter.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_enter_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_enter_jp.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_enter_jp_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_hiragana0.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_hiragana0_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_hiragana1.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_hiragana1_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_hiragana2.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_hiragana2_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_hiragana3.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_hiragana3_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_hiragana4.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_hiragana4_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_hiragana5.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_hiragana5_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_hiragana6.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_hiragana6_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_hiragana7.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_hiragana7_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_hiragana8.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_hiragana8_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_hiragana9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_hiragana9_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_left.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_left_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_mode_full_alpha.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_mode_full_kata.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_mode_full_num.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_mode_half_alpha.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_mode_half_kata.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_mode_half_num.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_mode_hira.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_period_comma.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_period_comma_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_pict_sym.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_pict_sym_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_reverse.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_reverse_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_right.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_right_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_space.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_space_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_space_jp.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_space_jp_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_ten.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_12key_ten_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_mode_change_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_mode_panel_kbd.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_mode_panel_kbd_12key.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_mode_panel_kbd_12key_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_mode_panel_kbd_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_qwerty_del.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_qwerty_del_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_qwerty_enter.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_qwerty_enter_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_qwerty_enter_jp.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_qwerty_enter_jp_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_qwerty_mode_full_alpha.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_qwerty_mode_full_kata.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_qwerty_mode_full_num.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_qwerty_mode_half_alpha.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_qwerty_mode_half_kata.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_qwerty_mode_half_num.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_qwerty_mode_hira.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_qwerty_pict_sym.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_qwerty_pict_sym_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_qwerty_shift.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_qwerty_shift_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_qwerty_space.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_qwerty_space_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_qwerty_space_conv.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/key_qwerty_space_conv_b.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/keybg_metal.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/keybg_metal_def.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/keybg_metal_p.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/keybg_metal_psftoff.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/keybg_metal_psfton.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/keybg_metal_sftoff.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/keybg_metal_sfton.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/keybg_simple.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/keybg_simple_bg.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/keybg_simple_def.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/keybg_simple_p.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/keybg_simple_psftoff.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/keybg_simple_psfton.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/keybg_simple_sftoff.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/keybg_simple_sfton.9.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/tutorial_12key_enter.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/tutorial_12key_key.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/tutorial_12key_left.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/tutorial_12key_mode.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/tutorial_12key_right.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/tutorial_12key_space_jp.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/tutorial_12key_toggle.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/tutorial_back.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/word_full_space.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/drawable/word_half_space.png [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/layout/bubble_text.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/layout/candidate_scale_up.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/layout/candidates.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/layout/keyboard_android_default.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/layout/keyboard_default_main.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/layout/keyboard_default_sub.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/layout/keyboard_metal.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/layout/keyboard_simple.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/layout/user_dictionary_tools_edit.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/layout/user_dictionary_tools_edit_header.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/layout/user_dictionary_tools_list.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/layout/user_dictionary_tools_list_header.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/layout/user_dictionary_tools_list_header_ja.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/raw/type.ogg [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/values-ja/string.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/values-zh-rCN/string.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/values/arrays.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/values/colors.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/values/dimens.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/values/strings.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/default_en_qwerty.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/default_en_switch_key.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/default_en_symbols.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/default_en_symbols_shift.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_12key_full_alphabet.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_12key_full_alphabet_input.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_12key_full_katakana.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_12key_full_katakana_input.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_12key_full_num.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_12key_half_alphabet.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_12key_half_alphabet_input.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_12key_half_katakana.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_12key_half_katakana_input.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_12key_half_num.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_12key_phone.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_12keyjp.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_12keyjp_input.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_qwerty_jp.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_qwerty_jp_full_alphabet.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_qwerty_jp_full_alphabet_shift.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_qwerty_jp_full_katakana.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_qwerty_jp_full_katakana_shift.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_qwerty_jp_full_symbols.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_qwerty_jp_full_symbols_shift.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_qwerty_jp_half_alphabet.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_qwerty_jp_half_alphabet_shift.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_qwerty_jp_half_katakana.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_qwerty_jp_half_katakana_shift.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_qwerty_jp_half_symbols.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_qwerty_jp_half_symbols_shift.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_qwerty_jp_shift.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_switch_key_jp.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/keyboard_switch_key_qwerty_jp.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/method_ja.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/openwnn_pref_ja.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/symbols_china_list.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/symbols_japan_face_list.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/symbols_japan_list.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/symbols_latin12_list.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/symbols_latin1_list.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/res/xml/symbols_latin2_list.xml [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/CandidateFilter.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/CandidateViewButton.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/CandidatesViewManager.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ComposingText.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/DefaultSoftKeyboard.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/ClearUserDictionaryDialogPreferenceEN.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/DefaultSoftKeyboardEN.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/OpenWnnEngineEN.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/TutorialEN.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/UserDictionaryToolsEditEN.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/UserDictionaryToolsListEN.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/InputViewManager.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ClearLearnDictionaryDialogPreferenceJAJP.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ClearUserDictionaryDialogPreferenceJAJP.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/DefaultSoftKeyboardJAJP.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/KanaConverter.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/KeyboardListPreferenceJAJP.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/OpenWnnClauseConverterJAJP.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/OpenWnnEngineJAJP.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/Romkan.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/RomkanFullKatakana.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/RomkanHalfKatakana.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/TutorialJAJP.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/UserDictionaryToolsEditJAJP.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/UserDictionaryToolsListJAJP.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/LetterConverter.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/OpenWnn.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/OpenWnnControlPanelJAJP.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/OpenWnnDictionaryImpl.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/OpenWnnDictionaryImplJni.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/OpenWnnEN.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/OpenWnnEvent.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/OpenWnnJAJP.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/StrSegment.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/StrSegmentClause.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/SymbolList.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/TextCandidatesViewManager.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/UserDictionaryToolsEdit.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/UserDictionaryToolsList.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/UserDictionaryToolsListFocus.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/WnnClause.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/WnnDictionary.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/WnnEngine.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/WnnPOS.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/WnnSentence.java [new file with mode: 0644]
packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/WnnWord.java [new file with mode: 0644]
packages/inputmethods/PinyinIME/Android.mk [new file with mode: 0644]
packages/inputmethods/PinyinIME/AndroidManifest.xml [new file with mode: 0644]
packages/inputmethods/PinyinIME/CleanSpec.mk [new file with mode: 0644]
packages/inputmethods/PinyinIME/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/inputmethods/PinyinIME/NOTICE [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/Android.mk [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/android/com_android_inputmethod_pinyin_PinyinDecoderService.cpp [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/command/Makefile [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/command/pinyinime_dictbuilder.cpp [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/data/rawdict_utf16_65105_freq.txt [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/data/valid_utf16.txt [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/include/atomdictbase.h [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/include/dictbuilder.h [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/include/dictdef.h [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/include/dictlist.h [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/include/dicttrie.h [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/include/lpicache.h [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/include/matrixsearch.h [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/include/mystdlib.h [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/include/ngram.h [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/include/pinyinime.h [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/include/searchutility.h [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/include/spellingtable.h [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/include/spellingtrie.h [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/include/splparser.h [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/include/sync.h [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/include/userdict.h [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/include/utf16char.h [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/include/utf16reader.h [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/share/dictbuilder.cpp [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/share/dictlist.cpp [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/share/dicttrie.cpp [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/share/lpicache.cpp [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/share/matrixsearch.cpp [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/share/mystdlib.cpp [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/share/ngram.cpp [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/share/pinyinime.cpp [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/share/searchutility.cpp [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/share/spellingtable.cpp [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/share/spellingtrie.cpp [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/share/splparser.cpp [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/share/sync.cpp [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/share/userdict.cpp [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/share/utf16char.cpp [new file with mode: 0644]
packages/inputmethods/PinyinIME/jni/share/utf16reader.cpp [new file with mode: 0644]
packages/inputmethods/PinyinIME/lib/Android.mk [new file with mode: 0644]
packages/inputmethods/PinyinIME/lib/com/android/inputmethod/pinyin/IPinyinDecoderService.aidl [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/app_icon.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/arrow_bg.xml [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/arrow_left.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/arrow_right.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/candidate_balloon_bg.9.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/candidate_hl_bg.9.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/candidates_area_bg.9.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/candidates_vertical_line.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/cands_container_bg.9.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/comma_full_icon.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/comma_full_popup_icon.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/composing_area_bg.9.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/composing_area_cursor.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/composing_hl_bg.9.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/delete_icon.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/delete_popup_icon.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/dun_icon.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/dun_popup_icon.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_00.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_00_popup.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_01.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_01_popup.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_02.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_02_popup.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_03.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_03_popup.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_04.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_04_popup.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_05.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_05_popup.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_06.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_06_popup.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_10.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_10_popup.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_11.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_11_popup.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_12.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_12_popup.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_13.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_13_popup.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_14.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_14_popup.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_15.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_15_popup.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_16.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_16_popup.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_20.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_20_popup.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_21.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_21_popup.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_22.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_22_popup.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_23.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_23_popup.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_24.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/emotion_icon_24_popup.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/enter_icon.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/enter_popup_icon.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/ime_en.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/ime_pinyin.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/key_balloon_bg.9.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/light_key_bg.9.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/light_key_hl_bg.9.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/light_key_up_bg.9.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/light_key_up_hl_bg.9.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/miniskb_bg.9.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/normal_key_bg.9.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/normal_key_hl_bg.9.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/num0.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/num1.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/num2.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/num3.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/num4.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/num5.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/num6.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/num7.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/num8.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/num9.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/numalt.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/numpound.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/numstar.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/period_full_icon.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/period_full_popup_icon.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/period_icon.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/period_popup_icon.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/search_icon.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/search_popup_icon.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/shift_off_icon.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/shift_off_popup_icon.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/shift_on_icon.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/shift_on_popup_icon.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/skb_bg.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/skb_container_bg.9.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/smiley_icon.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/smiley_popup_icon.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/space_icon.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/drawable/space_popup_icon.png [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/layout/candidates_container.xml [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/layout/floating_container.xml [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/layout/skb_container.xml [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/raw/dict_pinyin.dat [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/values-land/dimens.xml [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/values-port/dimens.xml [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/values-zh/bools.xml [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/values/colors.xml [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/values/dimens.xml [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/values/strings.xml [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/xml/method.xml [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/xml/settings.xml [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/xml/skb_phone.xml [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/xml/skb_qwerty.xml [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/xml/skb_smiley.xml [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/xml/skb_sym1.xml [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/xml/skb_sym2.xml [new file with mode: 0644]
packages/inputmethods/PinyinIME/res/xml/skb_template1.xml [new file with mode: 0644]
packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/BalloonHint.java [new file with mode: 0644]
packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/CandidateView.java [new file with mode: 0644]
packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/CandidateViewListener.java [new file with mode: 0644]
packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/CandidatesContainer.java [new file with mode: 0644]
packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ComposingView.java [new file with mode: 0644]
packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/EnglishInputProcessor.java [new file with mode: 0644]
packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/Environment.java [new file with mode: 0644]
packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/InputModeSwitcher.java [new file with mode: 0644]
packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/KeyMapDream.java [new file with mode: 0644]
packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/PinyinDecoderService.java [new file with mode: 0644]
packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/PinyinIME.java [new file with mode: 0644]
packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/Settings.java [new file with mode: 0644]
packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/SettingsActivity.java [new file with mode: 0644]
packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/SkbContainer.java [new file with mode: 0644]
packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/SkbPool.java [new file with mode: 0644]
packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/SkbTemplate.java [new file with mode: 0644]
packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/SoftKey.java [new file with mode: 0644]
packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/SoftKeyToggle.java [new file with mode: 0644]
packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/SoftKeyboard.java [new file with mode: 0644]
packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/SoftKeyboardView.java [new file with mode: 0644]
packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/SoundManager.java [new file with mode: 0644]
packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/XmlKeyboardLoader.java [new file with mode: 0644]
packages/providers/ApplicationsProvider/Android.mk [new file with mode: 0644]
packages/providers/ApplicationsProvider/AndroidManifest.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/CleanSpec.mk [new file with mode: 0644]
packages/providers/ApplicationsProvider/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/providers/ApplicationsProvider/NOTICE [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/layout/application_list_item.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-ar/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-bg/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-ca/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-cs/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-da/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-de/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-el/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-es/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-fa/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-fi/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-fr/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-hr/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-hu/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-in/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-it/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-iw/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-ja/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-ko/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-lt/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-lv/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-nb/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-nl/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-pl/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-pt/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-rm/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-ro/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-ru/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-sk/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-sl/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-sr/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-sv/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-th/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-tl/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-tr/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-uk/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-vi/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/values/strings.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/res/xml/searchable.xml [new file with mode: 0644]
packages/providers/ApplicationsProvider/src/com/android/providers/applications/ApplicationLauncher.java [new file with mode: 0644]
packages/providers/ApplicationsProvider/src/com/android/providers/applications/ApplicationsAdapter.java [new file with mode: 0644]
packages/providers/ApplicationsProvider/src/com/android/providers/applications/ApplicationsProvider.java [new file with mode: 0644]
packages/providers/CalendarProvider/Android.mk [new file with mode: 0644]
packages/providers/CalendarProvider/AndroidManifest.xml [new file with mode: 0644]
packages/providers/CalendarProvider/CleanSpec.mk [new file with mode: 0644]
packages/providers/CalendarProvider/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/providers/CalendarProvider/NOTICE [new file with mode: 0644]
packages/providers/CalendarProvider/maketests.py [new file with mode: 0644]
packages/providers/CalendarProvider/res/drawable-hdpi/app_icon.png [new file with mode: 0644]
packages/providers/CalendarProvider/res/drawable-hdpi/appwidget_bg.9.png [new file with mode: 0644]
packages/providers/CalendarProvider/res/drawable-hdpi/appwidget_bg_focus.9.png [new file with mode: 0644]
packages/providers/CalendarProvider/res/drawable-hdpi/appwidget_bg_press.9.png [new file with mode: 0644]
packages/providers/CalendarProvider/res/drawable-hdpi/appwidget_calendar_bgtop_blue.9.png [new file with mode: 0644]
packages/providers/CalendarProvider/res/drawable-hdpi/white_list_rule_cal.9.png [new file with mode: 0755]
packages/providers/CalendarProvider/res/drawable-mdpi/app_icon.png [new file with mode: 0644]
packages/providers/CalendarProvider/res/drawable-mdpi/appwidget_bg.9.png [new file with mode: 0644]
packages/providers/CalendarProvider/res/drawable-mdpi/appwidget_bg_focus.9.png [new file with mode: 0644]
packages/providers/CalendarProvider/res/drawable-mdpi/appwidget_bg_press.9.png [new file with mode: 0644]
packages/providers/CalendarProvider/res/drawable-mdpi/appwidget_calendar_bgtop_blue.9.png [new file with mode: 0644]
packages/providers/CalendarProvider/res/drawable-mdpi/white_list_rule_cal.9.png [new file with mode: 0644]
packages/providers/CalendarProvider/res/drawable/appwidget_background.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/layout-land/agenda_appwidget.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/layout/agenda_appwidget.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-ar/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-bg/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-ca/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-cs/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-da/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-de/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-el/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-es/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-fa/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-fi/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-fr/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-hr/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-hu/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-in/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-it/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-iw/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-ja/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-ko/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-land/dimens.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-lt/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-lv/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-nb/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-nl/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-pl/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-pt/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-ro/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-ru/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-sk/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-sl/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-sr/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-sv/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-th/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-tl/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-tr/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-uk/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-vi/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values/colors.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/values/strings.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/xml/appwidget_info.xml [new file with mode: 0644]
packages/providers/CalendarProvider/res/xml/syncadapter.xml [new file with mode: 0644]
packages/providers/CalendarProvider/src/com/android/providers/calendar/AppWidgetShared.java [new file with mode: 0644]
packages/providers/CalendarProvider/src/com/android/providers/calendar/CalendarAppWidgetProvider.java [new file with mode: 0644]
packages/providers/CalendarProvider/src/com/android/providers/calendar/CalendarAppWidgetService.java [new file with mode: 0644]
packages/providers/CalendarProvider/src/com/android/providers/calendar/CalendarCache.java [new file with mode: 0644]
packages/providers/CalendarProvider/src/com/android/providers/calendar/CalendarDatabaseHelper.java [new file with mode: 0644]
packages/providers/CalendarProvider/src/com/android/providers/calendar/CalendarDebug.java [new file with mode: 0644]
packages/providers/CalendarProvider/src/com/android/providers/calendar/CalendarDebugReceiver.java [new file with mode: 0644]
packages/providers/CalendarProvider/src/com/android/providers/calendar/CalendarProvider2.java [new file with mode: 0644]
packages/providers/CalendarProvider/src/com/android/providers/calendar/CalendarReceiver.java [new file with mode: 0644]
packages/providers/CalendarProvider/src/com/android/providers/calendar/CalendarUpgradeReceiver.java [new file with mode: 0644]
packages/providers/CalendarProvider/src/com/android/providers/calendar/DateException.java [new file with mode: 0644]
packages/providers/CalendarProvider/src/com/android/providers/calendar/Duration.java [new file with mode: 0644]
packages/providers/CalendarProvider/src/com/android/providers/calendar/EmptyService.java [new file with mode: 0644]
packages/providers/CalendarProvider/src/com/android/providers/calendar/EventLogTags.logtags [new file with mode: 0644]
packages/providers/CalendarProvider/src/com/android/providers/calendar/MetaData.java [new file with mode: 0644]
packages/providers/CalendarProvider/src/com/android/providers/calendar/RecurrenceProcessor.java [new file with mode: 0644]
packages/providers/CalendarProvider/src/com/android/providers/calendar/SQLiteContentProvider.java [new file with mode: 0644]
packages/providers/CalendarProvider/src/com/android/providers/calendar/TimeChangeReceiver.java [new file with mode: 0644]
packages/providers/CalendarProvider/tests/Android.mk [new file with mode: 0644]
packages/providers/CalendarProvider/tests/AndroidManifest.xml [new file with mode: 0644]
packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/CalendarCacheTest.java [new file with mode: 0644]
packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/CalendarDatabaseHelperTest.java [new file with mode: 0644]
packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/CalendarProvider2ForTesting.java [new file with mode: 0644]
packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/CalendarProvider2Test.java [new file with mode: 0644]
packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/CalendarSyncTestingBase.java [new file with mode: 0644]
packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/DurationTest.java [new file with mode: 0644]
packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/EventRecurrenceTest.java [new file with mode: 0644]
packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ICalendarTest.java [new file with mode: 0644]
packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/RRuleTest.java [new file with mode: 0644]
packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/RecurrenceProcessorTest.java [new file with mode: 0644]
packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/RecurrenceSetTest.java [new file with mode: 0644]
packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/SyncCalendarTest.java [new file with mode: 0644]
packages/providers/ContactsProvider/Android.mk [new file with mode: 0644]
packages/providers/ContactsProvider/AndroidManifest.xml [new file with mode: 0644]
packages/providers/ContactsProvider/CleanSpec.mk [new file with mode: 0644]
packages/providers/ContactsProvider/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/providers/ContactsProvider/NOTICE [new file with mode: 0644]
packages/providers/ContactsProvider/res/drawable-hdpi/app_icon.png [new file with mode: 0644]
packages/providers/ContactsProvider/res/drawable-mdpi/app_icon.png [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-ar/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-bg/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-ca/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-cs/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-da/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-de/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-el/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-es/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-fa/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-fi/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-fr/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-hr/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-hu/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-in/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-it/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-iw/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-ja/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-ko/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-lt/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-lv/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-nb/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-nl/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-pl/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-pt/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-rm/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-ro/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-ru/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-sk/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-sl/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-sr/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-sv/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-th/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-tl/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-tr/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-uk/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-vi/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values/strings.xml [new file with mode: 0644]
packages/providers/ContactsProvider/res/values/unrestricted_packages.xml [new file with mode: 0644]
packages/providers/ContactsProvider/src/com/android/providers/contacts/CallLogProvider.java [new file with mode: 0644]
packages/providers/ContactsProvider/src/com/android/providers/contacts/CommonNicknameCache.java [new file with mode: 0644]
packages/providers/ContactsProvider/src/com/android/providers/contacts/ContactAggregator.java [new file with mode: 0644]
packages/providers/ContactsProvider/src/com/android/providers/contacts/ContactLocaleUtils.java [new file with mode: 0644]
packages/providers/ContactsProvider/src/com/android/providers/contacts/ContactLookupKey.java [new file with mode: 0644]
packages/providers/ContactsProvider/src/com/android/providers/contacts/ContactMatcher.java [new file with mode: 0644]
packages/providers/ContactsProvider/src/com/android/providers/contacts/ContactsDatabaseHelper.java [new file with mode: 0644]
packages/providers/ContactsProvider/src/com/android/providers/contacts/ContactsProvider2.java [new file with mode: 0644]
packages/providers/ContactsProvider/src/com/android/providers/contacts/ContactsUpgradeReceiver.java [new file with mode: 0644]
packages/providers/ContactsProvider/src/com/android/providers/contacts/EventLogTags.logtags [new file with mode: 0644]
packages/providers/ContactsProvider/src/com/android/providers/contacts/GlobalSearchSupport.java [new file with mode: 0644]
packages/providers/ContactsProvider/src/com/android/providers/contacts/Hex.java [new file with mode: 0644]
packages/providers/ContactsProvider/src/com/android/providers/contacts/LegacyApiSupport.java [new file with mode: 0644]
packages/providers/ContactsProvider/src/com/android/providers/contacts/LegacyContactImporter.java [new file with mode: 0644]
packages/providers/ContactsProvider/src/com/android/providers/contacts/NameDistance.java [new file with mode: 0644]
packages/providers/ContactsProvider/src/com/android/providers/contacts/NameLookupBuilder.java [new file with mode: 0644]
packages/providers/ContactsProvider/src/com/android/providers/contacts/NameNormalizer.java [new file with mode: 0644]
packages/providers/ContactsProvider/src/com/android/providers/contacts/NameSplitter.java [new file with mode: 0644]
packages/providers/ContactsProvider/src/com/android/providers/contacts/PhotoPriorityResolver.java [new file with mode: 0644]
packages/providers/ContactsProvider/src/com/android/providers/contacts/PostalSplitter.java [new file with mode: 0644]
packages/providers/ContactsProvider/src/com/android/providers/contacts/ReorderingCursorWrapper.java [new file with mode: 0644]
packages/providers/ContactsProvider/src/com/android/providers/contacts/SQLiteContentProvider.java [new file with mode: 0644]
packages/providers/ContactsProvider/src/com/android/providers/contacts/SocialProvider.java [new file with mode: 0644]
packages/providers/ContactsProvider/tests/Android.mk [new file with mode: 0644]
packages/providers/ContactsProvider/tests/AndroidManifest.xml [new file with mode: 0644]
packages/providers/ContactsProvider/tests/assets/test1/expected_calls.txt [new file with mode: 0644]
packages/providers/ContactsProvider/tests/assets/test1/expected_contacts.txt [new file with mode: 0644]
packages/providers/ContactsProvider/tests/assets/test1/expected_data.txt [new file with mode: 0644]
packages/providers/ContactsProvider/tests/assets/test1/expected_groups.txt [new file with mode: 0644]
packages/providers/ContactsProvider/tests/assets/test1/expected_raw_contacts.txt [new file with mode: 0644]
packages/providers/ContactsProvider/tests/assets/test1/legacy_contacts.sql [new file with mode: 0644]
packages/providers/ContactsProvider/tests/assets/test1/readme.txt [new file with mode: 0644]
packages/providers/ContactsProvider/tests/assets/testSynced/expected_calls.txt [new file with mode: 0644]
packages/providers/ContactsProvider/tests/assets/testSynced/expected_contacts.txt [new file with mode: 0644]
packages/providers/ContactsProvider/tests/assets/testSynced/expected_data.txt [new file with mode: 0644]
packages/providers/ContactsProvider/tests/assets/testSynced/expected_groups.txt [new file with mode: 0644]
packages/providers/ContactsProvider/tests/assets/testSynced/expected_raw_contacts.txt [new file with mode: 0644]
packages/providers/ContactsProvider/tests/assets/testSynced/legacy_contacts.sql [new file with mode: 0644]
packages/providers/ContactsProvider/tests/assets/testSynced/readme.txt [new file with mode: 0644]
packages/providers/ContactsProvider/tests/assets/testUnsynced/expected_calls.txt [new file with mode: 0644]
packages/providers/ContactsProvider/tests/assets/testUnsynced/expected_contacts.txt [new file with mode: 0644]
packages/providers/ContactsProvider/tests/assets/testUnsynced/expected_data.txt [new file with mode: 0644]
packages/providers/ContactsProvider/tests/assets/testUnsynced/expected_groups.txt [new file with mode: 0644]
packages/providers/ContactsProvider/tests/assets/testUnsynced/expected_raw_contacts.txt [new file with mode: 0644]
packages/providers/ContactsProvider/tests/assets/testUnsynced/legacy_contacts.sql [new file with mode: 0644]
packages/providers/ContactsProvider/tests/assets/testUnsynced/readme.txt [new file with mode: 0644]
packages/providers/ContactsProvider/tests/res/xml/contacts.xml [new file with mode: 0644]
packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/BaseContactsProvider2Test.java [new file with mode: 0644]
packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/CallLogProviderTest.java [new file with mode: 0644]
packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/CallerInfoIntegrationTest.java [new file with mode: 0644]
packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ContactAggregatorPerformanceTest.java [new file with mode: 0644]
packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ContactAggregatorTest.java [new file with mode: 0644]
packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ContactLocaleUtilsTest.java [new file with mode: 0644]
packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ContactLookupKeyTest.java [new file with mode: 0644]
packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ContactsActor.java [new file with mode: 0644]
packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ContactsProvider2Test.java [new file with mode: 0644]
packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/GlobalSearchSupportTest.java [new file with mode: 0644]
packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/GroupsTest.java [new file with mode: 0644]
packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/LegacyContactImporterPerformanceTest.java [new file with mode: 0644]
packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/LegacyContactImporterTest.java [new file with mode: 0644]
packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/LegacyContactsProviderTest.java [new file with mode: 0644]
packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/MockSyncAdapter.java [new file with mode: 0644]
packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/NameDistanceTest.java [new file with mode: 0644]
packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/NameLookupBuilderTest.java [new file with mode: 0644]
packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/NameNormalizerTest.java [new file with mode: 0644]
packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/NameSplitterTest.java [new file with mode: 0644]
packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/PhotoPriorityResolverTest.java [new file with mode: 0644]
packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/PostalSplitterForJapaneseTest.java [new file with mode: 0644]
packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/PostalSplitterTest.java [new file with mode: 0644]
packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/RestrictionExceptionsTest.java [new file with mode: 0644]
packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/SynchronousContactsProvider2.java [new file with mode: 0644]
packages/providers/DownloadProvider/Android.mk [new file with mode: 0644]
packages/providers/DownloadProvider/AndroidManifest.xml [new file with mode: 0644]
packages/providers/DownloadProvider/CleanSpec.mk [new file with mode: 0644]
packages/providers/DownloadProvider/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/providers/DownloadProvider/NOTICE [new file with mode: 0644]
packages/providers/DownloadProvider/docs/index.html [new file with mode: 0644]
packages/providers/DownloadProvider/res/layout/status_bar_ongoing_event_progress_bar.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-ar/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-bg/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-ca/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-cs/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-da/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-de/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-el/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-es/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-fa/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-fi/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-fr/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-hr/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-hu/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-in/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-it/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-iw/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-ja/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-ko/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-lt/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-lv/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-nb/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-nl/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-pl/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-pt/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-ro/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-ru/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-sk/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-sl/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-sr/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-sv/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-th/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-tl/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-tr/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-uk/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-vi/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/res/values/styles.xml [new file with mode: 0644]
packages/providers/DownloadProvider/src/com/android/providers/downloads/Constants.java [new file with mode: 0644]
packages/providers/DownloadProvider/src/com/android/providers/downloads/DownloadInfo.java [new file with mode: 0644]
packages/providers/DownloadProvider/src/com/android/providers/downloads/DownloadNotification.java [new file with mode: 0644]
packages/providers/DownloadProvider/src/com/android/providers/downloads/DownloadProvider.java [new file with mode: 0644]
packages/providers/DownloadProvider/src/com/android/providers/downloads/DownloadReceiver.java [new file with mode: 0644]
packages/providers/DownloadProvider/src/com/android/providers/downloads/DownloadService.java [new file with mode: 0644]
packages/providers/DownloadProvider/src/com/android/providers/downloads/DownloadThread.java [new file with mode: 0644]
packages/providers/DownloadProvider/src/com/android/providers/downloads/Helpers.java [new file with mode: 0644]
packages/providers/DownloadProvider/src/com/android/providers/downloads/RealSystemFacade.java [new file with mode: 0644]
packages/providers/DownloadProvider/src/com/android/providers/downloads/SizeLimitActivity.java [new file with mode: 0644]
packages/providers/DownloadProvider/src/com/android/providers/downloads/SystemFacade.java [new file with mode: 0644]
packages/providers/DownloadProvider/tests/Android.mk [new file with mode: 0644]
packages/providers/DownloadProvider/tests/AndroidManifest.xml [new file with mode: 0644]
packages/providers/DownloadProvider/tests/permission/Android.mk [new file with mode: 0644]
packages/providers/DownloadProvider/tests/permission/AndroidManifest.xml [new file with mode: 0644]
packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/DownloadProviderPermissionsTest.java [new file with mode: 0644]
packages/providers/DownloadProvider/tests/public_api_access/Android.mk [new file with mode: 0644]
packages/providers/DownloadProvider/tests/public_api_access/AndroidManifest.xml [new file with mode: 0644]
packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/PublicApiAccessTest.java [new file with mode: 0644]
packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/AbstractDownloadManagerFunctionalTest.java [new file with mode: 0644]
packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/AbstractPublicApiTest.java [new file with mode: 0644]
packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/DownloadManagerFunctionalTest.java [new file with mode: 0644]
packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/FakeSystemFacade.java [new file with mode: 0644]
packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/PublicApiFunctionalTest.java [new file with mode: 0644]
packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ThreadingTest.java [new file with mode: 0644]
packages/providers/DownloadProvider/tests/src/tests/http/MockResponse.java [new file with mode: 0644]
packages/providers/DownloadProvider/tests/src/tests/http/MockWebServer.java [new file with mode: 0644]
packages/providers/DownloadProvider/tests/src/tests/http/RecordedRequest.java [new file with mode: 0644]
packages/providers/DownloadProvider/ui/Android.mk [new file with mode: 0644]
packages/providers/DownloadProvider/ui/AndroidManifest.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/anim/footer_appear.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/anim/footer_disappear.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/drawable-hdpi/ic_download_misc_file_type.png [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/drawable-hdpi/ic_launcher_download.png [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/drawable-hdpi/ic_launcher_drm_file.png [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/drawable-hdpi/ic_menu_desk_clock.png [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/drawable-mdpi/ic_download_misc_file_type.png [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/drawable-mdpi/ic_launcher_download.png [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/drawable-mdpi/ic_launcher_drm_file.png [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/drawable-mdpi/ic_menu_desk_clock.png [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/layout/download_list.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/layout/download_list_item.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/layout/list_group_header.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/menu/download_menu.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-ar/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-bg/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-ca/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-cs/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-da/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-de/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-el/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-es/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-fa/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-fi/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-fr/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-hr/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-hu/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-in/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-it/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-iw/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-ja/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-ko/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-lt/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-lv/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-nb/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-nl/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-pl/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-pt/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-ro/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-ru/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-sk/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-sl/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-sr/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-sv/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-th/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-tl/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-tr/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-uk/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-vi/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values/dimen.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/res/values/strings.xml [new file with mode: 0644]
packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/DateSortedDownloadAdapter.java [new file with mode: 0644]
packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/DateSortedExpandableListAdapter.java [new file with mode: 0644]
packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/DownloadAdapter.java [new file with mode: 0644]
packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/DownloadItem.java [new file with mode: 0644]
packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/DownloadList.java [new file with mode: 0644]
packages/providers/DrmProvider/Android.mk [new file with mode: 0644]
packages/providers/DrmProvider/AndroidManifest.xml [new file with mode: 0644]
packages/providers/DrmProvider/CleanSpec.mk [new file with mode: 0644]
packages/providers/DrmProvider/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/providers/DrmProvider/NOTICE [new file with mode: 0644]
packages/providers/DrmProvider/res/values-ar/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-bg/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-ca/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-cs/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-da/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-de/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-el/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-es/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-fa/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-fi/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-fr/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-hr/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-hu/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-in/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-it/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-iw/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-ja/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-ko/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-lt/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-lv/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-nb/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-nl/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-pl/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-pt/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-ro/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-ru/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-sk/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-sl/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-sr/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-sv/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-th/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-tl/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-tr/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-uk/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-vi/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/res/values/strings.xml [new file with mode: 0644]
packages/providers/DrmProvider/src/com/android/providers/drm/DrmProvider.java [new file with mode: 0644]
packages/providers/DrmProvider/src/com/android/providers/drm/DrmPushReceiver.java [new file with mode: 0644]
packages/providers/GoogleContactsProvider/CleanSpec.mk [new file with mode: 0644]
packages/providers/GoogleContactsProvider/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/providers/GoogleContactsProvider/NOTICE [new file with mode: 0644]
packages/providers/MediaProvider/Android.mk [new file with mode: 0644]
packages/providers/MediaProvider/AndroidManifest.xml [new file with mode: 0644]
packages/providers/MediaProvider/CleanSpec.mk [new file with mode: 0644]
packages/providers/MediaProvider/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/providers/MediaProvider/NOTICE [new file with mode: 0644]
packages/providers/MediaProvider/res/drawable-hdpi/ic_search_category_music_album.png [new file with mode: 0755]
packages/providers/MediaProvider/res/drawable-hdpi/ic_search_category_music_artist.png [new file with mode: 0755]
packages/providers/MediaProvider/res/drawable-hdpi/ic_search_category_music_song.png [new file with mode: 0755]
packages/providers/MediaProvider/res/drawable-mdpi/ic_search_category_music_album.png [new file with mode: 0755]
packages/providers/MediaProvider/res/drawable-mdpi/ic_search_category_music_artist.png [new file with mode: 0755]
packages/providers/MediaProvider/res/drawable-mdpi/ic_search_category_music_song.png [new file with mode: 0755]
packages/providers/MediaProvider/res/values-ar/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-bg/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-ca/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-cs/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-da/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-de/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-el/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-es/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-fa/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-fi/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-fr/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-hr/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-hu/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-in/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-it/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-iw/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-ja/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-ko/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-lt/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-lv/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-nb/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-nl/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-pl/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-pt/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-rm/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-ro/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-ru/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-sk/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-sl/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-sr/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-sv/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-th/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-tl/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-tr/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-uk/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-vi/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/res/values/strings.xml [new file with mode: 0644]
packages/providers/MediaProvider/src/com/android/providers/media/MediaProvider.java [new file with mode: 0644]
packages/providers/MediaProvider/src/com/android/providers/media/MediaScannerReceiver.java [new file with mode: 0644]
packages/providers/MediaProvider/src/com/android/providers/media/MediaScannerService.java [new file with mode: 0644]
packages/providers/MediaProvider/src/com/android/providers/media/MediaThumbRequest.java [new file with mode: 0644]
packages/providers/TelephonyProvider/Android.mk [new file with mode: 0644]
packages/providers/TelephonyProvider/AndroidManifest.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/CleanSpec.mk [new file with mode: 0644]
packages/providers/TelephonyProvider/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/providers/TelephonyProvider/NOTICE [new file with mode: 0644]
packages/providers/TelephonyProvider/res/drawable-hdpi/ic_launcher_phone.png [new file with mode: 0755]
packages/providers/TelephonyProvider/res/drawable-mdpi/ic_launcher_phone.png [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-ar/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-bg/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-ca/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-cs/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-da/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-de/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-el/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-es/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-fa/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-fi/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-fr/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-hr/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-hu/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-in/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-it/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-iw/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-ja/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-ko/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-lt/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-lv/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-nb/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-nl/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-pl/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-pt/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-rm/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-ro/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-ru/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-sk/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-sl/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-sr/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-sv/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-th/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-tl/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-tr/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-uk/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-vi/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/res/values/strings.xml [new file with mode: 0644]
packages/providers/TelephonyProvider/src/com/android/providers/telephony/MmsProvider.java [new file with mode: 0644]
packages/providers/TelephonyProvider/src/com/android/providers/telephony/MmsSmsDatabaseHelper.java [new file with mode: 0644]
packages/providers/TelephonyProvider/src/com/android/providers/telephony/MmsSmsProvider.java [new file with mode: 0644]
packages/providers/TelephonyProvider/src/com/android/providers/telephony/SmsProvider.java [new file with mode: 0644]
packages/providers/TelephonyProvider/src/com/android/providers/telephony/TelephonyProvider.java [new file with mode: 0644]
packages/providers/UserDictionaryProvider/Android.mk [new file with mode: 0644]
packages/providers/UserDictionaryProvider/AndroidManifest.xml [new file with mode: 0644]
packages/providers/UserDictionaryProvider/CleanSpec.mk [new file with mode: 0644]
packages/providers/UserDictionaryProvider/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/providers/UserDictionaryProvider/NOTICE [new file with mode: 0644]
packages/providers/UserDictionaryProvider/proguard.flags [new file with mode: 0644]
packages/providers/UserDictionaryProvider/res/values/strings.xml [new file with mode: 0644]
packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/DictionaryBackupAgent.java [new file with mode: 0644]
packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/UserDictionaryProvider.java [new file with mode: 0644]
packages/wallpapers/Basic/Android.mk [new file with mode: 0644]
packages/wallpapers/Basic/AndroidManifest.xml [new file with mode: 0644]
packages/wallpapers/Basic/CleanSpec.mk [new file with mode: 0644]
packages/wallpapers/Basic/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/wallpapers/Basic/NOTICE [new file with mode: 0644]
packages/wallpapers/Basic/proguard.flags [new file with mode: 0644]
packages/wallpapers/Basic/res/drawable-hdpi/flares.png [new file with mode: 0644]
packages/wallpapers/Basic/res/drawable-hdpi/galaxy_thumb.jpg [new file with mode: 0644]
packages/wallpapers/Basic/res/drawable-hdpi/glow.png [new file with mode: 0644]
packages/wallpapers/Basic/res/drawable-hdpi/grass_thumb.jpg [new file with mode: 0644]
packages/wallpapers/Basic/res/drawable-hdpi/ic_launcher_wallpaper.png [new file with mode: 0644]
packages/wallpapers/Basic/res/drawable-hdpi/leaves.png [new file with mode: 0644]
packages/wallpapers/Basic/res/drawable-hdpi/led_blue.png [new file with mode: 0644]
packages/wallpapers/Basic/res/drawable-hdpi/led_green.png [new file with mode: 0644]
packages/wallpapers/Basic/res/drawable-hdpi/led_red.png [new file with mode: 0644]
packages/wallpapers/Basic/res/drawable-hdpi/led_yellow.png [new file with mode: 0644]
packages/wallpapers/Basic/res/drawable-hdpi/light1.jpg [new file with mode: 0644]
packages/wallpapers/Basic/res/drawable-hdpi/nexus_thumb.png [new file with mode: 0644]
packages/wallpapers/Basic/res/drawable-hdpi/night.jpg [new file with mode: 0644]
packages/wallpapers/Basic/res/drawable-hdpi/polarclock_thumb.jpg [new file with mode: 0644]
packages/wallpapers/Basic/res/drawable-hdpi/pond.jpg [new file with mode: 0644]
packages/wallpapers/Basic/res/drawable-hdpi/pulse.png [new file with mode: 0644]
packages/wallpapers/Basic/res/drawable-hdpi/pulse_vert.png [new file with mode: 0644]
packages/wallpapers/Basic/res/drawable-hdpi/pyramid_background.png [new file with mode: 0644]
packages/wallpapers/Basic/res/drawable-hdpi/seethru_thumb.png [new file with mode: 0644]
packages/wallpapers/Basic/res/drawable-hdpi/sky.jpg [new file with mode: 0644]
packages/wallpapers/Basic/res/drawable-hdpi/space.jpg [new file with mode: 0644]
packages/wallpapers/Basic/res/drawable-hdpi/sunrise.jpg [new file with mode: 0644]
packages/wallpapers/Basic/res/drawable-hdpi/sunset.jpg [new file with mode: 0644]
packages/wallpapers/Basic/res/drawable-hdpi/water_thumb.jpg [new file with mode: 0644]
packages/wallpapers/Basic/res/raw/distort.rs [new file with mode: 0644]
packages/wallpapers/Basic/res/raw/fall.rs [new file with mode: 0644]
packages/wallpapers/Basic/res/raw/galaxy.rs [new file with mode: 0644]
packages/wallpapers/Basic/res/raw/grass.rs [new file with mode: 0644]
packages/wallpapers/Basic/res/raw/nexus.rs [new file with mode: 0644]
packages/wallpapers/Basic/res/values-ar/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-bg/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-ca/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-cs/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-da/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-de/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-el/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-es/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-fa/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-fi/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-fr/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-hr/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-hu/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-in/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-it/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-iw/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-ja/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-ko/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-lt/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-lv/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-nb/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-nl/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-pl/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-pt/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-rm/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-ro/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-ru/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-sk/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-sl/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-sr/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-sv/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-th/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-tl/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-tr/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-uk/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-vi/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values/arrays.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values/integers.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values/strings.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/values/surfacemode.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/xml/fall.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/xml/galaxy.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/xml/grass.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/xml/nexus.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/xml/polar_clock.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/xml/polar_clock_palettes.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/xml/polar_clock_prefs.xml [new file with mode: 0644]
packages/wallpapers/Basic/res/xml/walkaround.xml [new file with mode: 0644]
packages/wallpapers/Basic/src/com/android/wallpaper/RenderScriptScene.java [new file with mode: 0644]
packages/wallpapers/Basic/src/com/android/wallpaper/RenderScriptWallpaper.java [new file with mode: 0644]
packages/wallpapers/Basic/src/com/android/wallpaper/fall/Fall.java [new file with mode: 0644]
packages/wallpapers/Basic/src/com/android/wallpaper/fall/FallRS.java [new file with mode: 0644]
packages/wallpapers/Basic/src/com/android/wallpaper/fall/FallView.java [new file with mode: 0644]
packages/wallpapers/Basic/src/com/android/wallpaper/fall/FallWallpaper.java [new file with mode: 0644]
packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/Galaxy.java [new file with mode: 0644]
packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/GalaxyRS.java [new file with mode: 0644]
packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/GalaxyView.java [new file with mode: 0644]
packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/GalaxyWallpaper.java [new file with mode: 0644]
packages/wallpapers/Basic/src/com/android/wallpaper/grass/Grass.java [new file with mode: 0644]
packages/wallpapers/Basic/src/com/android/wallpaper/grass/GrassRS.java [new file with mode: 0644]
packages/wallpapers/Basic/src/com/android/wallpaper/grass/GrassView.java [new file with mode: 0644]
packages/wallpapers/Basic/src/com/android/wallpaper/grass/GrassWallpaper.java [new file with mode: 0644]
packages/wallpapers/Basic/src/com/android/wallpaper/grass/SunCalculator.java [new file with mode: 0644]
packages/wallpapers/Basic/src/com/android/wallpaper/nexus/NexusRS.java [new file with mode: 0644]
packages/wallpapers/Basic/src/com/android/wallpaper/nexus/NexusWallpaper.java [new file with mode: 0644]
packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/PolarClockSettings.java [new file with mode: 0644]
packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/PolarClockWallpaper.java [new file with mode: 0644]
packages/wallpapers/Basic/src/com/android/wallpaper/walkaround/WalkAroundWallpaper.java [new file with mode: 0644]
packages/wallpapers/LivePicker/Android.mk [new file with mode: 0644]
packages/wallpapers/LivePicker/AndroidManifest.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/CleanSpec.mk [new file with mode: 0644]
packages/wallpapers/LivePicker/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/wallpapers/LivePicker/NOTICE [new file with mode: 0644]
packages/wallpapers/LivePicker/android.software.live_wallpaper.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/proguard.flags [new file with mode: 0644]
packages/wallpapers/LivePicker/res/drawable-hdpi/ic_launcher_live_wallpaper.png [new file with mode: 0644]
packages/wallpapers/LivePicker/res/drawable-hdpi/livewallpaper_placeholder.png [new file with mode: 0644]
packages/wallpapers/LivePicker/res/drawable-mdpi/ic_launcher_live_wallpaper.png [new file with mode: 0644]
packages/wallpapers/LivePicker/res/drawable-mdpi/livewallpaper_placeholder.png [new file with mode: 0644]
packages/wallpapers/LivePicker/res/layout/live_wallpaper_entry.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/layout/live_wallpaper_list.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/layout/live_wallpaper_loading.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/layout/live_wallpaper_preview.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-ar/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-bg/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-ca/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-cs/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-da/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-de/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-el/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-es/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-fa/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-fi/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-fr/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-hr/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-hu/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-in/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-it/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-iw/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-ja/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-ko/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-lt/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-lv/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-nb/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-nl/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-pl/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-pt/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-rm/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-ro/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-ru/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-sk/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-sl/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-sr/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-sv/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-th/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-tl/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-tr/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-uk/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-vi/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values/colors.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values/dimensions.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values/strings.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/res/values/styles.xml [new file with mode: 0644]
packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperListActivity.java [new file with mode: 0644]
packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java [new file with mode: 0644]
packages/wallpapers/MagicSmoke/Android.mk [new file with mode: 0644]
packages/wallpapers/MagicSmoke/AndroidManifest.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/CleanSpec.mk [new file with mode: 0644]
packages/wallpapers/MagicSmoke/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/wallpapers/MagicSmoke/NOTICE [new file with mode: 0644]
packages/wallpapers/MagicSmoke/proguard.flags [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/drawable-hdpi/noise1.png [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/drawable-hdpi/noise2.png [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/drawable-hdpi/noise3.png [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/drawable-hdpi/noise4.png [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/drawable-hdpi/noise5.png [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/drawable/ic_launcher_wallpaper.png [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/drawable/magicsmoke_thumb.png [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/layout/selector.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/raw/clouds.rs [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-ar/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-bg/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-ca/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-cs/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-da/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-de/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-el/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-es/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-fa/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-fi/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-fr/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-hr/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-hu/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-in/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-it/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-iw/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-ja/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-ko/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-lt/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-lv/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-nb/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-nl/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-pl/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-pt/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-rm/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-ro/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-ru/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-sk/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-sl/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-sr/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-sv/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-th/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-tl/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-tr/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-uk/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-vi/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values/strings.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/values/styles.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/res/xml/magicsmoke.xml [new file with mode: 0644]
packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/MagicSmoke.java [new file with mode: 0644]
packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/MagicSmokeRS.java [new file with mode: 0644]
packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/MagicSmokeSelector.java [new file with mode: 0644]
packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/RenderScriptScene.java [new file with mode: 0644]
packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/RenderScriptWallpaper.java [new file with mode: 0644]
packages/wallpapers/MusicVisualization/Android.mk [new file with mode: 0644]
packages/wallpapers/MusicVisualization/AndroidManifest.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/CleanSpec.mk [new file with mode: 0644]
packages/wallpapers/MusicVisualization/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
packages/wallpapers/MusicVisualization/NOTICE [new file with mode: 0644]
packages/wallpapers/MusicVisualization/proguard.flags [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/drawable-nodpi/albumart.png [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/drawable-nodpi/background.png [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/drawable-nodpi/frame.png [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/drawable-nodpi/needle.png [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/drawable-nodpi/peak_off.png [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/drawable-nodpi/peak_on.png [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/drawable/black.png [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/drawable/fire.png [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/drawable/ic_launcher_wallpaper.png [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/drawable/ice.png [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/drawable/vis2.png [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/drawable/vis3.png [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/drawable/vis4.png [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/drawable/vis5.png [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/raw/many.rs [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/raw/vu.rs [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/raw/waveform.rs [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-ar/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-ar/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-bg/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-bg/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-ca/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-ca/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-cs/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-cs/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-da/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-da/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-de/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-de/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-el/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-el/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-en-rGB/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-en-rGB/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-es-rUS/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-es-rUS/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-es/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-es/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-fa/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-fa/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-fi/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-fi/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-fr/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-fr/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-hr/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-hr/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-hu/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-hu/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-in/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-in/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-it/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-it/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-iw/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-iw/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-ja/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-ja/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-ko/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-ko/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-lt/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-lt/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-lv/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-lv/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-nb/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-nb/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-nl/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-nl/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-pl/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-pl/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-pt-rPT/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-pt-rPT/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-pt/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-pt/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-rm/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-rm/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-ro/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-ro/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-ru/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-ru/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-sk/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-sk/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-sl/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-sl/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-sr/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-sr/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-sv/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-sv/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-th/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-th/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-tl/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-tl/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-tr/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-tr/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-uk/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-uk/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-vi/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-vi/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-zh-rCN/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-zh-rCN/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-zh-rTW/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values-zh-rTW/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values/cube.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/values/strings.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/xml/vis2.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/xml/vis3.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/xml/vis4.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/res/xml/vis5.xml [new file with mode: 0644]
packages/wallpapers/MusicVisualization/src/com/android/musicvis/AudioCapture.java [new file with mode: 0644]
packages/wallpapers/MusicVisualization/src/com/android/musicvis/GenericWaveRS.java [new file with mode: 0644]
packages/wallpapers/MusicVisualization/src/com/android/musicvis/RenderScriptScene.java [new file with mode: 0644]
packages/wallpapers/MusicVisualization/src/com/android/musicvis/RenderScriptWallpaper.java [new file with mode: 0644]
packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis1/Visualization1.java [new file with mode: 0644]
packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis2/Visualization2.java [new file with mode: 0644]
packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis2/Visualization2RS.java [new file with mode: 0644]
packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis3/Visualization3.java [new file with mode: 0644]
packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis3/Visualization3RS.java [new file with mode: 0644]
packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/Visualization4.java [new file with mode: 0644]
packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/Visualization4RS.java [new file with mode: 0644]
packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/Visualization5.java [new file with mode: 0644]
packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/Visualization5RS.java [new file with mode: 0644]
system/bluetooth/Android.mk [new file with mode: 0644]
system/bluetooth/CleanSpec.mk [new file with mode: 0644]
system/bluetooth/bluedroid/Android.mk [new file with mode: 0644]
system/bluetooth/bluedroid/bluetooth.c [new file with mode: 0644]
system/bluetooth/bluedroid/include/bluedroid/bluetooth.h [new file with mode: 0644]
system/bluetooth/bluez-clean-headers/bluetooth/bluetooth.h [new file with mode: 0644]
system/bluetooth/bluez-clean-headers/bluetooth/hci.h [new file with mode: 0644]
system/bluetooth/bluez-clean-headers/bluetooth/hci_lib.h [new file with mode: 0644]
system/bluetooth/bluez-clean-headers/bluetooth/l2cap.h [new file with mode: 0644]
system/bluetooth/bluez-clean-headers/bluetooth/rfcomm.h [new file with mode: 0644]
system/bluetooth/bluez-clean-headers/bluetooth/sco.h [new file with mode: 0644]
system/bluetooth/brcm_patchram_plus/Android.mk [new file with mode: 0644]
system/bluetooth/brcm_patchram_plus/brcm_patchram_plus.c [new file with mode: 0644]
system/bluetooth/brfpatch/Android.mk [new file with mode: 0644]
system/bluetooth/brfpatch/brfpatch.c [new file with mode: 0644]
system/bluetooth/data/Android.mk [new file with mode: 0644]
system/bluetooth/data/audio.conf [new file with mode: 0644]
system/bluetooth/data/auto_pairing.conf [new file with mode: 0644]
system/bluetooth/data/blacklist.conf [new file with mode: 0644]
system/bluetooth/data/input.conf [new file with mode: 0644]
system/bluetooth/data/main.conf [new file with mode: 0644]
system/bluetooth/tools/Android.mk [new file with mode: 0644]
system/bluetooth/tools/asocket_test.c [new file with mode: 0644]
system/bluetooth/tools/bttest.c [new file with mode: 0644]
system/bluetooth/tools/pipetest.c [new file with mode: 0644]
system/bluetooth/tools/sock_shutdown_bug_l2cap.c [new file with mode: 0644]
system/bluetooth/tools/sock_shutdown_bug_rfcomm.c [new file with mode: 0644]
system/bluetooth/tools/sock_shutdown_bug_tcp.c [new file with mode: 0644]
system/bluetooth/tools/sock_shutdown_test.c [new file with mode: 0644]
system/bluetooth/tools/socktest.c [new file with mode: 0644]
system/core/.gitignore [new file with mode: 0644]
system/core/Android.mk [new file with mode: 0644]
system/core/CleanSpec.mk [new file with mode: 0644]
system/core/README [new file with mode: 0644]
system/core/ThirdPartyProject.prop [new file with mode: 0644]
system/core/adb/Android.mk [new file with mode: 0644]
system/core/adb/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
system/core/adb/NOTICE [new file with mode: 0644]
system/core/adb/OVERVIEW.TXT [new file with mode: 0644]
system/core/adb/SERVICES.TXT [new file with mode: 0644]
system/core/adb/adb.c [new file with mode: 0644]
system/core/adb/adb.h [new file with mode: 0644]
system/core/adb/adb_client.c [new file with mode: 0644]
system/core/adb/adb_client.h [new file with mode: 0644]
system/core/adb/commandline.c [new file with mode: 0644]
system/core/adb/console.c [new file with mode: 0644]
system/core/adb/fdevent.c [new file with mode: 0644]
system/core/adb/fdevent.h [new file with mode: 0644]
system/core/adb/file_sync_client.c [new file with mode: 0644]
system/core/adb/file_sync_service.c [new file with mode: 0644]
system/core/adb/file_sync_service.h [new file with mode: 0644]
system/core/adb/framebuffer_service.c [new file with mode: 0644]
system/core/adb/get_my_path_darwin.c [new file with mode: 0644]
system/core/adb/get_my_path_freebsd.c [new file with mode: 0644]
system/core/adb/get_my_path_linux.c [new file with mode: 0644]
system/core/adb/get_my_path_windows.c [new file with mode: 0644]
system/core/adb/jdwp_service.c [new file with mode: 0644]
system/core/adb/log_service.c [new file with mode: 0644]
system/core/adb/mutex_list.h [new file with mode: 0644]
system/core/adb/protocol.txt [new file with mode: 0644]
system/core/adb/remount_service.c [new file with mode: 0644]
system/core/adb/services.c [new file with mode: 0644]
system/core/adb/sockets.c [new file with mode: 0644]
system/core/adb/sockets.dia [new file with mode: 0644]
system/core/adb/sysdeps.h [new file with mode: 0644]
system/core/adb/sysdeps_win32.c [new file with mode: 0644]
system/core/adb/test_track_devices.c [new file with mode: 0644]
system/core/adb/test_track_jdwp.c [new file with mode: 0644]
system/core/adb/transport.c [new file with mode: 0644]
system/core/adb/transport_local.c [new file with mode: 0644]
system/core/adb/transport_usb.c [new file with mode: 0644]
system/core/adb/usb_libusb.c [new file with mode: 0644]
system/core/adb/usb_linux.c [new file with mode: 0644]
system/core/adb/usb_linux_client.c [new file with mode: 0644]
system/core/adb/usb_osx.c [new file with mode: 0644]
system/core/adb/usb_vendors.c [new file with mode: 0644]
system/core/adb/usb_vendors.h [new file with mode: 0644]
system/core/adb/usb_windows.c [new file with mode: 0644]
system/core/adb/utils.c [new file with mode: 0644]
system/core/adb/utils.h [new file with mode: 0644]
system/core/cpio/Android.mk [new file with mode: 0644]
system/core/cpio/mkbootfs.c [new file with mode: 0644]
system/core/debuggerd/Android.mk [new file with mode: 0644]
system/core/debuggerd/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
system/core/debuggerd/NOTICE [new file with mode: 0644]
system/core/debuggerd/crasher.c [new file with mode: 0644]
system/core/debuggerd/crashglue.S [new file with mode: 0644]
system/core/debuggerd/debuggerd.c [new file with mode: 0644]
system/core/debuggerd/getevent.c [new file with mode: 0644]
system/core/debuggerd/pr-support.c [new file with mode: 0644]
system/core/debuggerd/unwind-arm.c [new file with mode: 0644]
system/core/debuggerd/utility.c [new file with mode: 0644]
system/core/debuggerd/utility.h [new file with mode: 0644]
system/core/debuggerd/vfp-crasher.c [new file with mode: 0644]
system/core/debuggerd/vfp.S [new file with mode: 0644]
system/core/fastboot/Android.mk [new file with mode: 0644]
system/core/fastboot/bootimg.c [new file with mode: 0644]
system/core/fastboot/engine.c [new file with mode: 0644]
system/core/fastboot/engineering_key.p12 [new file with mode: 0644]
system/core/fastboot/fastboot.c [new file with mode: 0644]
system/core/fastboot/fastboot.h [new file with mode: 0644]
system/core/fastboot/genkey.sh [new file with mode: 0755]
system/core/fastboot/p12topem.sh [new file with mode: 0755]
system/core/fastboot/protocol.c [new file with mode: 0644]
system/core/fastboot/signfile.sh [new file with mode: 0755]
system/core/fastboot/usb.h [new file with mode: 0644]
system/core/fastboot/usb_linux.c [new file with mode: 0644]
system/core/fastboot/usb_osx.c [new file with mode: 0644]
system/core/fastboot/usb_windows.c [new file with mode: 0644]
system/core/fastboot/usbtest.c [new file with mode: 0644]
system/core/fastboot/util_linux.c [new file with mode: 0644]
system/core/fastboot/util_osx.c [new file with mode: 0644]
system/core/fastboot/util_windows.c [new file with mode: 0644]
system/core/include/acc/acc.h [new file with mode: 0644]
system/core/include/android/log.h [new file with mode: 0644]
system/core/include/arch/darwin-x86/AndroidConfig.h [new file with mode: 0644]
system/core/include/arch/freebsd-x86/AndroidConfig.h [new file with mode: 0644]
system/core/include/arch/linux-arm/AndroidConfig.h [new file with mode: 0644]
system/core/include/arch/linux-sh/AndroidConfig.h [new file with mode: 0644]
system/core/include/arch/linux-x86/AndroidConfig.h [new file with mode: 0644]
system/core/include/arch/target_linux-x86/AndroidConfig.h [new file with mode: 0644]
system/core/include/arch/windows/AndroidConfig.h [new file with mode: 0644]
system/core/include/ctest/ctest.h [new file with mode: 0644]
system/core/include/cutils/abort_socket.h [new file with mode: 0644]
system/core/include/cutils/array.h [new file with mode: 0644]
system/core/include/cutils/ashmem.h [new file with mode: 0644]
system/core/include/cutils/atomic-arm.h [new file with mode: 0644]
system/core/include/cutils/atomic-inline.h [new file with mode: 0644]
system/core/include/cutils/atomic-x86.h [new file with mode: 0644]
system/core/include/cutils/atomic.h [new file with mode: 0644]
system/core/include/cutils/compiler.h [new file with mode: 0644]
system/core/include/cutils/config_utils.h [new file with mode: 0644]
system/core/include/cutils/cpu_info.h [new file with mode: 0644]
system/core/include/cutils/dir_hash.h [new file with mode: 0644]
system/core/include/cutils/event_tag_map.h [new file with mode: 0644]
system/core/include/cutils/hashmap.h [new file with mode: 0644]
system/core/include/cutils/iosched_policy.h [new file with mode: 0644]
system/core/include/cutils/jstring.h [new file with mode: 0644]
system/core/include/cutils/log.h [new file with mode: 0644]
system/core/include/cutils/logd.h [new file with mode: 0644]
system/core/include/cutils/logger.h [new file with mode: 0644]
system/core/include/cutils/logprint.h [new file with mode: 0644]
system/core/include/cutils/memory.h [new file with mode: 0644]
system/core/include/cutils/misc.h [new file with mode: 0644]
system/core/include/cutils/mq.h [new file with mode: 0644]
system/core/include/cutils/mspace.h [new file with mode: 0644]
system/core/include/cutils/native_handle.h [new file with mode: 0644]
system/core/include/cutils/open_memstream.h [new file with mode: 0644]
system/core/include/cutils/process_name.h [new file with mode: 0644]
system/core/include/cutils/properties.h [new file with mode: 0644]
system/core/include/cutils/record_stream.h [new file with mode: 0644]
system/core/include/cutils/sched_policy.h [new file with mode: 0644]
system/core/include/cutils/selector.h [new file with mode: 0644]
system/core/include/cutils/sockets.h [new file with mode: 0644]
system/core/include/cutils/threads.h [new file with mode: 0644]
system/core/include/cutils/tztime.h [new file with mode: 0644]
system/core/include/cutils/uio.h [new file with mode: 0644]
system/core/include/cutils/zygote.h [new file with mode: 0644]
system/core/include/diskconfig/diskconfig.h [new file with mode: 0644]
system/core/include/mincrypt/rsa.h [new file with mode: 0644]
system/core/include/mincrypt/sha.h [new file with mode: 0644]
system/core/include/pixelflinger/format.h [new file with mode: 0644]
system/core/include/pixelflinger/pixelflinger.h [new file with mode: 0644]
system/core/include/private/android_filesystem_config.h [new file with mode: 0644]
system/core/include/private/pixelflinger/ggl_context.h [new file with mode: 0644]
system/core/include/private/pixelflinger/ggl_fixed.h [new file with mode: 0644]
system/core/include/sysutils/FrameworkClient.h [new file with mode: 0644]
system/core/include/sysutils/FrameworkCommand.h [new file with mode: 0644]
system/core/include/sysutils/FrameworkListener.h [new file with mode: 0644]
system/core/include/sysutils/NetlinkEvent.h [new file with mode: 0644]
system/core/include/sysutils/NetlinkListener.h [new file with mode: 0644]
system/core/include/sysutils/ServiceManager.h [new file with mode: 0644]
system/core/include/sysutils/SocketClient.h [new file with mode: 0644]
system/core/include/sysutils/SocketListener.h [new file with mode: 0644]
system/core/include/zipfile/zipfile.h [new file with mode: 0644]
system/core/init/Android.mk [new file with mode: 0644]
system/core/init/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
system/core/init/NOTICE [new file with mode: 0644]
system/core/init/README.BOOTCHART [new file with mode: 0644]
system/core/init/bootchart.c [new file with mode: 0644]
system/core/init/bootchart.h [new file with mode: 0644]
system/core/init/builtins.c [new file with mode: 0644]
system/core/init/devices.c [new file with mode: 0644]
system/core/init/devices.h [new file with mode: 0644]
system/core/init/grab-bootchart.sh [new file with mode: 0755]
system/core/init/init.c [new file with mode: 0755]
system/core/init/init.h [new file with mode: 0644]
system/core/init/init_parser.c [new file with mode: 0644]
system/core/init/init_parser.h [new file with mode: 0644]
system/core/init/keychords.c [new file with mode: 0644]
system/core/init/keychords.h [new file with mode: 0644]
system/core/init/keywords.h [new file with mode: 0644]
system/core/init/list.h [new file with mode: 0644]
system/core/init/log.h [new file with mode: 0644]
system/core/init/logo.c [new file with mode: 0644]
system/core/init/parser.c [new file with mode: 0644]
system/core/init/parser.h [new file with mode: 0644]
system/core/init/property_service.c [new file with mode: 0644]
system/core/init/property_service.h [new file with mode: 0644]
system/core/init/readme.txt [new file with mode: 0644]
system/core/init/signal_handler.c [new file with mode: 0644]
system/core/init/signal_handler.h [new file with mode: 0644]
system/core/init/ueventd.c [new file with mode: 0644]
system/core/init/ueventd.h [new file with mode: 0644]
system/core/init/ueventd_parser.c [new file with mode: 0644]
system/core/init/ueventd_parser.h [new file with mode: 0644]
system/core/init/util.c [new file with mode: 0644]
system/core/init/util.h [new file with mode: 0644]
system/core/libacc/Android.mk [new file with mode: 0644]
system/core/libacc/FEATURES [new file with mode: 0644]
system/core/libacc/LICENSE [new file with mode: 0644]
system/core/libacc/MODULE_LICENSE_BSD_LIKE [new file with mode: 0644]
system/core/libacc/acc.cpp [new file with mode: 0644]
system/core/libacc/tests/.gitignore [new file with mode: 0644]
system/core/libacc/tests/Android.mk [new file with mode: 0644]
system/core/libacc/tests/accarm [new file with mode: 0755]
system/core/libacc/tests/armreg.h [new file with mode: 0644]
system/core/libacc/tests/data/addressOf.c [new file with mode: 0644]
system/core/libacc/tests/data/array.c [new file with mode: 0644]
system/core/libacc/tests/data/assignment.c [new file with mode: 0644]
system/core/libacc/tests/data/assignmentop.c [new file with mode: 0644]
system/core/libacc/tests/data/b2071670.c [new file with mode: 0644]
system/core/libacc/tests/data/bellard.otccex.c [new file with mode: 0644]
system/core/libacc/tests/data/brackets.c [new file with mode: 0644]
system/core/libacc/tests/data/casts.c [new file with mode: 0644]
system/core/libacc/tests/data/char.c [new file with mode: 0644]
system/core/libacc/tests/data/comma.c [new file with mode: 0644]
system/core/libacc/tests/data/constants.c [new file with mode: 0644]
system/core/libacc/tests/data/continue.c [new file with mode: 0644]
system/core/libacc/tests/data/defines.c [new file with mode: 0644]
system/core/libacc/tests/data/double.c [new file with mode: 0644]
system/core/libacc/tests/data/error.c [new file with mode: 0644]
system/core/libacc/tests/data/expr-ansi.c [new file with mode: 0644]
system/core/libacc/tests/data/expr.c [new file with mode: 0644]
system/core/libacc/tests/data/expr2.c [new file with mode: 0644]
system/core/libacc/tests/data/film.c [new file with mode: 0644]
system/core/libacc/tests/data/float.c [new file with mode: 0644]
system/core/libacc/tests/data/floatdouble.c [new file with mode: 0644]
system/core/libacc/tests/data/flops.c [new file with mode: 0644]
system/core/libacc/tests/data/funcargs.c [new file with mode: 0644]
system/core/libacc/tests/data/hello.c [new file with mode: 0644]
system/core/libacc/tests/data/inc.c [new file with mode: 0644]
system/core/libacc/tests/data/iops.c [new file with mode: 0644]
system/core/libacc/tests/data/locals.c [new file with mode: 0644]
system/core/libacc/tests/data/macros.c [new file with mode: 0644]
system/core/libacc/tests/data/missing-main.c [new file with mode: 0644]
system/core/libacc/tests/data/otcc-ansi.c [new file with mode: 0644]
system/core/libacc/tests/data/otcc-noinclude.c [new file with mode: 0644]
system/core/libacc/tests/data/otcc.c [new file with mode: 0644]
system/core/libacc/tests/data/pointers.c [new file with mode: 0644]
system/core/libacc/tests/data/pointers2.c [new file with mode: 0644]
system/core/libacc/tests/data/returnval-ansi.c [new file with mode: 0644]
system/core/libacc/tests/data/returnval.c [new file with mode: 0644]
system/core/libacc/tests/data/rollo3.c [new file with mode: 0644]
system/core/libacc/tests/data/short.c [new file with mode: 0644]
system/core/libacc/tests/data/simplest.c [new file with mode: 0644]
system/core/libacc/tests/data/structs.c [new file with mode: 0644]
system/core/libacc/tests/data/testStringConcat.c [new file with mode: 0644]
system/core/libacc/tests/data/typedef.c [new file with mode: 0644]
system/core/libacc/tests/disassem.cpp [new file with mode: 0644]
system/core/libacc/tests/disassem.h [new file with mode: 0644]
system/core/libacc/tests/main.cpp [new file with mode: 0644]
system/core/libacc/tests/runtimeTest.cpp [new file with mode: 0644]
system/core/libacc/tests/test [new file with mode: 0755]
system/core/libacc/tests/test.py [new file with mode: 0644]
system/core/libctest/Android.mk [new file with mode: 0644]
system/core/libctest/NOTICE [new file with mode: 0644]
system/core/libctest/ctest.c [new file with mode: 0644]
system/core/libcutils/Android.mk [new file with mode: 0644]
system/core/libcutils/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
system/core/libcutils/NOTICE [new file with mode: 0644]
system/core/libcutils/abort_socket.c [new file with mode: 0644]
system/core/libcutils/array.c [new file with mode: 0644]
system/core/libcutils/ashmem-dev.c [new file with mode: 0644]
system/core/libcutils/ashmem-host.c [new file with mode: 0644]
system/core/libcutils/atomic-android-sh.c [new file with mode: 0644]
system/core/libcutils/atomic.c [new file with mode: 0644]
system/core/libcutils/buffer.c [new file with mode: 0644]
system/core/libcutils/buffer.h [new file with mode: 0644]
system/core/libcutils/config_utils.c [new file with mode: 0644]
system/core/libcutils/cpu_info.c [new file with mode: 0644]
system/core/libcutils/dir_hash.c [new file with mode: 0644]
system/core/libcutils/dlmalloc_stubs.c [new file with mode: 0644]
system/core/libcutils/hashmap.c [new file with mode: 0644]
system/core/libcutils/iosched_policy.c [new file with mode: 0644]
system/core/libcutils/load_file.c [new file with mode: 0644]
system/core/libcutils/loghack.h [new file with mode: 0644]
system/core/libcutils/memory.c [new file with mode: 0644]
system/core/libcutils/memset32.S [new file with mode: 0644]
system/core/libcutils/mq.c [new file with mode: 0644]
system/core/libcutils/mspace.c [new file with mode: 0644]
system/core/libcutils/native_handle.c [new file with mode: 0644]
system/core/libcutils/open_memstream.c [new file with mode: 0644]
system/core/libcutils/private.h [new file with mode: 0644]
system/core/libcutils/process_name.c [new file with mode: 0644]
system/core/libcutils/properties.c [new file with mode: 0644]
system/core/libcutils/record_stream.c [new file with mode: 0644]
system/core/libcutils/sched_policy.c [new file with mode: 0644]
system/core/libcutils/selector.c [new file with mode: 0644]
system/core/libcutils/socket_inaddr_any_server.c [new file with mode: 0644]
system/core/libcutils/socket_local.h [new file with mode: 0644]
system/core/libcutils/socket_local_client.c [new file with mode: 0644]
system/core/libcutils/socket_local_server.c [new file with mode: 0644]
system/core/libcutils/socket_loopback_client.c [new file with mode: 0644]
system/core/libcutils/socket_loopback_server.c [new file with mode: 0644]
system/core/libcutils/socket_network_client.c [new file with mode: 0644]
system/core/libcutils/strdup16to8.c [new file with mode: 0644]
system/core/libcutils/strdup8to16.c [new file with mode: 0644]
system/core/libcutils/threads.c [new file with mode: 0644]
system/core/libcutils/tzfile.h [new file with mode: 0644]
system/core/libcutils/tzstrftime.c [new file with mode: 0644]
system/core/libcutils/tztime.c [new file with mode: 0644]
system/core/libcutils/uio.c [new file with mode: 0644]
system/core/libcutils/zygote.c [new file with mode: 0644]
system/core/libdiskconfig/Android.mk [new file with mode: 0644]
system/core/libdiskconfig/config_mbr.c [new file with mode: 0644]
system/core/libdiskconfig/diskconfig.c [new file with mode: 0644]
system/core/libdiskconfig/diskutils.c [new file with mode: 0644]
system/core/libdiskconfig/dump_diskconfig.c [new file with mode: 0644]
system/core/libdiskconfig/write_lst.c [new file with mode: 0644]
system/core/liblinenoise/Android.mk [new file with mode: 0644]
system/core/liblinenoise/MODULE_LICENSE_BSD_LIKE [new file with mode: 0644]
system/core/liblinenoise/NOTICE [new file with mode: 0644]
system/core/liblinenoise/linenoise.c [new file with mode: 0644]
system/core/liblinenoise/linenoise.h [new file with mode: 0644]
system/core/liblog/Android.mk [new file with mode: 0644]
system/core/liblog/NOTICE [new file with mode: 0644]
system/core/liblog/event_tag_map.c [new file with mode: 0644]
system/core/liblog/fake_log_device.c [new file with mode: 0644]
system/core/liblog/logd_write.c [new file with mode: 0644]
system/core/liblog/logprint.c [new file with mode: 0644]
system/core/libmincrypt/Android.mk [new file with mode: 0644]
system/core/libmincrypt/NOTICE [new file with mode: 0644]
system/core/libmincrypt/rsa.c [new file with mode: 0644]
system/core/libmincrypt/sha.c [new file with mode: 0644]
system/core/libmincrypt/tools/Android.mk [new file with mode: 0644]
system/core/libmincrypt/tools/DumpPublicKey.java [new file with mode: 0644]
system/core/libmincrypt/tools/DumpPublicKey.mf [new file with mode: 0644]
system/core/libnetutils/Android.mk [new file with mode: 0644]
system/core/libnetutils/NOTICE [new file with mode: 0644]
system/core/libnetutils/dhcp_utils.c [new file with mode: 0644]
system/core/libnetutils/dhcpclient.c [new file with mode: 0644]
system/core/libnetutils/dhcpmsg.c [new file with mode: 0644]
system/core/libnetutils/dhcpmsg.h [new file with mode: 0644]
system/core/libnetutils/ifc_utils.c [new file with mode: 0644]
system/core/libnetutils/ifc_utils.h [new file with mode: 0644]
system/core/libnetutils/packet.c [new file with mode: 0644]
system/core/libnetutils/packet.h [new file with mode: 0644]
system/core/libpixelflinger/Android.mk [new file with mode: 0644]
system/core/libpixelflinger/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
system/core/libpixelflinger/NOTICE [new file with mode: 0644]
system/core/libpixelflinger/buffer.cpp [new file with mode: 0644]
system/core/libpixelflinger/buffer.h [new file with mode: 0644]
system/core/libpixelflinger/clear.cpp [new file with mode: 0644]
system/core/libpixelflinger/clear.h [new file with mode: 0644]
system/core/libpixelflinger/codeflinger/ARMAssembler.cpp [new file with mode: 0644]
system/core/libpixelflinger/codeflinger/ARMAssembler.h [new file with mode: 0644]
system/core/libpixelflinger/codeflinger/ARMAssemblerInterface.cpp [new file with mode: 0644]
system/core/libpixelflinger/codeflinger/ARMAssemblerInterface.h [new file with mode: 0644]
system/core/libpixelflinger/codeflinger/ARMAssemblerProxy.cpp [new file with mode: 0644]
system/core/libpixelflinger/codeflinger/ARMAssemblerProxy.h [new file with mode: 0644]
system/core/libpixelflinger/codeflinger/CodeCache.cpp [new file with mode: 0644]
system/core/libpixelflinger/codeflinger/CodeCache.h [new file with mode: 0644]
system/core/libpixelflinger/codeflinger/GGLAssembler.cpp [new file with mode: 0644]
system/core/libpixelflinger/codeflinger/GGLAssembler.h [new file with mode: 0644]
system/core/libpixelflinger/codeflinger/armreg.h [new file with mode: 0644]
system/core/libpixelflinger/codeflinger/blending.cpp [new file with mode: 0644]
system/core/libpixelflinger/codeflinger/disassem.c [new file with mode: 0644]
system/core/libpixelflinger/codeflinger/disassem.h [new file with mode: 0644]
system/core/libpixelflinger/codeflinger/load_store.cpp [new file with mode: 0644]
system/core/libpixelflinger/codeflinger/texturing.cpp [new file with mode: 0644]
system/core/libpixelflinger/col32cb16blend.S [new file with mode: 0644]
system/core/libpixelflinger/col32cb16blend_neon.S [new file with mode: 0644]
system/core/libpixelflinger/fixed.cpp [new file with mode: 0644]
system/core/libpixelflinger/format.cpp [new file with mode: 0644]
system/core/libpixelflinger/picker.cpp [new file with mode: 0644]
system/core/libpixelflinger/picker.h [new file with mode: 0644]
system/core/libpixelflinger/pixelflinger.cpp [new file with mode: 0644]
system/core/libpixelflinger/raster.cpp [new file with mode: 0644]
system/core/libpixelflinger/raster.h [new file with mode: 0644]
system/core/libpixelflinger/rotate90CW_4x4_16v6.S [new file with mode: 0644]
system/core/libpixelflinger/scanline.cpp [new file with mode: 0644]
system/core/libpixelflinger/scanline.h [new file with mode: 0644]
system/core/libpixelflinger/t32cb16blend.S [new file with mode: 0644]
system/core/libpixelflinger/tests/Android.mk [new file with mode: 0644]
system/core/libpixelflinger/tests/codegen/Android.mk [new file with mode: 0644]
system/core/libpixelflinger/tests/codegen/codegen.cpp [new file with mode: 0644]
system/core/libpixelflinger/tinyutils/Errors.h [new file with mode: 0644]
system/core/libpixelflinger/tinyutils/KeyedVector.h [new file with mode: 0644]
system/core/libpixelflinger/tinyutils/SharedBuffer.cpp [new file with mode: 0644]
system/core/libpixelflinger/tinyutils/SharedBuffer.h [new file with mode: 0644]
system/core/libpixelflinger/tinyutils/SortedVector.h [new file with mode: 0644]
system/core/libpixelflinger/tinyutils/TypeHelpers.h [new file with mode: 0644]
system/core/libpixelflinger/tinyutils/Vector.h [new file with mode: 0644]
system/core/libpixelflinger/tinyutils/VectorImpl.cpp [new file with mode: 0644]
system/core/libpixelflinger/tinyutils/VectorImpl.h [new file with mode: 0644]
system/core/libpixelflinger/tinyutils/smartpointer.h [new file with mode: 0644]
system/core/libpixelflinger/trap.cpp [new file with mode: 0644]
system/core/libpixelflinger/trap.h [new file with mode: 0644]
system/core/libsysutils/Android.mk [new file with mode: 0644]
system/core/libsysutils/src/FrameworkClient.cpp [new file with mode: 0644]
system/core/libsysutils/src/FrameworkCommand.cpp [new file with mode: 0644]
system/core/libsysutils/src/FrameworkListener.cpp [new file with mode: 0644]
system/core/libsysutils/src/NetlinkEvent.cpp [new file with mode: 0644]
system/core/libsysutils/src/NetlinkListener.cpp [new file with mode: 0644]
system/core/libsysutils/src/ServiceManager.cpp [new file with mode: 0644]
system/core/libsysutils/src/SocketClient.cpp [new file with mode: 0644]
system/core/libsysutils/src/SocketListener.cpp [new file with mode: 0644]
system/core/libzipfile/Android.mk [new file with mode: 0644]
system/core/libzipfile/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
system/core/libzipfile/NOTICE [new file with mode: 0644]
system/core/libzipfile/centraldir.c [new file with mode: 0644]
system/core/libzipfile/private.h [new file with mode: 0644]
system/core/libzipfile/test_zipfile.c [new file with mode: 0644]
system/core/libzipfile/zipfile.c [new file with mode: 0644]
system/core/logcat/Android.mk [new file with mode: 0644]
system/core/logcat/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
system/core/logcat/NOTICE [new file with mode: 0644]
system/core/logcat/event.logtags [new file with mode: 0644]
system/core/logcat/logcat.cpp [new file with mode: 0644]
system/core/logwrapper/Android.mk [new file with mode: 0644]
system/core/logwrapper/NOTICE [new file with mode: 0644]
system/core/logwrapper/logwrapper.c [new file with mode: 0644]
system/core/mkbootimg/Android.mk [new file with mode: 0644]
system/core/mkbootimg/bootimg.h [new file with mode: 0644]
system/core/mkbootimg/mkbootimg.c [new file with mode: 0644]
system/core/netcfg/Android.mk [new file with mode: 0644]
system/core/netcfg/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
system/core/netcfg/NOTICE [new file with mode: 0644]
system/core/netcfg/netcfg.c [new file with mode: 0644]
system/core/nexus/Android.mk [new file with mode: 0644]
system/core/nexus/CommandListener.cpp [new file with mode: 0644]
system/core/nexus/CommandListener.h [new file with mode: 0644]
system/core/nexus/Controller.cpp [new file with mode: 0644]
system/core/nexus/Controller.h [new file with mode: 0644]
system/core/nexus/DhcpClient.cpp [new file with mode: 0644]
system/core/nexus/DhcpClient.h [new file with mode: 0644]
system/core/nexus/DhcpEvent.cpp [new file with mode: 0644]
system/core/nexus/DhcpEvent.h [new file with mode: 0644]
system/core/nexus/DhcpListener.cpp [new file with mode: 0644]
system/core/nexus/DhcpListener.h [new file with mode: 0644]
system/core/nexus/DhcpState.cpp [new file with mode: 0644]
system/core/nexus/DhcpState.h [new file with mode: 0644]
system/core/nexus/IControllerHandler.h [new file with mode: 0644]
system/core/nexus/IDhcpEventHandlers.h [new file with mode: 0644]
system/core/nexus/ISupplicantEventHandler.h [new file with mode: 0644]
system/core/nexus/IWifiStatusPollerHandler.h [new file with mode: 0644]
system/core/nexus/InterfaceConfig.cpp [new file with mode: 0644]
system/core/nexus/InterfaceConfig.h [new file with mode: 0644]
system/core/nexus/LoopController.cpp [new file with mode: 0644]
system/core/nexus/LoopController.h [new file with mode: 0644]
system/core/nexus/NetworkManager.cpp [new file with mode: 0644]
system/core/nexus/NetworkManager.h [new file with mode: 0644]
system/core/nexus/NexusCommand.cpp [new file with mode: 0644]
system/core/nexus/NexusCommand.h [new file with mode: 0644]
system/core/nexus/OpenVpnController.cpp [new file with mode: 0644]
system/core/nexus/OpenVpnController.h [new file with mode: 0644]
system/core/nexus/Property.cpp [new file with mode: 0644]
system/core/nexus/Property.h [new file with mode: 0644]
system/core/nexus/PropertyManager.cpp [new file with mode: 0644]
system/core/nexus/PropertyManager.h [new file with mode: 0644]
system/core/nexus/ResponseCode.h [new file with mode: 0644]
system/core/nexus/ScanResult.cpp [new file with mode: 0644]
system/core/nexus/ScanResult.h [new file with mode: 0644]
system/core/nexus/Supplicant.cpp [new file with mode: 0644]
system/core/nexus/Supplicant.h [new file with mode: 0644]
system/core/nexus/SupplicantAssociatedEvent.cpp [new file with mode: 0644]
system/core/nexus/SupplicantAssociatedEvent.h [new file with mode: 0644]
system/core/nexus/SupplicantAssociatingEvent.cpp [new file with mode: 0644]
system/core/nexus/SupplicantAssociatingEvent.h [new file with mode: 0644]
system/core/nexus/SupplicantConnectedEvent.cpp [new file with mode: 0644]
system/core/nexus/SupplicantConnectedEvent.h [new file with mode: 0644]
system/core/nexus/SupplicantConnectionTimeoutEvent.cpp [new file with mode: 0644]
system/core/nexus/SupplicantConnectionTimeoutEvent.h [new file with mode: 0644]
system/core/nexus/SupplicantDisconnectedEvent.cpp [new file with mode: 0644]
system/core/nexus/SupplicantDisconnectedEvent.h [new file with mode: 0644]
system/core/nexus/SupplicantEvent.cpp [new file with mode: 0644]
system/core/nexus/SupplicantEvent.h [new file with mode: 0644]
system/core/nexus/SupplicantEventFactory.cpp [new file with mode: 0644]
system/core/nexus/SupplicantEventFactory.h [new file with mode: 0644]
system/core/nexus/SupplicantListener.cpp [new file with mode: 0644]
system/core/nexus/SupplicantListener.h [new file with mode: 0644]
system/core/nexus/SupplicantScanResultsEvent.cpp [new file with mode: 0644]
system/core/nexus/SupplicantScanResultsEvent.h [new file with mode: 0644]
system/core/nexus/SupplicantState.cpp [new file with mode: 0644]
system/core/nexus/SupplicantState.h [new file with mode: 0644]
system/core/nexus/SupplicantStateChangeEvent.cpp [new file with mode: 0644]
system/core/nexus/SupplicantStateChangeEvent.h [new file with mode: 0644]
system/core/nexus/SupplicantStatus.cpp [new file with mode: 0644]
system/core/nexus/SupplicantStatus.h [new file with mode: 0644]
system/core/nexus/TiwlanEventListener.cpp [new file with mode: 0644]
system/core/nexus/TiwlanEventListener.h [new file with mode: 0644]
system/core/nexus/TiwlanWifiController.cpp [new file with mode: 0644]
system/core/nexus/TiwlanWifiController.h [new file with mode: 0644]
system/core/nexus/VpnController.cpp [new file with mode: 0644]
system/core/nexus/VpnController.h [new file with mode: 0644]
system/core/nexus/WifiController.cpp [new file with mode: 0644]
system/core/nexus/WifiController.h [new file with mode: 0644]
system/core/nexus/WifiNetwork.cpp [new file with mode: 0644]
system/core/nexus/WifiNetwork.h [new file with mode: 0644]
system/core/nexus/WifiScanner.cpp [new file with mode: 0644]
system/core/nexus/WifiScanner.h [new file with mode: 0644]
system/core/nexus/WifiStatusPoller.cpp [new file with mode: 0644]
system/core/nexus/WifiStatusPoller.h [new file with mode: 0644]
system/core/nexus/main.cpp [new file with mode: 0644]
system/core/nexus/nexctl.c [new file with mode: 0644]
system/core/rootdir/Android.mk [new file with mode: 0644]
system/core/rootdir/etc/dbus.conf [new file with mode: 0644]
system/core/rootdir/etc/hosts [new file with mode: 0644]
system/core/rootdir/etc/init.goldfish.rc [new file with mode: 0644]
system/core/rootdir/etc/init.goldfish.sh [new file with mode: 0755]
system/core/rootdir/etc/init.testmenu [new file with mode: 0755]
system/core/rootdir/etc/mountd.conf [new file with mode: 0644]
system/core/rootdir/etc/ueventd.goldfish.rc [new file with mode: 0644]
system/core/rootdir/etc/vold.fstab [new file with mode: 0644]
system/core/rootdir/init.lowmem.rc [new file with mode: 0644]
system/core/rootdir/init.rc [new file with mode: 0644]
system/core/rootdir/ueventd.rc [new file with mode: 0644]
system/core/run-as/Android.mk [new file with mode: 0644]
system/core/run-as/NOTICE [new file with mode: 0644]
system/core/run-as/package.c [new file with mode: 0644]
system/core/run-as/package.h [new file with mode: 0644]
system/core/run-as/run-as.c [new file with mode: 0644]
system/core/sdcard/Android.mk [new file with mode: 0644]
system/core/sdcard/fuse.h [new file with mode: 0644]
system/core/sdcard/sdcard.c [new file with mode: 0644]
system/core/sh/Android.mk [new file with mode: 0644]
system/core/sh/MODULE_LICENSE_BSD [new file with mode: 0644]
system/core/sh/NOTICE [new file with mode: 0644]
system/core/sh/TOUR [new file with mode: 0644]
system/core/sh/ThirdPartyProject.prop [new file with mode: 0644]
system/core/sh/alias.c [new file with mode: 0644]
system/core/sh/alias.h [new file with mode: 0644]
system/core/sh/arith.c [new file with mode: 0644]
system/core/sh/arith.h [new file with mode: 0644]
system/core/sh/arith.y [new file with mode: 0644]
system/core/sh/arith_lex.c [new file with mode: 0644]
system/core/sh/arith_lex.l [new file with mode: 0644]
system/core/sh/bltin/bltin.h [new file with mode: 0644]
system/core/sh/bltin/echo.1 [new file with mode: 0644]
system/core/sh/bltin/echo.c [new file with mode: 0644]
system/core/sh/builtins.c [new file with mode: 0644]
system/core/sh/builtins.def [new file with mode: 0644]
system/core/sh/builtins.h [new file with mode: 0644]
system/core/sh/cd.c [new file with mode: 0644]
system/core/sh/cd.h [new file with mode: 0644]
system/core/sh/error.c [new file with mode: 0644]
system/core/sh/error.h [new file with mode: 0644]
system/core/sh/eval.c [new file with mode: 0644]
system/core/sh/eval.h [new file with mode: 0644]
system/core/sh/exec.c [new file with mode: 0644]
system/core/sh/exec.h [new file with mode: 0644]
system/core/sh/expand.c [new file with mode: 0644]
system/core/sh/expand.h [new file with mode: 0644]
system/core/sh/funcs/cmv [new file with mode: 0644]
system/core/sh/funcs/dirs [new file with mode: 0644]
system/core/sh/funcs/kill [new file with mode: 0644]
system/core/sh/funcs/login [new file with mode: 0644]
system/core/sh/funcs/newgrp [new file with mode: 0644]
system/core/sh/funcs/popd [new file with mode: 0644]
system/core/sh/funcs/pushd [new file with mode: 0644]
system/core/sh/funcs/suspend [new file with mode: 0644]
system/core/sh/histedit.c [new file with mode: 0644]
system/core/sh/init.c [new file with mode: 0644]
system/core/sh/init.h [new file with mode: 0644]
system/core/sh/input.c [new file with mode: 0644]
system/core/sh/input.h [new file with mode: 0644]
system/core/sh/jobs.c [new file with mode: 0644]
system/core/sh/jobs.h [new file with mode: 0644]
system/core/sh/machdep.h [new file with mode: 0644]
system/core/sh/main.c [new file with mode: 0644]
system/core/sh/main.h [new file with mode: 0644]
system/core/sh/memalloc.c [new file with mode: 0644]
system/core/sh/memalloc.h [new file with mode: 0644]
system/core/sh/miscbltin.c [new file with mode: 0644]
system/core/sh/miscbltin.h [new file with mode: 0644]
system/core/sh/mkbuiltins [new file with mode: 0644]
system/core/sh/mkinit.sh [new file with mode: 0644]
system/core/sh/mknodes.sh [new file with mode: 0644]
system/core/sh/mktokens [new file with mode: 0644]
system/core/sh/myhistedit.h [new file with mode: 0644]
system/core/sh/mystring.c [new file with mode: 0644]
system/core/sh/mystring.h [new file with mode: 0644]
system/core/sh/nodes.c [new file with mode: 0644]
system/core/sh/nodes.c.pat [new file with mode: 0644]
system/core/sh/nodes.h [new file with mode: 0644]
system/core/sh/nodetypes [new file with mode: 0644]
system/core/sh/options.c [new file with mode: 0644]
system/core/sh/options.h [new file with mode: 0644]
system/core/sh/output.c [new file with mode: 0644]
system/core/sh/output.h [new file with mode: 0644]
system/core/sh/parser.c [new file with mode: 0644]
system/core/sh/parser.h [new file with mode: 0644]
system/core/sh/redir.c [new file with mode: 0644]
system/core/sh/redir.h [new file with mode: 0644]
system/core/sh/sh.1 [new file with mode: 0644]
system/core/sh/shell.h [new file with mode: 0644]
system/core/sh/show.c [new file with mode: 0644]
system/core/sh/show.h [new file with mode: 0644]
system/core/sh/syntax.c [new file with mode: 0644]
system/core/sh/syntax.h [new file with mode: 0644]
system/core/sh/token.h [new file with mode: 0644]
system/core/sh/trap.c [new file with mode: 0644]
system/core/sh/trap.h [new file with mode: 0644]
system/core/sh/var.c [new file with mode: 0644]
system/core/sh/var.h [new file with mode: 0644]
system/core/toolbox/Android.mk [new file with mode: 0644]
system/core/toolbox/MODULE_LICENSE_BSD [new file with mode: 0644]
system/core/toolbox/NOTICE [new file with mode: 0644]
system/core/toolbox/alarm.c [new file with mode: 0644]
system/core/toolbox/cat.c [new file with mode: 0644]
system/core/toolbox/chmod.c [new file with mode: 0644]
system/core/toolbox/chown.c [new file with mode: 0644]
system/core/toolbox/cmp.c [new file with mode: 0644]
system/core/toolbox/date.c [new file with mode: 0644]
system/core/toolbox/dd.c [new file with mode: 0644]
system/core/toolbox/dd.h [new file with mode: 0644]
system/core/toolbox/df.c [new file with mode: 0644]
system/core/toolbox/dmesg.c [new file with mode: 0644]
system/core/toolbox/exists.c [new file with mode: 0644]
system/core/toolbox/getevent.c [new file with mode: 0644]
system/core/toolbox/getprop.c [new file with mode: 0644]
system/core/toolbox/hd.c [new file with mode: 0644]
system/core/toolbox/id.c [new file with mode: 0644]
system/core/toolbox/ifconfig.c [new file with mode: 0644]
system/core/toolbox/iftop.c [new file with mode: 0644]
system/core/toolbox/insmod.c [new file with mode: 0644]
system/core/toolbox/ioctl.c [new file with mode: 0644]
system/core/toolbox/ionice.c [new file with mode: 0644]
system/core/toolbox/kill.c [new file with mode: 0644]
system/core/toolbox/ln.c [new file with mode: 0644]
system/core/toolbox/log.c [new file with mode: 0644]
system/core/toolbox/ls.c [new file with mode: 0644]
system/core/toolbox/lsmod.c [new file with mode: 0644]
system/core/toolbox/lsof.c [new file with mode: 0644]
system/core/toolbox/mkdir.c [new file with mode: 0644]
system/core/toolbox/mount.c [new file with mode: 0644]
system/core/toolbox/mv.c [new file with mode: 0644]
system/core/toolbox/nandread.c [new file with mode: 0644]
system/core/toolbox/netstat.c [new file with mode: 0644]
system/core/toolbox/newfs_msdos.c [new file with mode: 0644]
system/core/toolbox/notify.c [new file with mode: 0644]
system/core/toolbox/powerd.c [new file with mode: 0644]
system/core/toolbox/printenv.c [new file with mode: 0644]
system/core/toolbox/ps.c [new file with mode: 0644]
system/core/toolbox/r.c [new file with mode: 0644]
system/core/toolbox/readtty.c [new file with mode: 0644]
system/core/toolbox/reboot.c [new file with mode: 0644]
system/core/toolbox/renice.c [new file with mode: 0644]
system/core/toolbox/rm.c [new file with mode: 0644]
system/core/toolbox/rmdir.c [new file with mode: 0644]
system/core/toolbox/rmmod.c [new file with mode: 0644]
system/core/toolbox/rotatefb.c [new file with mode: 0644]
system/core/toolbox/route.c [new file with mode: 0644]
system/core/toolbox/schedtop.c [new file with mode: 0644]
system/core/toolbox/sendevent.c [new file with mode: 0644]
system/core/toolbox/setconsole.c [new file with mode: 0644]
system/core/toolbox/setkey.c [new file with mode: 0644]
system/core/toolbox/setprop.c [new file with mode: 0644]
system/core/toolbox/sleep.c [new file with mode: 0644]
system/core/toolbox/smd.c [new file with mode: 0644]
system/core/toolbox/start.c [new file with mode: 0644]
system/core/toolbox/stop.c [new file with mode: 0644]
system/core/toolbox/sync.c [new file with mode: 0644]
system/core/toolbox/syren.c [new file with mode: 0644]
system/core/toolbox/toolbox.c [new file with mode: 0644]
system/core/toolbox/top.c [new file with mode: 0644]
system/core/toolbox/umount.c [new file with mode: 0644]
system/core/toolbox/uptime.c [new file with mode: 0644]
system/core/toolbox/vmstat.c [new file with mode: 0644]
system/core/toolbox/watchprops.c [new file with mode: 0644]
system/core/toolbox/wipe.c [new file with mode: 0644]
system/extras/Android.mk [new file with mode: 0644]
system/extras/CleanSpec.mk [new file with mode: 0644]
system/extras/ext4_utils/Android.mk [new file with mode: 0644]
system/extras/ext4_utils/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
system/extras/ext4_utils/NOTICE [new file with mode: 0644]
system/extras/ext4_utils/allocate.c [new file with mode: 0644]
system/extras/ext4_utils/allocate.h [new file with mode: 0644]
system/extras/ext4_utils/backed_block.c [new file with mode: 0644]
system/extras/ext4_utils/backed_block.h [new file with mode: 0644]
system/extras/ext4_utils/contents.c [new file with mode: 0644]
system/extras/ext4_utils/contents.h [new file with mode: 0644]
system/extras/ext4_utils/ext4.h [new file with mode: 0644]
system/extras/ext4_utils/ext4_extents.h [new file with mode: 0644]
system/extras/ext4_utils/ext4_jbd2.h [new file with mode: 0644]
system/extras/ext4_utils/ext4_utils.c [new file with mode: 0644]
system/extras/ext4_utils/ext4_utils.h [new file with mode: 0644]
system/extras/ext4_utils/extent.c [new file with mode: 0644]
system/extras/ext4_utils/extent.h [new file with mode: 0644]
system/extras/ext4_utils/indirect.c [new file with mode: 0644]
system/extras/ext4_utils/indirect.h [new file with mode: 0644]
system/extras/ext4_utils/jbd2.h [new file with mode: 0644]
system/extras/ext4_utils/make_ext4fs.c [new file with mode: 0644]
system/extras/ext4_utils/make_ext4fs.h [new file with mode: 0644]
system/extras/ext4_utils/make_ext4fs_main.c [new file with mode: 0644]
system/extras/ext4_utils/mkuserimg.sh [new file with mode: 0755]
system/extras/ext4_utils/output_file.c [new file with mode: 0644]
system/extras/ext4_utils/output_file.h [new file with mode: 0644]
system/extras/ext4_utils/sha1.c [new file with mode: 0644]
system/extras/ext4_utils/sha1.h [new file with mode: 0644]
system/extras/ext4_utils/simg2img.c [new file with mode: 0644]
system/extras/ext4_utils/sparse_crc32.c [new file with mode: 0644]
system/extras/ext4_utils/sparse_crc32.h [new file with mode: 0644]
system/extras/ext4_utils/sparse_format.h [new file with mode: 0644]
system/extras/ext4_utils/uuid.c [new file with mode: 0644]
system/extras/ext4_utils/uuid.h [new file with mode: 0644]
system/extras/latencytop/Android.mk [new file with mode: 0644]
system/extras/latencytop/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
system/extras/latencytop/NOTICE [new file with mode: 0644]
system/extras/latencytop/latencytop.c [new file with mode: 0644]
system/extras/libpagemap/Android.mk [new file with mode: 0644]
system/extras/libpagemap/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
system/extras/libpagemap/NOTICE [new file with mode: 0644]
system/extras/libpagemap/include/pagemap/pagemap.h [new file with mode: 0644]
system/extras/libpagemap/pm_kernel.c [new file with mode: 0644]
system/extras/libpagemap/pm_map.c [new file with mode: 0644]
system/extras/libpagemap/pm_map.h [new file with mode: 0644]
system/extras/libpagemap/pm_memusage.c [new file with mode: 0644]
system/extras/libpagemap/pm_process.c [new file with mode: 0644]
system/extras/librank/Android.mk [new file with mode: 0644]
system/extras/librank/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
system/extras/librank/NOTICE [new file with mode: 0644]
system/extras/librank/librank.c [new file with mode: 0644]
system/extras/procmem/Android.mk [new file with mode: 0644]
system/extras/procmem/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
system/extras/procmem/NOTICE [new file with mode: 0644]
system/extras/procmem/procmem.c [new file with mode: 0644]
system/extras/procrank/Android.mk [new file with mode: 0644]
system/extras/procrank/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
system/extras/procrank/NOTICE [new file with mode: 0644]
system/extras/procrank/procrank.c [new file with mode: 0644]
system/extras/showmap/Android.mk [new file with mode: 0644]
system/extras/showmap/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
system/extras/showmap/NOTICE [new file with mode: 0644]
system/extras/showmap/showmap.c [new file with mode: 0644]
system/extras/showslab/Android.mk [new file with mode: 0644]
system/extras/showslab/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
system/extras/showslab/NOTICE [new file with mode: 0644]
system/extras/showslab/showslab.c [new file with mode: 0644]
system/extras/sound/Android.mk [new file with mode: 0644]
system/extras/sound/playwav.c [new file with mode: 0644]
system/extras/su/Android.mk [new file with mode: 0644]
system/extras/su/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
system/extras/su/NOTICE [new file with mode: 0644]
system/extras/su/su.c [new file with mode: 0644]
system/extras/tests/Android.mk [new file with mode: 0644]
system/extras/tests/bionic/libc/Android.mk [new file with mode: 0644]
system/extras/tests/bionic/libc/MODULE_LICENSE_BSD_AND_GPL [new file with mode: 0644]
system/extras/tests/bionic/libc/README.TXT [new file with mode: 0644]
system/extras/tests/bionic/libc/bionic/lib_relocs.c [new file with mode: 0644]
system/extras/tests/bionic/libc/bionic/lib_static_init.cpp [new file with mode: 0644]
system/extras/tests/bionic/libc/bionic/lib_static_init.h [new file with mode: 0644]
system/extras/tests/bionic/libc/bionic/libdlclosetest1.cpp [new file with mode: 0644]
system/extras/tests/bionic/libc/bionic/test_cond.c [new file with mode: 0644]
system/extras/tests/bionic/libc/bionic/test_dlclose_destruction.c [new file with mode: 0644]
system/extras/tests/bionic/libc/bionic/test_getgrouplist.c [new file with mode: 0644]
system/extras/tests/bionic/libc/bionic/test_mutex.c [new file with mode: 0644]
system/extras/tests/bionic/libc/bionic/test_netinet_icmp.c [new file with mode: 0644]
system/extras/tests/bionic/libc/bionic/test_pthread_cond.c [new file with mode: 0644]
system/extras/tests/bionic/libc/bionic/test_pthread_create.c [new file with mode: 0644]
system/extras/tests/bionic/libc/bionic/test_relocs.c [new file with mode: 0644]
system/extras/tests/bionic/libc/bionic/test_static_init.cpp [new file with mode: 0644]
system/extras/tests/bionic/libc/common/hello_world.cpp [new file with mode: 0644]
system/extras/tests/bionic/libc/common/test_clone.c [new file with mode: 0644]
system/extras/tests/bionic/libc/common/test_dlopen_null.c [new file with mode: 0644]
system/extras/tests/bionic/libc/common/test_getaddrinfo.c [new file with mode: 0644]
system/extras/tests/bionic/libc/common/test_gethostbyname.c [new file with mode: 0644]
system/extras/tests/bionic/libc/common/test_gethostname.c [new file with mode: 0644]
system/extras/tests/bionic/libc/common/test_libgen.c [new file with mode: 0644]
system/extras/tests/bionic/libc/common/test_pthread_cleanup_push.c [new file with mode: 0644]
system/extras/tests/bionic/libc/common/test_pthread_getcpuclockid.c [new file with mode: 0644]
system/extras/tests/bionic/libc/common/test_pthread_join.c [new file with mode: 0644]
system/extras/tests/bionic/libc/common/test_pthread_mutex.c [new file with mode: 0644]
system/extras/tests/bionic/libc/common/test_pthread_once.c [new file with mode: 0644]
system/extras/tests/bionic/libc/common/test_sem_post.c [new file with mode: 0644]
system/extras/tests/bionic/libc/common/test_semaphore.c [new file with mode: 0644]
system/extras/tests/bionic/libc/common/test_seteuid.c [new file with mode: 0644]
system/extras/tests/bionic/libc/common/test_static_cpp_mutex.cpp [new file with mode: 0644]
system/extras/tests/bionic/libc/common/test_strftime_2039.c [new file with mode: 0644]
system/extras/tests/bionic/libc/common/test_tm_zone.c [new file with mode: 0644]
system/extras/tests/bionic/libc/common/test_udp.c [new file with mode: 0644]
system/extras/tests/bionic/libc/glibc/assert/test-assert.c [new file with mode: 0644]
system/extras/tests/bionic/libc/other/bench_locks.c [new file with mode: 0644]
system/extras/tests/bionic/libc/other/test_aligned.c [new file with mode: 0644]
system/extras/tests/bionic/libc/other/test_arc4random.c [new file with mode: 0644]
system/extras/tests/bionic/libc/other/test_atomics.c [new file with mode: 0644]
system/extras/tests/bionic/libc/other/test_jpeg.c [new file with mode: 0644]
system/extras/tests/bionic/libc/other/test_sysconf.c [new file with mode: 0644]
system/extras/tests/bionic/libc/other/test_system.c [new file with mode: 0644]
system/extras/tests/bionic/libc/other/test_thread_max.c [new file with mode: 0644]
system/extras/tests/bionic/libc/other/test_timer_create.c [new file with mode: 0644]
system/extras/tests/bionic/libc/other/test_timer_create2.c [new file with mode: 0644]
system/extras/tests/bionic/libc/other/test_timer_create3.c [new file with mode: 0644]
system/extras/tests/bionic/libc/other/test_vfprintf_leak.c [new file with mode: 0644]
system/extras/tests/bionic/libc/other/test_zlib.c [new file with mode: 0644]
system/extras/tests/bionic/libstdc++/Android.mk [new file with mode: 0644]
system/extras/tests/bionic/libstdc++/README.TXT [new file with mode: 0644]
system/extras/tests/bionic/libstdc++/test_cassert.cpp [new file with mode: 0644]
system/extras/tests/bionic/libstdc++/test_cctype.cpp [new file with mode: 0644]
system/extras/tests/bionic/libstdc++/test_climits.cpp [new file with mode: 0644]
system/extras/tests/bionic/libstdc++/test_cmath.cpp [new file with mode: 0644]
system/extras/tests/bionic/libstdc++/test_csetjmp.cpp [new file with mode: 0644]
system/extras/tests/bionic/libstdc++/test_csignal.cpp [new file with mode: 0644]
system/extras/tests/bionic/libstdc++/test_cstddef.cpp [new file with mode: 0644]
system/extras/tests/bionic/libstdc++/test_cstdint.cpp [new file with mode: 0644]
system/extras/tests/bionic/libstdc++/test_cstdio.cpp [new file with mode: 0644]
system/extras/tests/bionic/libstdc++/test_cstdlib.cpp [new file with mode: 0644]
system/extras/tests/bionic/libstdc++/test_cstring.cpp [new file with mode: 0644]
system/extras/tests/bionic/libstdc++/test_ctime.cpp [new file with mode: 0644]
system/extras/tests/cpueater/Android.mk [new file with mode: 0644]
system/extras/tests/cpueater/NOTICE [new file with mode: 0644]
system/extras/tests/cpueater/cpueater.c [new file with mode: 0644]
system/extras/tests/cpueater/daemonize.c [new file with mode: 0644]
system/extras/tests/directiotest/Android.mk [new file with mode: 0644]
system/extras/tests/directiotest/directiotest.c [new file with mode: 0644]
system/extras/tests/framebuffer/Android.mk [new file with mode: 0644]
system/extras/tests/framebuffer/fb_test.c [new file with mode: 0644]
system/extras/tests/framebuffer/mdp_test.c [new file with mode: 0644]
system/extras/tests/framebuffer/minui.h [new file with mode: 0644]
system/extras/tests/framebuffer/refresh.c [new file with mode: 0644]
system/extras/tests/fstest/Android.mk [new file with mode: 0644]
system/extras/tests/fstest/README [new file with mode: 0644]
system/extras/tests/fstest/mounts-test.sh [new file with mode: 0755]
system/extras/tests/fstest/perm_checker.c [new file with mode: 0644]
system/extras/tests/fstest/perm_checker.conf [new file with mode: 0644]
system/extras/tests/icachetest/Android.mk [new file with mode: 0644]
system/extras/tests/icachetest/icache.S [new file with mode: 0644]
system/extras/tests/icachetest/icache2.S [new file with mode: 0644]
system/extras/tests/icachetest/icache_main.c [new file with mode: 0644]
system/extras/tests/memtest/Android.mk [new file with mode: 0644]
system/extras/tests/memtest/memtest.cpp [new file with mode: 0644]
system/extras/tests/memtest/thumb.cpp [new file with mode: 0644]
system/extras/tests/pftest/Android.mk [new file with mode: 0644]
system/extras/tests/pftest/pftest.c [new file with mode: 0644]
system/extras/tests/schedtest/Android.mk [new file with mode: 0644]
system/extras/tests/schedtest/schedtest.c [new file with mode: 0644]
system/extras/tests/sdcard/Android.mk [new file with mode: 0644]
system/extras/tests/sdcard/README [new file with mode: 0644]
system/extras/tests/sdcard/plot_sdcard.py [new file with mode: 0755]
system/extras/tests/sdcard/profile_sdcard.sh [new file with mode: 0755]
system/extras/tests/sdcard/sdcard_perf_test.cpp [new file with mode: 0644]
system/extras/tests/sdcard/stopwatch.cpp [new file with mode: 0644]
system/extras/tests/sdcard/stopwatch.h [new file with mode: 0644]
system/extras/tests/sdcard/sysutil.cpp [new file with mode: 0644]
system/extras/tests/sdcard/sysutil.h [new file with mode: 0644]
system/extras/tests/sdcard/testcase.cpp [new file with mode: 0644]
system/extras/tests/sdcard/testcase.h [new file with mode: 0644]
system/extras/tests/timetest/Android.mk [new file with mode: 0644]
system/extras/tests/timetest/timetest.c [new file with mode: 0644]
system/extras/timeinfo/Android.mk [new file with mode: 0644]
system/extras/timeinfo/NOTICE [new file with mode: 0644]
system/extras/timeinfo/timeinfo.cpp [new file with mode: 0644]
system/media/CleanSpec.mk [new file with mode: 0644]
system/media/opensles/doc/Doxyfile [new file with mode: 0644]
system/media/opensles/doc/Makefile [new file with mode: 0644]
system/media/opensles/doc/OpenSL_ES_Specification_1.0.1.pdf [new file with mode: 0644]
system/media/opensles/doc/README.txt [new file with mode: 0644]
system/media/opensles/include/OpenSLES.h [new symlink]
system/media/opensles/include/OpenSLES_Platform.h [new symlink]
system/media/opensles/include/SLES/OpenSLES.h [new file with mode: 0644]
system/media/opensles/include/SLES/OpenSLESUT.h [new symlink]
system/media/opensles/include/SLES/OpenSLES_Android.h [new file with mode: 0644]
system/media/opensles/include/SLES/OpenSLES_AndroidConfiguration.h [new file with mode: 0644]
system/media/opensles/include/SLES/OpenSLES_Platform.h [new file with mode: 0644]
system/media/opensles/libopensles/Android.mk [new file with mode: 0644]
system/media/opensles/libopensles/C3DGroup.c [new file with mode: 0644]
system/media/opensles/libopensles/CAudioPlayer.c [new file with mode: 0644]
system/media/opensles/libopensles/CAudioRecorder.c [new file with mode: 0644]
system/media/opensles/libopensles/CEngine.c [new file with mode: 0644]
system/media/opensles/libopensles/COutputMix.c [new file with mode: 0644]
system/media/opensles/libopensles/I3DCommit.c [new file with mode: 0644]
system/media/opensles/libopensles/I3DDoppler.c [new file with mode: 0644]
system/media/opensles/libopensles/I3DGrouping.c [new file with mode: 0644]
system/media/opensles/libopensles/I3DLocation.c [new file with mode: 0644]
system/media/opensles/libopensles/I3DMacroscopic.c [new file with mode: 0644]
system/media/opensles/libopensles/I3DSource.c [new file with mode: 0644]
system/media/opensles/libopensles/IAndroidConfiguration.c [new file with mode: 0644]
system/media/opensles/libopensles/IAndroidEffect.c [new file with mode: 0644]
system/media/opensles/libopensles/IAndroidEffectCapabilities.c [new file with mode: 0644]
system/media/opensles/libopensles/IAndroidEffectSend.c [new file with mode: 0644]
system/media/opensles/libopensles/IAudioDecoderCapabilities.c [new file with mode: 0644]
system/media/opensles/libopensles/IAudioEncoder.c [new file with mode: 0644]
system/media/opensles/libopensles/IAudioEncoderCapabilities.c [new file with mode: 0644]
system/media/opensles/libopensles/IAudioIODeviceCapabilities.c [new file with mode: 0644]
system/media/opensles/libopensles/IBassBoost.c [new file with mode: 0644]
system/media/opensles/libopensles/IBufferQueue.c [new file with mode: 0644]
system/media/opensles/libopensles/IDeviceVolume.c [new file with mode: 0644]
system/media/opensles/libopensles/IDynamicInterfaceManagement.c [new file with mode: 0644]
system/media/opensles/libopensles/IDynamicSource.c [new file with mode: 0644]
system/media/opensles/libopensles/IEffectSend.c [new file with mode: 0644]
system/media/opensles/libopensles/IEngine.c [new file with mode: 0644]
system/media/opensles/libopensles/IEngineCapabilities.c [new file with mode: 0644]
system/media/opensles/libopensles/IEnvironmentalReverb.c [new file with mode: 0644]
system/media/opensles/libopensles/IEqualizer.c [new file with mode: 0644]
system/media/opensles/libopensles/IID_to_MPH.c [new file with mode: 0644]
system/media/opensles/libopensles/ILEDArray.c [new file with mode: 0644]
system/media/opensles/libopensles/IMIDIMessage.c [new file with mode: 0644]
system/media/opensles/libopensles/IMIDIMuteSolo.c [new file with mode: 0644]
system/media/opensles/libopensles/IMIDITempo.c [new file with mode: 0644]
system/media/opensles/libopensles/IMIDITime.c [new file with mode: 0644]
system/media/opensles/libopensles/IMetadataExtraction.c [new file with mode: 0644]
system/media/opensles/libopensles/IMetadataTraversal.c [new file with mode: 0644]
system/media/opensles/libopensles/IMuteSolo.c [new file with mode: 0644]
system/media/opensles/libopensles/IObject.c [new file with mode: 0644]
system/media/opensles/libopensles/IOutputMix.c [new file with mode: 0644]
system/media/opensles/libopensles/IOutputMixExt.c [new file with mode: 0644]
system/media/opensles/libopensles/IPitch.c [new file with mode: 0644]
system/media/opensles/libopensles/IPlay.c [new file with mode: 0644]
system/media/opensles/libopensles/IPlaybackRate.c [new file with mode: 0644]
system/media/opensles/libopensles/IPrefetchStatus.c [new file with mode: 0644]
system/media/opensles/libopensles/IPresetReverb.c [new file with mode: 0644]
system/media/opensles/libopensles/IRatePitch.c [new file with mode: 0644]
system/media/opensles/libopensles/IRecord.c [new file with mode: 0644]
system/media/opensles/libopensles/ISeek.c [new file with mode: 0644]
system/media/opensles/libopensles/IThreadSync.c [new file with mode: 0644]
system/media/opensles/libopensles/IVibra.c [new file with mode: 0644]
system/media/opensles/libopensles/IVirtualizer.c [new file with mode: 0644]
system/media/opensles/libopensles/IVisualization.c [new file with mode: 0644]
system/media/opensles/libopensles/IVolume.c [new file with mode: 0644]
system/media/opensles/libopensles/MPH.h [new file with mode: 0644]
system/media/opensles/libopensles/MPH_to.c [new file with mode: 0644]
system/media/opensles/libopensles/MPH_to.h [new file with mode: 0644]
system/media/opensles/libopensles/OpenSLESUT.c [new file with mode: 0644]
system/media/opensles/libopensles/OpenSLESUT.h [new file with mode: 0644]
system/media/opensles/libopensles/OpenSLES_IID.c [new file with mode: 0644]
system/media/opensles/libopensles/OutputMixExt.h [new file with mode: 0644]
system/media/opensles/libopensles/SDL.c [new file with mode: 0644]
system/media/opensles/libopensles/SLSndFile.h [new file with mode: 0644]
system/media/opensles/libopensles/SndFile.c [new file with mode: 0644]
system/media/opensles/libopensles/ThreadPool.c [new file with mode: 0644]
system/media/opensles/libopensles/ThreadPool.h [new file with mode: 0644]
system/media/opensles/libopensles/android_AudioPlayer.cpp [new file with mode: 0644]
system/media/opensles/libopensles/android_AudioPlayer.h [new file with mode: 0644]
system/media/opensles/libopensles/android_AudioRecorder.cpp [new file with mode: 0644]
system/media/opensles/libopensles/android_AudioRecorder.h [new file with mode: 0644]
system/media/opensles/libopensles/android_Effect.cpp [new file with mode: 0644]
system/media/opensles/libopensles/android_Effect.h [new file with mode: 0644]
system/media/opensles/libopensles/android_OutputMix.cpp [new file with mode: 0644]
system/media/opensles/libopensles/android_OutputMix.h [new file with mode: 0644]
system/media/opensles/libopensles/android_SfPlayer.cpp [new file with mode: 0644]
system/media/opensles/libopensles/android_SfPlayer.h [new file with mode: 0644]
system/media/opensles/libopensles/android_prompts.h [new file with mode: 0644]
system/media/opensles/libopensles/android_sles_conversions.h [new file with mode: 0644]
system/media/opensles/libopensles/classes.c [new file with mode: 0644]
system/media/opensles/libopensles/devices.c [new file with mode: 0644]
system/media/opensles/libopensles/devices.h [new file with mode: 0644]
system/media/opensles/libopensles/interfaces.c [new file with mode: 0644]
system/media/opensles/libopensles/locks.c [new file with mode: 0644]
system/media/opensles/libopensles/locks.h [new file with mode: 0644]
system/media/opensles/libopensles/platform.h [new file with mode: 0644]
system/media/opensles/libopensles/sles.c [new file with mode: 0644]
system/media/opensles/libopensles/sles_allinclusive.h [new file with mode: 0644]
system/media/opensles/libopensles/slesutResult.c [new file with mode: 0644]
system/media/opensles/libopensles/sllog.c [new file with mode: 0644]
system/media/opensles/libopensles/sllog.h [new file with mode: 0644]
system/media/opensles/libopensles/sync.c [new file with mode: 0644]
system/media/opensles/libopensles/trace.c [new file with mode: 0644]
system/media/opensles/tests/Android.mk [new file with mode: 0644]
system/media/opensles/tests/automated/Android.mk [new file with mode: 0644]
system/media/opensles/tests/automated/BufferQueue_test.cpp [new file with mode: 0644]
system/media/opensles/tests/examples/Android.mk [new file with mode: 0644]
system/media/opensles/tests/examples/slesTestBassBoostPath.cpp [new file with mode: 0644]
system/media/opensles/tests/examples/slesTestEffectCapabilities.cpp [new file with mode: 0644]
system/media/opensles/tests/examples/slesTestEqFdPath.cpp [new file with mode: 0644]
system/media/opensles/tests/examples/slesTestEqOutputPath.cpp [new file with mode: 0644]
system/media/opensles/tests/examples/slesTestFeedback.cpp [new file with mode: 0644]
system/media/opensles/tests/examples/slesTestPlayFdPath.cpp [new file with mode: 0644]
system/media/opensles/tests/examples/slesTestRecBuffQueue.cpp [new file with mode: 0644]
system/media/opensles/tests/examples/slesTestSawtoothBufferQueue.cpp [new file with mode: 0644]
system/media/opensles/tests/examples/slesTestSendToPresetReverb.cpp [new file with mode: 0644]
system/media/opensles/tests/examples/slesTestVirtualizerPath.cpp [new file with mode: 0644]
system/media/opensles/tests/listening/Android.mk [new file with mode: 0644]
system/media/opensles/tests/listening/seekTorture.c [new file with mode: 0644]
system/media/opensles/tests/listening/slesTest_playMuteSolo.cpp [new file with mode: 0644]
system/media/opensles/tests/mimeUri/Android.mk [new file with mode: 0644]
system/media/opensles/tests/mimeUri/slesTestLoopUri.cpp [new file with mode: 0644]
system/media/opensles/tests/mimeUri/slesTestPlayStreamType.cpp [new file with mode: 0644]
system/media/opensles/tests/mimeUri/slesTestPlayUri.cpp [new file with mode: 0644]
system/media/opensles/tests/mimeUri/slesTestPlayUri2.cpp [new file with mode: 0644]
system/media/opensles/tests/mimeUri/slesTestSlowDownUri.cpp [new file with mode: 0644]
system/media/opensles/tests/mimeUri/slesTest_playStates.cpp [new file with mode: 0644]
system/media/opensles/tests/mimeUri_test.cpp [new file with mode: 0644]
system/media/opensles/tests/sandbox/Android.mk [new file with mode: 0644]
system/media/opensles/tests/sandbox/configbq.c [new file with mode: 0644]
system/media/opensles/tests/sandbox/dim.c [new file with mode: 0644]
system/media/opensles/tests/sandbox/engine.c [new file with mode: 0644]
system/media/opensles/tests/sandbox/getch.c [new file with mode: 0644]
system/media/opensles/tests/sandbox/intbufq.c [new file with mode: 0644]
system/media/opensles/tests/sandbox/monkey.c [new file with mode: 0644]
system/media/opensles/tests/sandbox/multiplay.c [new file with mode: 0644]
system/media/opensles/tests/sandbox/multithread.c [new file with mode: 0644]
system/media/opensles/tests/sandbox/object.c [new file with mode: 0644]
system/media/opensles/tests/sandbox/outputmix.c [new file with mode: 0644]
system/media/opensles/tests/sandbox/playbq.c [new file with mode: 0644]
system/media/opensles/tests/sandbox/reverb.c [new file with mode: 0644]
system/media/opensles/tests/sandbox/srcsink.c [new file with mode: 0644]
system/media/opensles/tests/sandbox/urimime.c [new file with mode: 0644]
system/media/opensles/tools/hashgen/MPH.h [new symlink]
system/media/opensles/tools/hashgen/Makefile [new file with mode: 0644]
system/media/opensles/tools/hashgen/OpenSLES_IID.c [new symlink]
system/media/opensles/tools/hashgen/README.txt [new file with mode: 0644]
system/media/opensles/tools/hashgen/frag1.c [new file with mode: 0644]
system/media/opensles/tools/hashgen/frag2.c [new file with mode: 0644]
system/media/opensles/tools/hashgen/frag3.c [new file with mode: 0644]
system/media/opensles/tools/hashgen/hash.sed [new file with mode: 0644]
system/media/opensles/tools/hashgen/interfaces.c [new symlink]
system/media/opensles/tools/hashgen/part1.c [new file with mode: 0644]
system/media/opensles/tools/hashgen/part4.c [new file with mode: 0644]
system/media/opensles/tools/hashgen/part6.c [new file with mode: 0644]
system/media/opensles/tools/hashgen/part8.c [new file with mode: 0644]
system/media/opensles/tools/permute/Makefile [new file with mode: 0644]
system/media/opensles/tools/permute/permute.c [new file with mode: 0644]
system/media/opensles/tools/permute/readme.txt [new file with mode: 0644]
system/netd/Android.mk [new file with mode: 0644]
system/netd/CleanSpec.mk [new file with mode: 0644]
system/netd/CommandListener.cpp [new file with mode: 0644]
system/netd/CommandListener.h [new file with mode: 0644]
system/netd/NatController.cpp [new file with mode: 0644]
system/netd/NatController.h [new file with mode: 0644]
system/netd/NetdCommand.cpp [new file with mode: 0644]
system/netd/NetdCommand.h [new file with mode: 0644]
system/netd/NetlinkHandler.cpp [new file with mode: 0644]
system/netd/NetlinkHandler.h [new file with mode: 0644]
system/netd/NetlinkManager.cpp [new file with mode: 0644]
system/netd/NetlinkManager.h [new file with mode: 0644]
system/netd/PanController.cpp [new file with mode: 0644]
system/netd/PanController.h [new file with mode: 0644]
system/netd/PppController.cpp [new file with mode: 0644]
system/netd/PppController.h [new file with mode: 0644]
system/netd/ResponseCode.h [new file with mode: 0644]
system/netd/SoftapController.cpp [new file with mode: 0644]
system/netd/SoftapController.h [new file with mode: 0644]
system/netd/TetherController.cpp [new file with mode: 0644]
system/netd/TetherController.h [new file with mode: 0644]
system/netd/ThrottleController.cpp [new file with mode: 0644]
system/netd/ThrottleController.h [new file with mode: 0644]
system/netd/UsbController.cpp [new file with mode: 0644]
system/netd/UsbController.h [new file with mode: 0644]
system/netd/logwrapper.c [new file with mode: 0644]
system/netd/main.cpp [new file with mode: 0644]
system/netd/ndc.c [new file with mode: 0644]
system/vold/Android.mk [new file with mode: 0644]
system/vold/Asec.h [new file with mode: 0644]
system/vold/CleanSpec.mk [new file with mode: 0644]
system/vold/CommandListener.cpp [new file with mode: 0644]
system/vold/CommandListener.h [new file with mode: 0644]
system/vold/Devmapper.cpp [new file with mode: 0644]
system/vold/Devmapper.h [new file with mode: 0644]
system/vold/DirectVolume.cpp [new file with mode: 0644]
system/vold/DirectVolume.h [new file with mode: 0644]
system/vold/Fat.cpp [new file with mode: 0644]
system/vold/Fat.h [new file with mode: 0644]
system/vold/Loop.cpp [new file with mode: 0644]
system/vold/Loop.h [new file with mode: 0644]
system/vold/NetlinkHandler.cpp [new file with mode: 0644]
system/vold/NetlinkHandler.h [new file with mode: 0644]
system/vold/NetlinkManager.cpp [new file with mode: 0644]
system/vold/NetlinkManager.h [new file with mode: 0644]
system/vold/Process.cpp [new file with mode: 0644]
system/vold/Process.h [new file with mode: 0644]
system/vold/ResponseCode.cpp [new file with mode: 0644]
system/vold/ResponseCode.h [new file with mode: 0644]
system/vold/VoldCommand.cpp [new file with mode: 0644]
system/vold/VoldCommand.h [new file with mode: 0644]
system/vold/Volume.cpp [new file with mode: 0644]
system/vold/Volume.h [new file with mode: 0644]
system/vold/VolumeManager.cpp [new file with mode: 0644]
system/vold/VolumeManager.h [new file with mode: 0644]
system/vold/Xwarp.cpp [new file with mode: 0644]
system/vold/Xwarp.h [new file with mode: 0644]
system/vold/hash.h [new file with mode: 0644]
system/vold/logwrapper.c [new file with mode: 0644]
system/vold/main.cpp [new file with mode: 0644]
system/vold/tests/Android.mk [new file with mode: 0644]
system/vold/tests/VolumeManager_test.cpp [new file with mode: 0644]
system/vold/vdc.c [new file with mode: 0644]
system/wlan/ti/.gitignore [new file with mode: 0644]
system/wlan/ti/Android.mk [new file with mode: 0644]
system/wlan/ti/CleanSpec.mk [new file with mode: 0644]
system/wlan/ti/lib/scanmerge.c [new file with mode: 0644]
system/wlan/ti/lib/scanmerge.h [new file with mode: 0644]
system/wlan/ti/lib/shlist.c [new file with mode: 0644]
system/wlan/ti/lib/shlist.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/Android.mk [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/Android.mk [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/Android.mk [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/Makefile [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/console.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/console.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/cu_cmd.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/cu_cmd.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/dbg_module.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/dbg_module.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/eth_utils.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/eth_utils.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/g_tester.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/g_tester.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/ipc.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/ipc.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/ticon.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/ticon.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/wipp_ctrl.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/wipp_ctrl.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/cu_ipc.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/ipc_event.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/ipc_event.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/ipc_user.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/proc_main.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/TI_AdapterApiC.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/TI_AdapterApiCpp.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/TI_AdapterDBG.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/TI_AdapterGWSI.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/TI_AdapterPM.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/TI_AdapterQOS.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/TI_AdapterSEC.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/TI_AdapterSG.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/TI_OAL.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/softGeminiTypes.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/OAL/Common/CommonOAL.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/OAL/Common/TI_OAL.cpp [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/OAL/Pform/Linux/TILibLinux.cpp [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/OAL/Pform/Linux/TILibLinux.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/Android.mk [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/CTI_Adapter.cpp [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/CTI_Adapter.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/CommonAdapter.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/Makefile [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/TI_Adapter.cpp [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/TI_AdapterApi.cpp [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/tiwlan_loader/Android.mk [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/CUDK/tiwlan_loader/tiwlan_loader.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/Makefile [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common.inc [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/inc/TI_IPC_Api.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/inc/TI_Results.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/inc/bssTypes.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/inc/commonTypes.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/inc/coreDefaultParams.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/inc/memMngrEx.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/inc/osDot11.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/inc/paramMng.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/inc/paramOut.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/inc/ratesTypes.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/inc/roamingMngrTypes.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/inc/scanMngrTypes.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/inc/scanTypes.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/inc/softGeminiTypes.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/inc/srcApi.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/inc/systemGeneralParam.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/inc/tiQosTypes.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/inc/tiioctl.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/inc/tiwlnif.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/inc/whalDefaultParams.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/inc/wspVer.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ExpInc/roamingMngrApi.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/Roaming/roamingMngr.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ScanMngr/scanMngr.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ScanMngr/scanMngr.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/inc/roamingMngr.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/inc/scanMngrApi.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Export_Inc/whalBus_Api.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Export_Inc/whalBus_Defs.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/shmBus.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/shmBus.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/shmDebug.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/shmFwCtrl.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/shmFwCtrl.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/shmUtils.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/shmUtils.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/whalHwEeprom.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/whalHwEeprom.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/whalTrace.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/whalTrace.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/dot11h/spectrumMngmntMgr.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/measurementMgr.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/measurementMgrSM.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/requestHandler.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/SwitchChannel/SwitchChannel.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/inc/SwitchChannelApi.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/inc/measurementMgr.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/inc/measurementMgrApi.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/inc/measurementMgrSM.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/inc/requestHandler.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/inc/spectrumMngmntMgr.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/PowerMgr/PowerMgr.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/PowerMgr/PowerMgr.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/PowerMgr/PowerMgrDbgPrint.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/PowerMgr/PowerMgr_API.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/Inc/qosMngr.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/Inc/qosMngr_API.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/Inc/qosMngr_QueueMapping.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/Inc/trafficAdmControl.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/qosMngr.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/trafficAdmControl.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/RecoveryMgr/recoveryMgr.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/RecoveryMgr/recoveryMgr.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/RecoveryMgr/recoveryMgr_API.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/SoftGemini/inc/SoftGeminiApi.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/SoftGemini/src/SoftGemini.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/SoftGemini/src/SoftGemini.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/apConn.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/apConn.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/inc/ScanCncnApi.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/inc/ScanCncnAppApi.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ScanCncn.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ScanCncn.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ScanCncnAppApi.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ScanCncnAppSM.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ScanCncnAppSM.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ScanCncnDrvSM.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ScanCncnDrvSM.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ScanCncnOidSM.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ScanCncnOidSM.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ScanCncnRoamingContSM.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ScanCncnRoamingContSM.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ScanCncnRoamingImmedSM.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ScanCncnRoamingImmedSM.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/Cmd_Queue/CmdQueue.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/Cmd_Queue/CmdQueue.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/Export_Inc/CmdQueue_api.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/Export_Inc/recoveryCtrl_API.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/RecoverCtrl/recoveryCtrl.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/RecoverCtrl/recoveryCtrl.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/TNETW_Driver.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/TNETW_Driver.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/TNETW_Driver_Tx.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/txCtrlBlk.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/txCtrlBlk.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_HW_Queue/txHwQueue.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_HW_Queue/txHwQueue.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_HW_Queue/txHwQueueCalc.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_HW_Queue/txHwQueueCalc.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/inc/txCtrlBlk_api.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/inc/txHwQueue_api.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Export_Inc/TNETW_Driver_api.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Export_Inc/TNETW_Driver_types.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Cmd_MBox/CmdMBox.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Cmd_MBox/CmdMBox.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/DebugTrace_Xfer/DebugTraceXfer.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/EventMbox/eventMbox.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/FwEvent/FwEvent.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/FwEvent/FwEvent.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/HwInit/HwInit.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/HwInit/HwInit.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Rx_Xfer/RxXfer.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Rx_Xfer/RxXfer.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Tx_Result/txResult.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Tx_Result/txResult.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Tx_Xfer/Slave_Dbl_Buf/txXfer.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Tx_Xfer/Slave_Dbl_Buf/txXfer.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/inc/CmdMBox_api.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/inc/DebugTraceXfer_api.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/inc/FwEvent_api.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/inc/HwInit_api.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/inc/eventMbox_api.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/inc/rxXfer_api.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/inc/txResult_api.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/inc/txXfer_api.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/Export_Inc/MacServices_api.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/Export_Inc/measurementSrvDbgPrint.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/Export_Inc/measurementTypes.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/inc/MacServices.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/inc/PowerAuthorization.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MacServices.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/MeasurementSrv.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/MeasurementSrv.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/MeasurementSrvSM.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/MeasurementSrvSM.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/measurementSrvDbgPrint.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerAuthorization/PowerAuthorization.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerAuthorization/PowerAuthorization_internal.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerSaveServer/PowerSrv.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerSaveServer/PowerSrv.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerSaveServer/PowerSrvSM.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerSaveServer/PowerSrvSM.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerSaveServer/PowerSrv_API.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/ScanSrv.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/ScanSrv.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/ScanSrvSM.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/ScanSrvSM.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/tiwlanspi.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/whalHwAccess.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/wspi.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/wspi.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/ELP_Controller/ElpCtrl.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/Export_Inc/TNETWIF.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/Inc/ElpCtrl.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/Inc/TNETWArb.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/Inc/TNETWArbSM.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/Inc/TNETWArb_buffer.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/Inc/whalHwAccess.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/TNETWArbiter/TNETWArb.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/TNETWArbiter/TNETWArbSM.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/TNETWArbiter/TNETWArb_buffer.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/TNETWIF.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/Core_Adapt/CORE_Adapt_Defs.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/Core_Adapt/Core_AdaptTx.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/Core_Adapt/Export_Inc/Core_AdaptCB.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/Core_Adapt/Export_Inc/Core_AdaptTx.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/EvHandler/EvHandler.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/EvHandler/EvHandler.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/ExpInc/apConnApi.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/NetworkCtrl/RegulatoryDomain/regulatoryDomain.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/NetworkCtrl/RegulatoryDomain/regulatoryDomain.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/NetworkCtrl/inc/regulatoryDomainApi.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/currBss/currBss.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/currBss/currBss.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/Concatenator.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/Concatenator.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/DeConcatenator.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/DeConcatenator.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/ackEmulDb.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/ackEmulDb.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/ackEmulUtil.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/ackEmulUtil.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/fourX.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/fourX.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/fourXManager.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/Clsfr.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/Ctrl.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/RateAdaptation.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/Clsfr.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/Ctrl.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/GeneralUtil.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/GeneralUtil.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/GeneralUtilApi.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/RateAdaptation.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/TrafficMonitor.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/TrafficMonitor.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/TrafficMonitorAPI.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Rx/rx.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Rx/rx.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/MsduList.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/MsduList.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/tx.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/tx.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/DataCtrl_Api.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/conn.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/mlmeApi.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/mlmeBuilder.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/mlmeSm.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/rsnApi.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/smeApi.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/AssocSM.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/assocSM.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Auth/authSm.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Auth/authSm.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Auth/open/openAuthSm.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Auth/open/openAuthSm.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Auth/shared/sharedKeyAuthSm.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Auth/shared/sharedKeyAuthSm.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/mlmeBuilder.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/mlmeParser.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/mlmeParser.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/mlmeSm.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/admCtrl.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/admCtrlNone.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/admCtrlWep.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/admCtrlWpa.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/admCtrlWpa2.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/broadcastKey802_1x.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/broadcastKeyNone.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/broadcastKeySM.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/admCtrl.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/admCtrlNone.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/admCtrlWep.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/admCtrlWpa.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/admCtrlWpa2.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/broadcastKey802_1x.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/broadcastKeyNone.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/broadcastKeySM.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/keyDerive.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/keyParser.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/keyTypes.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/mainKeysSm.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/mainKeysSmInternal.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/mainSecKeysOnly.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/mainSecNull.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/mainSecSm.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/rsn.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/unicastKey802_1x.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/unicastKeyNone.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/unicastKeySM.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/keyDerive.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/keyDeriveAes.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/keyDeriveAes.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/keyDeriveTkip.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/keyDeriveTkip.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/keyDeriveWep.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/keyDeriveWep.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/keyParser.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/keyParserExternal.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/keyParserExternal.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/keyParserWep.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/keyParserWep.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/mainKeysSm.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/mainSecKeysOnly.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/mainSecNull.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/mainSecSm.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/rsn.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/unicastKey802_1x.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/unicastKeyNone.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/unicastKeySM.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/HealthMonitor/healthMonitor.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/HealthMonitor/healthMonitor.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/Inc/connApi.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/Inc/siteMgrApi.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/Inc/smeSmApi.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/configMgr/configMgr.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/configMgr/configMgr.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/conn.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/connIbss.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/connIbss.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/connInfra.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/connInfra.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/connSelf.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/select.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/siteHash.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/siteHash.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/siteMgr.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/templates.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/smeSm/smeSm.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/smeSm/smeSm.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/smeSm/smeSmApi.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/srv/inc/scrApi.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/srv/scr/scr.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/core/srv/scr/scr.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/whalCtrl_api.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/whalCtrl_prm.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/whalTx_api.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/public_commands.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/public_descriptors.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/public_event_mbox.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/public_host_int.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/public_infoele.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/public_radio.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/public_types.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/ti_types.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/whalHwDefs.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/TnetwServices/TNETW1130/TnetwRegisters.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/TnetwServices/TNETW1130/whalHwRegs.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/TnetwServices/TNETW1150/TnetwRegisters.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/TnetwServices/TNETW1150/whalHwRegs.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/TnetwServices/TNETW1251/TnetwRegisters.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/TnetwServices/TNETW1251/whalHwRegs.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/TnetwServices/tnetwCommon.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/whalCtrl.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/whalCtrl.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/whalDebug.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/whalParams.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/whalParams.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/whalRadio.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/whalRecovery.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_data/whalDefrag.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_data/whalDefrag_api.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_data/whalEndpntEnt.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_data/whalEndpntEnt_api.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/whalHwCtrl.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/whalHwCtrl.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/whalHwMboxCmd.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/whalHwMboxCmd.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/whalHwMboxCmdBit.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/whalHwMboxCmdBit.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/whalHwMboxConfig.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/whalHwMboxConfig.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/inc/release.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/inc/whalCommon.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/inc/whalSecurity.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/inc/whalWep.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/inc/whalWpa.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/security/whalSecurity.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/security/whalWep.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/security/whalWpa.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/802_11Defs.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/Core_Api.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/Ethernet.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/paramIn.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/bufferPool.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/bufferPool.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/bufferPoolApi.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/fsm.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/fsm.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/memMngrEx.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/nrfsm.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/nrfsm.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/report.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/report.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/stack.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/utils.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/utils.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/config/Android.mk [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/config/android_dhcpcd.conf [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/config/tiwlan.ini [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/config/wpa_supplicant.conf [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/drv_sources.inc [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/os_sources.inc [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/IPCKernelApi.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/cli_cu_common.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/linux_ioctl_common.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/osApi.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/osClsfr.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/osDebug.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/osRgstry.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/osUtil.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/osClsfr.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/osCmd.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/osRgstry.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/osUtil.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/arch_ti.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/bmtrace.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/debug_module.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/debug_module_ioctl.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/esta_drv.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/ioctl_init.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/mmc_omap_api.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/mmc_tnetw1150_api.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/osAdapter.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/osTIType.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/osrgstry_parser.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/spi_api.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/windows_types.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/bmtrace.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/chip_stat.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/env_tst.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/esta_drv.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/ioctl_list.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/ioctl_utils.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/ioctl_utils.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/ipc_k.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/ipc_k.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/mmc_tnetw1150_api.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/osRgstry_parser.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/osapi.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/osmemapi.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/proc_stat.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/stack_profile.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/string.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/tiwlan_profile.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/tiwlan_profile.h [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/tnetw_sdio.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/Android.mk [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/driver_ti.c [new file with mode: 0644]
system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/driver_ti.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Android.mk [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/Android.mk [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/Makefile [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/configurationutility/Android.mk [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/configurationutility/inc/console.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/configurationutility/inc/cu_cmd.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/configurationutility/inc/cu_common.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/configurationutility/inc/ticon.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/configurationutility/inc/wpa_core.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/configurationutility/makefile [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/console.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/cu_cmd.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/cu_common.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/ticon.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/wpa_core.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/os/Android.mk [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/os/common/inc/cu_osapi.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/os/common/inc/cu_ostypes.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/os/common/inc/oserr.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/os/linux/Android.mk [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/os/linux/inc/ParsEvent.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/os/linux/inc/cu_os.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/os/linux/inc/ipc_event.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/os/linux/inc/ipc_sta.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/os/linux/inc/ipc_wpa.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/os/linux/inc/os_trans.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/os/linux/src/Android.mk [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/os/linux/src/ParsEvent.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/os/linux/src/cu_wext.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/os/linux/src/ipc_event.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/os/linux/src/ipc_sta.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/os/linux/src/ipc_wpa.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/os/linux/src/makefile [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/os/linux/src/os_trans.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/os/linux/src/osapi.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/tiwlan_loader/Android.mk [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/tiwlan_loader/Makefile [new file with mode: 0644]
system/wlan/ti/wilink_6_1/CUDK/tiwlan_loader/tiwlan_loader.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/Ctrl/CmdBld.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/Ctrl/CmdBld.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/Ctrl/CmdBldCfg.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/Ctrl/CmdBldCfgIE.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/Ctrl/CmdBldCfgIE.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/Ctrl/CmdBldCmd.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/Ctrl/CmdBldCmdIE.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/Ctrl/CmdBldCmdIE.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/Ctrl/CmdBldDb.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/Ctrl/CmdBldItr.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/Ctrl/CmdBldItrIE.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/Ctrl/CmdBldItrIE.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/Ctrl/CmdQueue.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/Ctrl/CmdQueue.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/Ctrl/Export_Inc/CmdQueue_api.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/Data_Service/Export_Inc/RxQueue_api.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/Data_Service/Export_Inc/txCtrlBlk_api.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/Data_Service/Export_Inc/txHwQueue_api.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/Data_Service/RxQueue.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/Data_Service/txCtrlBlk.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/Data_Service/txHwQueue.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FW_Transfer/CmdMBox.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FW_Transfer/CmdMBox.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FW_Transfer/Export_Inc/CmdMBox_api.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FW_Transfer/Export_Inc/FwEvent_api.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FW_Transfer/Export_Inc/HwInit_api.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FW_Transfer/Export_Inc/eventMbox_api.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FW_Transfer/Export_Inc/fwDebug_api.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FW_Transfer/Export_Inc/rxXfer_api.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FW_Transfer/Export_Inc/txResult_api.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FW_Transfer/Export_Inc/txXfer_api.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FW_Transfer/FwEvent.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FW_Transfer/HwInit.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FW_Transfer/HwInit.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FW_Transfer/RxXfer.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FW_Transfer/RxXfer.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FW_Transfer/eventMbox.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FW_Transfer/fwDebug.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FW_Transfer/txResult.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FW_Transfer/txXfer.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FirmwareApi/public_commands.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FirmwareApi/public_descriptors.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FirmwareApi/public_event_mbox.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FirmwareApi/public_host_int.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FirmwareApi/public_infoele.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FirmwareApi/public_radio.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/FirmwareApi/public_types.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/MacServices/Export_Inc/MacServices_api.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/MacServices/Export_Inc/measurementSrvDbgPrint.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/MacServices/MacServices.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/MacServices/MacServices.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/MacServices/MeasurementSrv.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/MacServices/MeasurementSrv.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/MacServices/MeasurementSrvSM.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/MacServices/MeasurementSrvSM.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/MacServices/PowerSrv.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/MacServices/PowerSrv.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/MacServices/PowerSrvSM.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/MacServices/PowerSrvSM.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/MacServices/PowerSrv_API.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/MacServices/ScanSrv.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/MacServices/ScanSrv.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/MacServices/ScanSrvSM.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/MacServices/ScanSrvSM.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/MacServices/measurementSrvDbgPrint.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/TWDriver/Device.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/TWDriver/Device1273.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/TWDriver/TWDriver.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/TWDriver/TWDriver.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/TWDriver/TWDriverCtrl.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/TWDriver/TWDriverInternal.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/TWDriver/TWDriverMsr.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/TWDriver/TWDriverRadio.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/TWDriver/TWDriverRate.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/TWDriver/TWDriverScan.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/TWDriver/TWDriverTx.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/TwIf/TwIf.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/TWD/TwIf/TwIf.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/HealthMonitorDbg.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/HealthMonitorDbg.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/MibDbg.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/MibDbg.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/PowerMgrDebug.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/PowerMgrDebug.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/RxDbg.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/ScanMngrDbg.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/ScanMngrDbg.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/SoftGeminiDbg.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/SoftGeminiDbg.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/TWD_Debug.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/TwIfDebug.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/TwIfDebug.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/TxDbg.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/connDebug.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/connDebug.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/ctrlDbg.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/dataCtrlDbg.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/debug.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/debug.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/fwdriverdebug.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/fwdriverdebug.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/measurementDbg.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/measurementDbg.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/qosMngrDbg.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/qosMngrDbg.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/roamingMgrDebug.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/roamingMgrDebug.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/rsnDbg.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/rsnDbg.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/scanCncnDbg.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/scanCncnDbg.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/scrDbg.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/scrDbg.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/siteMgrDebug.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/siteMgrDebug.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/smeDebug.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Test/smeDebug.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Txn/BusDrv.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Txn/SdioBusDrv.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Txn/TxnDefs.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Txn/TxnQueue.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Txn/TxnQueue.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/Txn/WspiBusDrv.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/config/Android.mk [new file with mode: 0644]
system/wlan/ti/wilink_6_1/config/android_dhcpcd.conf [new file with mode: 0644]
system/wlan/ti/wilink_6_1/config/tiwlan.ini [new file with mode: 0644]
system/wlan/ti/wilink_6_1/config/wpa_supplicant.conf [new file with mode: 0644]
system/wlan/ti/wilink_6_1/external_drivers/sdio/linux/SdioDrv.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/external_drivers/sdio/linux/SdioDrv.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/external_drivers/sdio/linux/SdioDrvDbg.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/hw/linux/SdioAdapter.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/hw/linux/SdioAdapter.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/hw/linux/host_platform.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/hw/linux/host_platform.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/common/build/linux/Makefile [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/common/build/linux/common.inc [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/common/build/linux/os_sources.inc [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/common/inc/IPCKernelApi.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/common/inc/RxBuf.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/common/inc/WlanDrvCommon.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/common/inc/cli_cu_common.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/common/inc/convert.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/common/inc/osApi.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/common/inc/osDebug.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/common/inc/osRgstry.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/common/inc/spi_api.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/common/inc/tracebuf_api.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/common/src/osRgstry.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/common/src/tracebuf.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/Makefile [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/build/Makefile [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/build/common.inc [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/build/os_sources.inc [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/inc/CmdInterpretWext.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/inc/RxBuf_linux.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/inc/WlanDrvIf.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/inc/arch_ti.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/inc/ioctl_init.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/inc/osTIType.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/inc/osdot11nousermode.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/inc/stack_profile.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/inc/tracebuf.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/inc/wbuf.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/inc/windows_types.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/src/CmdInterpretWext.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/src/RxBuf.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/src/WlanDrvIf.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/src/WlanDrvWext.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/src/WlanDrvWext.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/src/ipc_k.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/src/ipc_k.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/src/osRgstry_parser.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/src/osRgstry_parser.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/src/osapi.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/src/osmemapi.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/src/stack_profile.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/src/string.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/platforms/os/linux/zoom2_env.bash [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/Export_Inc/Ethernet.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/Export_Inc/InternalCmdCodes.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/Export_Inc/STADExternalIf.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/Export_Inc/TI_IPC_Api.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/Export_Inc/TI_Results.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/Export_Inc/bssTypes.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/Export_Inc/coreDefaultParams.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/Export_Inc/p_buffer.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/Export_Inc/paramOut.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/Export_Inc/privateCmd.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/Export_Inc/tiwlnif.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/build/linux/Makefile [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/build/linux/common.inc [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/build/linux/drv_sources.inc [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/SoftGemini.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/SoftGemini.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/SoftGeminiApi.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/SwitchChannel.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/SwitchChannelApi.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/measurementMgr.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/measurementMgr.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/measurementMgrApi.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/measurementMgrSM.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/measurementMgrSM.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/regulatoryDomain.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/regulatoryDomain.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/regulatoryDomainApi.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/requestHandler.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/requestHandler.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/spectrumMngmntMgr.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/spectrumMngmntMgr.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Application/roamingMngr.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Application/roamingMngrApi.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Application/roamingMngrTypes.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Application/roamingMngr_autoSM.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Application/roamingMngr_autoSM.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Application/roamingMngr_manualSM.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Application/roamingMngr_manualSM.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Application/scanMngr.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Application/scanMngr.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Application/scanMngrApi.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Application/scanMngrTypes.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/admCtrl.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/admCtrl.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/admCtrlNone.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/admCtrlNone.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/admCtrlWep.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/admCtrlWep.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/admCtrlWpa.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/admCtrlWpa.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/admCtrlWpa2.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/admCtrlWpa2.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/apConn.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/apConn.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/apConnApi.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/broadcastKey802_1x.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/broadcastKey802_1x.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/broadcastKeyNone.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/broadcastKeyNone.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/broadcastKeySM.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/broadcastKeySM.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/conn.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/conn.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/connApi.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/connIbss.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/connIbss.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/connInfra.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/connInfra.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/externalSec.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/externalSec.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/keyDerive.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/keyDerive.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/keyDeriveAes.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/keyDeriveAes.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/keyDeriveCkip.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/keyDeriveCkip.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/keyDeriveTkip.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/keyDeriveTkip.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/keyDeriveWep.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/keyDeriveWep.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/keyParser.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/keyParser.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/keyParserExternal.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/keyParserExternal.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/keyParserWep.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/keyParserWep.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/keyTypes.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/mainKeysSm.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/mainKeysSm.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/mainKeysSmInternal.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/mainSecKeysOnly.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/mainSecKeysOnly.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/mainSecNull.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/mainSecNull.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/mainSecSm.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/mainSecSm.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/rsn.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/rsn.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/rsnApi.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/sme.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/sme.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/smeApi.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/smePrivate.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/smeSelect.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/smeSm.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/smeSm.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/unicastKey802_1x.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/unicastKey802_1x.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/unicastKeyNone.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/unicastKeyNone.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/unicastKeySM.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/unicastKeySM.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/CmdDispatcher.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/CmdDispatcher.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/CmdHndlr.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/CmdHndlr.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/CmdInterpret.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/DrvMain.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/DrvMain.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/DrvMainModules.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/EvHandler.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/EvHandler.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Data_link/Ctrl.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Data_link/Ctrl.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Data_link/DataCtrl_Api.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Data_link/GeneralUtil.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Data_link/GeneralUtil.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Data_link/GeneralUtilApi.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Data_link/TrafficMonitor.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Data_link/TrafficMonitor.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Data_link/TrafficMonitorAPI.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Data_link/TxDataClsfr.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Data_link/rx.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Data_link/rx.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Data_link/txCtrl.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Data_link/txCtrl.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Data_link/txCtrlParams.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Data_link/txCtrlServ.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Data_link/txCtrl_Api.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Data_link/txDataQueue.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Data_link/txDataQueue.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Data_link/txDataQueue_Api.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Data_link/txMgmtQueue.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Data_link/txMgmtQueue_Api.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Data_link/txPort.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Data_link/txPort_Api.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/AssocSM.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/PowerMgr.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/PowerMgr.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/PowerMgrDbgPrint.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/PowerMgrKeepAlive.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/PowerMgrKeepAlive.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/PowerMgr_API.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ScanCncn.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ScanCncn.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ScanCncnApp.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ScanCncnOsSm.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ScanCncnOsSm.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ScanCncnPrivate.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ScanCncnSm.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ScanCncnSm.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ScanCncnSmSpecific.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/StaCap.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/StaCap.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/assocSM.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/authSm.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/authSm.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/currBss.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/currBss.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/currBssApi.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/healthMonitor.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/healthMonitor.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/mlmeApi.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/mlmeBuilder.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/mlmeBuilder.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/mlmeParser.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/mlmeParser.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/mlmeSm.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/mlmeSm.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/openAuthSm.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/openAuthSm.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/qosMngr.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/qosMngr.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/qosMngr_API.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/roamingInt.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/scanResultTable.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/scanResultTable.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/scr.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/scr.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/scrApi.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/sharedKeyAuthSm.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/sharedKeyAuthSm.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/siteHash.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/siteHash.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/siteMgr.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/siteMgrApi.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/systemConfig.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/templates.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/trafficAdmControl.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/stad/src/Sta_Management/trafficAdmControl.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/802_11Defs.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/CmdInterfaceCodes.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/GenSM.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/GenSM.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/bmtrace_api.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/commonTypes.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/context.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/context.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/freq.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/freq.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/fsm.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/fsm.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/mem.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/osDot11.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/queue.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/queue.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/rate.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/rate.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/report.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/report.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/stack.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/stack.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/tiQosTypes.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/tidef.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/timer.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/timer.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/utils/version.h [new file with mode: 0644]
system/wlan/ti/wilink_6_1/wpa_supplicant_lib/Android.mk [new file with mode: 0644]
system/wlan/ti/wilink_6_1/wpa_supplicant_lib/driver_ti.c [new file with mode: 0644]
system/wlan/ti/wilink_6_1/wpa_supplicant_lib/driver_ti.h [new file with mode: 0644]