Searched refs:enable (Results 151 - 175 of 276) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/hardware/
H A DSensorManager.java1710 * @param enable True to initialize a client in DATA_INJECTION mode.
1718 public boolean initDataInjection(boolean enable) { argument
1719 return initDataInjectionImpl(enable);
1725 protected abstract boolean initDataInjectionImpl(boolean enable); argument
/frameworks/rs/cpp/util/
H A DRefBase.h99 // enable -- enable/disable tracking
100 // retain -- when tracking is enable, if true, then we save a stack trace
105 void trackMe(bool enable, bool retain);
116 inline void trackMe(bool enable, bool retain) argument
118 getWeakRefs()->trackMe(enable, retain);
/frameworks/rs/server/
H A DRefBase.h98 // enable -- enable/disable tracking
99 // retain -- when tracking is enable, if true, then we save a stack trace
104 void trackMe(bool enable, bool retain);
115 inline void trackMe(bool enable, bool retain) argument
117 getWeakRefs()->trackMe(enable, retain);
/frameworks/base/core/java/android/app/
H A DLoadedApk.java699 @Override public void setClassAssertionStatus(String cname, boolean enable) { argument
701 getParent().setClassAssertionStatus(cname, enable);
704 @Override public void setPackageAssertionStatus(String pname, boolean enable) { argument
706 getParent().setPackageAssertionStatus(pname, enable);
709 @Override public void setDefaultAssertionStatus(boolean enable) { argument
711 getParent().setDefaultAssertionStatus(enable);
H A DUiAutomation.java754 * @param enable whether to run in a "monkey" mode or not. Default is not.
757 public void setRunAsMonkey(boolean enable) { argument
762 ActivityManagerNative.getDefault().setUserIsMonkey(enable);
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java314 * session is created to enable the overlay view.
319 * then can be used to determine whether to enable/disable the overlay view.
321 * @param enable {@code true} if you want to enable the overlay view. {@code false}
324 public void setOverlayViewEnabled(final boolean enable) { argument
328 if (enable == mOverlayViewEnabled) {
331 mOverlayViewEnabled = enable;
332 if (enable) {
827 * @param enabled {@code true} to enable, {@code false} to disable.
1356 * @param enable {
1358 timeShiftEnablePositionTracking(boolean enable) argument
[all...]
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraModule.cpp362 int CameraModule::setTorchMode(const char* camera_id, bool enable) { argument
365 res = mModule->set_torch_mode(camera_id, enable);
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothGatt.aidl60 void registerForNotification(in int clientIf, in String address, in int handle, in boolean enable);
/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdateServiceImpl.java121 void enableFallbackLogic(boolean enable) { argument
122 mSystemInterface.enableFallbackLogic(enable);
135 * otherwise, enable the fallback package.
159 // package, otherwise, enable it.
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraAgent.java911 * @param enable {@code true} to enable the shutter sound,
914 public void enableShutterSound(final boolean enable) { argument
920 .obtainMessage(CameraActions.ENABLE_SHUTTER_SOUND, (enable ? 1 : 0), 0)
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java433 public void enableImageTransforms(boolean enable) { argument
434 mPhotoView.enableImageTransforms(enable);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteButton.java276 * Sets whether to enable showing a toast with the content descriptor of the
279 void setCheatSheetEnabled(boolean enable) { argument
280 mCheatSheetEnabled = enable;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1673 private void setCallForwardingIndicatorInSharedPref(boolean enable) { argument
1674 int status = enable ? IccRecords.CALL_FORWARDING_STATUS_ENABLED :
1686 public void setVoiceCallForwardingFlag(int line, boolean enable, String number) { argument
1687 setCallForwardingIndicatorInSharedPref(enable);
1690 r.setVoiceCallForwardingFlag(line, enable, number);
1694 protected void setVoiceCallForwardingFlag(IccRecords r, int line, boolean enable, argument
1696 setCallForwardingIndicatorInSharedPref(enable);
1697 r.setVoiceCallForwardingFlag(line, enable, number);
1874 * @param enable whether true or false to enable o
1877 enableEnhancedVoicePrivacy(boolean enable, Message onComplete) argument
3183 setInternalDataEnabled(boolean enable, Message onCompleteMsg) argument
[all...]
H A DCommandsInterface.java419 * @param enable true to enable notifications, false to disable.
422 void setSuppServiceNotifications(boolean enable, Message result); argument
928 * @param enable true is enhanced and false is normal VP
931 void setPreferredVoicePrivacy(boolean enable, Message result); argument
1236 * @param enable is true to enable, false to disable
1241 void setCallWaiting(boolean enable, int serviceClass, Message response); argument
1388 * Request to enable/disable network state change notifications when
1391 * @param enable tru
1394 setLocationUpdates(boolean enable, Message response) argument
[all...]
/frameworks/av/media/libeffects/testlibs/
H A DAudioBiquadFilter.cpp70 void AudioBiquadFilter::enable(bool immediate) { function in class:android::AudioBiquadFilter
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java317 * @param lockingEnabled set to true to enable locks, false otherwise
1826 * This method allows an application to enable foreign key constraints.
1846 * @param enable True to enable foreign key constraints, false to disable them.
1851 public void setForeignKeyConstraintsEnabled(boolean enable) { argument
1855 if (mConfigurationLocked.foreignKeyConstraintsEnabled == enable) {
1859 mConfigurationLocked.foreignKeyConstraintsEnabled = enable;
1863 mConfigurationLocked.foreignKeyConstraintsEnabled = !enable;
1873 * journal mode is also changed to enable writes to proceed concurrently with reads.
1886 * It is a good idea to enable writ
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java51 * It is recommended to enable zoom support {@link #setSupportZoom} when
366 * Sets whether the WebView will enable smooth transition while panning or
375 public abstract void setEnableSmoothTransition(boolean enable); argument
615 * Sets whether the WebView should enable support for the "viewport"
623 * @param use whether to enable support for the viewport meta tag
898 * Tells the WebView to enable JavaScript execution.
909 * {@link #setAllowFileAccessFromFileURLs}. To enable the most restrictive,
930 * enable the most restrictive, and therefore secure policy, this setting
951 * Sets whether the WebView should enable plugins. The default is false.
963 * Tells the WebView to enable, disabl
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java394 public void setHomeButtonEnabled(boolean enable) { argument
395 mDecorToolbar.setHomeButtonEnabled(enable);
710 "(Window.FEATURE_OVERLAY_ACTION_BAR) to enable hide on content scroll");
1387 public void setDefaultDisplayHomeAsUpEnabled(boolean enable) { argument
1389 setDisplayHomeAsUpEnabled(enable);
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java605 synchronized void setLogOnlyTransitions(boolean enable) { argument
606 mLogOnlyTransitions = enable;
1444 * @param enable {@code true} to enable, {@code false} to disable
1446 public final void setLogOnlyTransitions(boolean enable) { argument
1447 mSmHandler.mLogRecords.setLogOnlyTransitions(enable);
1981 * Set debug enable/disabled.
1983 * @param dbg is true to enable debugging.
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusionEngine.java97 public void enable() { method in class:FusionEngine
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java863 * @param enable Should it be enabled.
865 private void enableAppearDrawing(boolean enable) { argument
866 if (enable != mDrawingAppearAnimation) {
867 mDrawingAppearAnimation = enable;
868 if (!enable) {
/frameworks/base/services/net/java/android/net/ip/
H A DIpManager.java126 public void setNeighborDiscoveryOffload(boolean enable) {} argument
238 public void setNeighborDiscoveryOffload(boolean enable) { argument
239 mCallback.setNeighborDiscoveryOffload(enable);
240 log("setNeighborDiscoveryOffload(" + enable + ")");
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java541 * Activity Action: Show a system activity that allows the user to enable
757 * The new network will be marked DISABLED by default. To enable it,
1434 * @param enabled {@code true} to enable, {@code false} to disable.
1665 * @param enable true = setup and false = tear down TDLS
1667 public void setTdlsEnabled(InetAddress remoteIPAddress, boolean enable) { argument
1669 mService.enableTdls(remoteIPAddress.getHostAddress(), enable);
1679 * @param enable true = setup and false = tear down TDLS
1681 public void setTdlsEnabledWithMacAddress(String remoteMacAddress, boolean enable) { argument
1683 mService.enableTdlsWithMacAddress(remoteMacAddress, enable);
2698 * Framework layer autojoin enable/disabl
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommandsVerifier.java394 public void setSuppServiceNotifications(boolean enable, Message result) { argument
715 public void setPreferredVoicePrivacy(boolean enable, Message result) { argument
908 public void setCallWaiting(boolean enable, int serviceClass, Message response) { argument
1014 public void setLocationUpdates(boolean enable, Message response) { argument
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBrowseFragment.java877 * @param enable true to enable row scaling
880 public void enableRowScaling(boolean enable) { argument
881 enableMainFragmentScaling(enable);
889 * @param enable true to enable row scaling
891 public void enableMainFragmentScaling(boolean enable) { argument
892 mMainFragmentScaleEnabled = enable;

Completed in 991 milliseconds

1234567891011>>