/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/ |
D | MessagingFragment.java | 165 private void setButtonsState(boolean enable) { in setButtonsState() argument 166 mSendSingleConversation.setEnabled(enable); in setButtonsState() 167 mSendTwoConversations.setEnabled(enable); in setButtonsState() 168 mSendConversationWithThreeMessages.setEnabled(enable); in setButtonsState()
|
/development/samples/browseable/BasicImmersiveMode/ |
D | _index.jd | 10 demonstrates how to enable and disable immersive mode programmatically.
|
/development/samples/browseable/BasicManagedProfile/ |
D | _index.jd | 9 enable or disable other apps and how to set restrictions to them. Intents can be
|
/development/samples/training/testingfun/app/ |
D | project.properties | 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/development/samples/training/NsdChat/ |
D | project.properties | 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
D | proguard.cfg | 1 # To enable ProGuard in your project, edit project.properties
|
/development/samples/training/basic/FragmentBasics/ |
D | project.properties | 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/development/samples/training/testingfun/app/tests/ |
D | project.properties | 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/development/samples/ControllerSample/ |
D | project.properties | 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
D | proguard-project.txt | 1 # To enable ProGuard in your project, edit project.properties
|
/development/samples/browseable/BasicMediaRouter/ |
D | _index.jd | 11 you may need to enable "Wireless Display" functionality in the system settings.
|
/development/tools/logblame/ |
D | connectivity_log_test | 42 adb shell svc wifi enable
|
D | sample.txt | 37 queueActivate: sensor=28, handle=30, enable=0 50 queueActivate: sensor=12, handle=7, enable=0 98 queueActivate: sensor=24, handle=20, enable=1 222 queueActivate: sensor=24, handle=20, enable=1 282 queueActivate: sensor=13, handle=6, enable=1 330 queueActivate: sensor=28, handle=30, enable=1 345 queueActivate: sensor=12, handle=7, enable=1 408 queueActivate: sensor=24, handle=20, enable=0 477 queueActivate: sensor=13, handle=6, enable=0 692 queueActivate: sensor=1, handle=1, enable=1 [all …]
|
/development/samples/browseable/SpeedTracker/ |
D | _index.jd | 13 can also enable recording of coordinates and when it pairs back
|
/development/scripts/gdb/ |
D | dalvik.gdb | 38 printf "re-enable normal SIGSEGV handling using this command:\n" 71 Use the command "art-on" to enable ART debugging mode.
|
/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/ |
D | Utils.java | 123 public static void storeGeofenceEnabled(Context context, boolean enable) { in storeGeofenceEnabled() argument 126 editor.putBoolean(PREFERENCES_GEOFENCE_ENABLED, enable); in storeGeofenceEnabled()
|
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/ |
D | DeviceScanActivity.java | 161 private void scanLeDevice(final boolean enable) { in scanLeDevice() argument 162 if (enable) { in scanLeDevice()
|
/development/ide/eclipse/ |
D | README.importing-to-eclipse.txt | 32 enable it in the global preference panel under "C/C++" /
|
/development/apps/Development/src/com/android/development/ |
D | Connectivity.java | 821 private void onWifiMulticastLock(boolean enable) { in onWifiMulticastLock() argument 822 Log.d(TAG, (enable ? "Acquiring" : "Releasing") + " wifi multicast lock"); in onWifiMulticastLock() 823 if (enable) { in onWifiMulticastLock() 828 findViewById(R.id.acquireWifiMulticastLock).setEnabled(!enable); in onWifiMulticastLock() 829 findViewById(R.id.releaseWifiMulticastLock).setEnabled(enable); in onWifiMulticastLock()
|
/development/samples/browseable/Camera2Raw/src/com.example.android.camera2raw/ |
D | Camera2RawFragment.java | 644 mOrientationListener.enable(); in onResume()
|