Searched refs:enable (Results 226 - 250 of 341) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/app/
H A DUiAutomation.java763 * @param enable whether to run in a "monkey" mode or not. Default is not.
766 public void setRunAsMonkey(boolean enable) { argument
771 ActivityManager.getService().setUserIsMonkey(enable);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java667 * @param enable if true, enable the optional codecs, other disable them
669 private void enableDisableOptionalCodecs(boolean enable) { argument
673 if (enable) {
H A DBluetoothGatt.java31 * <p>This class provides Bluetooth GATT functionality to enable communication
1326 * @param characteristic The characteristic for which to enable notifications
1327 * @param enable Set to true to enable notifications/indications
1331 boolean enable) {
1333 + " enable: " + enable);
1344 characteristic.getInstanceId(), enable);
1330 setCharacteristicNotification(BluetoothGattCharacteristic characteristic, boolean enable) argument
/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java354 Log.w(TAG, "Could not enable input device with id = " + id);
963 * @param enable true when requesting pointer capture, false when releasing.
967 public void requestPointerCapture(IBinder windowToken, boolean enable) { argument
969 mIm.requestPointerCapture(windowToken, enable);
/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java746 public boolean enable() { method in class:NfcAdapter
748 return sService.enable();
1501 * so you do not need to call enable/disable in your onResume/onPause.
1542 * so you do not need to call enable/disable in your onResume/onPause.
/frameworks/base/libs/storage/
H A DIMountService.cpp111 virtual void setUsbMassStorageEnabled(const bool enable) argument
115 data.writeInt32(enable != 0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java386 public void setEnabled(boolean enable) { argument
387 mEnabled = enable;
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h207 // enable/disable h/w composer event
314 virtual status_t enableVSyncInjections(bool enable);
370 void enableVSyncInjectionsInternal(bool enable);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DConnectivityServiceMock.java556 public int setUsbTethering(boolean enable, String callerPkg) { argument
685 public void setAirplaneMode(boolean enable) { argument
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DListRowPresenter.java722 * This is not only for enable/disable default shadow implementation but also subclass must
731 * This is not only for enable/disable default shadow implementation but also subclass must
742 public final void enableChildRoundedCorners(boolean enable) { argument
743 mRoundedCornersEnabled = enable;
/frameworks/av/include/media/
H A DAudioMixer.h121 void enable(int name);
/frameworks/av/media/libaudioclient/include/media/
H A DAudioMixer.h121 void enable(int name);
/frameworks/av/media/libaudioprocessing/tests/
H A Dtest-mixer.cpp42 fprintf(stderr, " -f enable floating point input track by default\n");
43 fprintf(stderr, " -m enable floating point mixer output\n");
296 mixer->enable(name);
/frameworks/av/services/audioflinger/
H A DEffects.h39 // reset, enable, disable commands to effect engine and provide volume
190 virtual status_t enable();
248 bool mEnabled; // cached enable state: needed when the effect is
340 // check if effects should be suspend or restored when a given effect is enable or disabled
385 // get an effect module if it is currently enable
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaAudioEffectTest.java431 // 2 - enable/ disable
1074 assertTrue(msg + ": Effect1 can enable",
1197 //Test case 5.3: test enable status listener
1230 assertFalse(msg + ": enable status not updated", mIsEnabled);
1408 public ListenerThread(boolean control, boolean enable, boolean parameter) { argument
1411 mEnable = enable;
1415 private void createListenerLooper(boolean control, boolean enable, boolean parameter) { argument
1417 new ListenerThread(control, enable, parameter) {
/frameworks/base/services/net/java/android/net/ip/
H A DIpManager.java147 public void setNeighborDiscoveryOffload(boolean enable) {} argument
259 public void setNeighborDiscoveryOffload(boolean enable) { argument
260 mCallback.setNeighborDiscoveryOffload(enable);
261 log("setNeighborDiscoveryOffload(" + enable + ")");
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java759 * Activity Action: Show a system activity that allows the user to enable
782 * Activity Action: Show UI to get user approval to enable WiFi.
1055 * The new network will be marked DISABLED by default. To enable it,
1257 * Applications are not allowed to enable networks created by other
1778 * @param enabled {@code true} to enable, {@code false} to disable.
2197 * @param enable true = setup and false = tear down TDLS
2199 public void setTdlsEnabled(InetAddress remoteIPAddress, boolean enable) { argument
2201 mService.enableTdls(remoteIPAddress.getHostAddress(), enable);
2211 * @param enable true = setup and false = tear down TDLS
2213 public void setTdlsEnabledWithMacAddress(String remoteMacAddress, boolean enable) { argument
[all...]
/frameworks/native/include/gui/
H A DSurface.h144 void enableFrameTimestamps(bool enable);
H A DSurfaceComposerClient.h137 static status_t enableVSyncInjections(bool enable);
/frameworks/native/libs/gui/include/gui/
H A DSurface.h144 void enableFrameTimestamps(bool enable);
H A DSurfaceComposerClient.h137 static status_t enableVSyncInjections(bool enable);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBrowseFragment.java950 * @param enable true to enable row scaling
953 public void enableRowScaling(boolean enable) { argument
954 enableMainFragmentScaling(enable);
962 * @param enable true to enable row scaling
964 public void enableMainFragmentScaling(boolean enable) { argument
965 mMainFragmentScaleEnabled = enable;
H A DBrowseSupportFragment.java947 * @param enable true to enable row scaling
950 public void enableRowScaling(boolean enable) { argument
951 enableMainFragmentScaling(enable);
959 * @param enable true to enable row scaling
961 public void enableMainFragmentScaling(boolean enable) { argument
962 mMainFragmentScaleEnabled = enable;
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.cpp528 status_t CameraHardwareInterface::storeMetaDataInBuffers(int enable) argument
533 mHidlDevice->storeMetaDataInBuffers(enable));
535 return enable ? INVALID_OPERATION: OK;
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
H A DBmgr.java88 if ("enable".equals(op)) {
175 boolean enable = Boolean.parseBoolean(arg);
176 mBmgr.setBackupEnabled(enable);
177 System.out.println("Backup Manager now " + enableToString(enable));
816 System.err.println(" bmgr enable BOOL");
834 System.err.println("The 'enable' command enables or disables the entire backup mechanism.");

Completed in 1195 milliseconds

1234567891011>>