Home
last modified time | relevance | path

Searched refs:enable (Results 1 – 20 of 20) sorted by relevance

/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessagingFragment.java165 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.jd10 demonstrates how to enable and disable immersive mode programmatically.
/development/samples/browseable/BasicManagedProfile/
D_index.jd9 enable or disable other apps and how to set restrictions to them. Intents can be
/development/samples/training/testingfun/app/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/development/samples/training/NsdChat/
Dproject.properties10 # 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
/development/samples/training/basic/FragmentBasics/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/development/samples/training/testingfun/app/tests/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/development/samples/ControllerSample/
Dproject.properties10 # 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
/development/samples/browseable/BasicMediaRouter/
D_index.jd11 you may need to enable "Wireless Display" functionality in the system settings.
/development/tools/logblame/
Dconnectivity_log_test42 adb shell svc wifi enable
Dsample.txt37 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.jd13 can also enable recording of coordinates and when it pairs back
/development/scripts/gdb/
Ddalvik.gdb38 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/
DUtils.java123 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/
DDeviceScanActivity.java161 private void scanLeDevice(final boolean enable) { in scanLeDevice() argument
162 if (enable) { in scanLeDevice()
/development/ide/eclipse/
DREADME.importing-to-eclipse.txt32 enable it in the global preference panel under "C/C++" /
/development/apps/Development/src/com/android/development/
DConnectivity.java821 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/
DCamera2RawFragment.java644 mOrientationListener.enable(); in onResume()