Home
last modified time | relevance | path

Searched refs:properties (Results 1 – 25 of 56) sorted by relevance

123

/development/samples/training/testingfun/app/
Dproject.properties6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/development/samples/training/NsdChat/
Dproject.properties6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
Dproguard.cfg1 # To enable ProGuard in your project, edit project.properties
8 # include property in project.properties.
/development/samples/training/basic/FragmentBasics/
Dproject.properties6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/development/samples/training/testingfun/app/tests/
Dproject.properties6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/development/samples/ControllerSample/
Dproject.properties6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
8 # include property in project.properties.
/development/samples/USB/MissileLauncher/
Ddefault.properties6 # To customize properties used by the Ant build system use,
7 # "build.properties", and override values to adapt the script to your
/development/samples/training/basic/ActivityLifecycle/
Dproject.properties6 # To customize properties used by the Ant build system use,
7 # "ant.properties", and override values to adapt the script to your
Ddefault.properties6 # To customize properties used by the Ant build system use,
7 # "build.properties", and override values to adapt the script to your
/development/samples/training/AnimationsDemo/
Dproject.properties6 # To customize properties used by the Ant build system use,
7 # "ant.properties", and override values to adapt the script to your
/development/samples/JetBoy/
Ddefault.properties6 # To customize properties used by the Ant build system use,
7 # "build.properties", and override values to adapt the script to your
/development/samples/USB/AdbTest/
Ddefault.properties6 # To customize properties used by the Ant build system use,
7 # "build.properties", and override values to adapt the script to your
/development/samples/training/multiscreen/newsreader/
Dproject.properties6 # To customize properties used by the Ant build system use,
7 # "ant.properties", and override values to adapt the script to your
/development/build/
DAndroid.mk8 $(HOST_OUT)/development/sdk/%_source.properties, \
12 $(HOST_OUT)/development/samples/%_source.properties, \
16 $(HOST_OUT)/development/sys-img-$(TARGET_CPU_ABI)/%_source.properties, \
28 $(sys_img_props) : $(HOST_OUT)/development/sys-img-$(TARGET_CPU_ABI)/%_source.properties : $(TOPDIR…
39 $(sdk_props) : $(HOST_OUT)/development/sdk/%_source.properties : $(TOPDIR)development/sdk/%_source.…
48 $(sample_props) : $(HOST_OUT)/development/samples/%_source.properties : $(TOPDIR)development/sample…
Dsdk-android-arm64-v8a.atree20 …RGET_CPU_ABI}/images_arm64-v8a_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/…
Dsdk-android-mips64.atree21 …TARGET_CPU_ABI}/images_mips64_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}…
/development/samples/browseable/MidiScope/src/com.example.android.midiscope/
DMidiPrinter.java94 Bundle properties = info.getProperties(); in formatDeviceInfo() local
95 for (String key : properties.keySet()) { in formatDeviceInfo()
96 Object value = properties.get(key); in formatDeviceInfo()
/development/apps/CustomLocale/
D.gitignore4 default.properties
/development/samples/devbytes/telephony/SmsSampleProject/
D.gitignore2 /local.properties
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
DNfcProvisioningFragment.java109 Properties properties = new Properties(); in createNdefMessage() local
123 properties.put(e.getKey(), value); in createNdefMessage()
128 if (!properties.contains(DevicePolicyManager.EXTRA_PROVISIONING_LOCAL_TIME)) { in createNdefMessage()
129 properties.put(DevicePolicyManager.EXTRA_PROVISIONING_LOCAL_TIME, in createNdefMessage()
133 properties.store(stream, getString(R.string.nfc_comment)); in createNdefMessage()
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DInteractiveWatchFaceService.java142 public void onPropertiesChanged(Bundle properties) { in onPropertiesChanged() argument
143 super.onPropertiesChanged(properties); in onPropertiesChanged()
145 boolean burnInProtection = properties.getBoolean(PROPERTY_BURN_IN_PROTECTION, false); in onPropertiesChanged()
148 mLowBitAmbient = properties.getBoolean(PROPERTY_LOW_BIT_AMBIENT, false); in onPropertiesChanged()
/development/samples/training/InteractiveChart/
Dproject.properties22 # To customize properties used by the Ant build system use,
23 # "ant.properties", and override values to adapt the script to your
/development/ndk/
D.gitignore11 local.properties
/development/samples/TicTacToeLib/
Ddefault.properties22 # To customize properties used by the Ant build system use,
23 # "build.properties", and override values to adapt the script to your

123