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

1234567891011>>

/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
H A DMediaRouteButton.java289 * Sets whether to enable showing a toast with the content descriptor of the
292 void setCheatSheetEnabled(boolean enable) { argument
294 enable ? getContext().getString(R.string.mr_button_content_description) : null);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1801 private void setCallForwardingIndicatorInSharedPref(boolean enable) { argument
1802 int status = enable ? IccRecords.CALL_FORWARDING_STATUS_ENABLED :
1814 public void setVoiceCallForwardingFlag(int line, boolean enable, String number) { argument
1815 setCallForwardingIndicatorInSharedPref(enable);
1818 r.setVoiceCallForwardingFlag(line, enable, number);
1822 protected void setVoiceCallForwardingFlag(IccRecords r, int line, boolean enable, argument
1824 setCallForwardingIndicatorInSharedPref(enable);
1825 r.setVoiceCallForwardingFlag(line, enable, number);
2022 * @param enable whether true or false to enable o
2025 enableEnhancedVoicePrivacy(boolean enable, Message onComplete) argument
3521 setInternalDataEnabled(boolean enable, Message onCompleteMsg) argument
[all...]
H A DCommandsInterface.java434 * @param enable true to enable notifications, false to disable.
437 void setSuppServiceNotifications(boolean enable, Message result); argument
943 * @param enable true is enhanced and false is normal VP
946 void setPreferredVoicePrivacy(boolean enable, Message result); argument
1251 * @param enable is true to enable, false to disable
1256 void setCallWaiting(boolean enable, int serviceClass, Message response); argument
1421 * Request to enable/disable network state change notifications when
1424 * @param enable tru
1427 setLocationUpdates(boolean enable, Message response) argument
[all...]
/frameworks/av/include/media/
H A DIOMX.h116 OMX_U32 portIndex, OMX_BOOL enable,
/frameworks/av/media/libeffects/testlibs/
H A DAudioBiquadFilter.cpp70 void AudioBiquadFilter::enable(bool immediate) { function in class:android::AudioBiquadFilter
/frameworks/av/media/libmedia/include/media/
H A DIOMX.h116 OMX_U32 portIndex, OMX_BOOL enable,
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java359 * @param lockingEnabled set to true to enable locks, false otherwise
1923 * This method allows an application to enable foreign key constraints.
1943 * @param enable True to enable foreign key constraints, false to disable them.
1948 public void setForeignKeyConstraintsEnabled(boolean enable) { argument
1952 if (mConfigurationLocked.foreignKeyConstraintsEnabled == enable) {
1956 mConfigurationLocked.foreignKeyConstraintsEnabled = enable;
1960 mConfigurationLocked.foreignKeyConstraintsEnabled = !enable;
1970 * journal mode is also changed to enable writes to proceed concurrently with reads.
1983 * It is a good idea to enable writ
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java52 * It is recommended to enable zoom support {@link #setSupportZoom} when
374 * Sets whether the WebView will enable smooth transition while panning or
383 public abstract void setEnableSmoothTransition(boolean enable); argument
635 * Sets whether the WebView should enable support for the "viewport"
643 * @param use whether to enable support for the viewport meta tag
918 * Tells the WebView to enable JavaScript execution.
929 * {@link #setAllowFileAccessFromFileURLs}. To enable the most restrictive,
950 * enable the most restrictive, and therefore secure, policy this setting
971 * Sets whether the WebView should enable plugins. The default is {@code false}.
983 * Tells the WebView to enable, disabl
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java391 public void setHomeButtonEnabled(boolean enable) { argument
392 mDecorToolbar.setHomeButtonEnabled(enable);
707 "(Window.FEATURE_OVERLAY_ACTION_BAR) to enable hide on content scroll");
1378 public void setDefaultDisplayHomeAsUpEnabled(boolean enable) { argument
1380 setDisplayHomeAsUpEnabled(enable);
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java607 synchronized void setLogOnlyTransitions(boolean enable) { argument
608 mLogOnlyTransitions = enable;
1493 * @param enable {@code true} to enable, {@code false} to disable
1495 public final void setLogOnlyTransitions(boolean enable) { argument
1496 mSmHandler.mLogRecords.setLogOnlyTransitions(enable);
2041 * Set debug enable/disabled.
2043 * @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.java1019 * @param enable Should it be enabled.
1021 private void enableAppearDrawing(boolean enable) { argument
1022 if (enable != mDrawingAppearAnimation) {
1023 mDrawingAppearAnimation = enable;
1024 if (!enable) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/hardware/
H A DFakeSensorManager.java173 protected boolean initDataInjectionImpl(boolean enable) { argument
/frameworks/base/services/core/java/com/android/server/om/
H A DOverlayManagerService.java519 public boolean setEnabled(@Nullable final String packageName, final boolean enable,
530 return mImpl.setEnabled(packageName, enable, userId);
538 public boolean setEnabledExclusive(@Nullable final String packageName, final boolean enable,
542 if (packageName == null || !enable) {
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl900 * User enable/disable Mobile Data.
902 * @param enable true to turn on, else false
904 void setUserDataEnabled(int subId, boolean enable);
1117 * @param enable Whether to enable video calling.
1119 void enableVideoCalling(boolean enable);
1299 * @param enabled Whether to enable or disable vibration for voicemail notifications from a
1396 * Action set from carrier signalling broadcast receivers to enable/disable metered apns
1399 * @param enabled control enable or disable metered apns.
1405 * Action set from carrier signalling broadcast receivers to enable/disabl
[all...]
/frameworks/native/services/sensorservice/
H A DSensorService.h77 status_t enable(const sp<SensorEventConnection>& connection, int handle,
177 // $ adb shell dumpsys sensorservice enable
/frameworks/native/services/surfaceflinger/
H A DLayerStats.cpp31 void LayerStats::enable() { function in class:android::LayerStats
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.h122 virtual void setSourceY410BT2020(bool enable) = 0;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommandsVerifier.java411 public void setSuppServiceNotifications(boolean enable, Message result) { argument
732 public void setPreferredVoicePrivacy(boolean enable, Message result) { argument
925 public void setCallWaiting(boolean enable, int serviceClass, Message response) { argument
1036 public void setLocationUpdates(boolean enable, Message response) { argument
H A DSimulatedCommands.java398 setSuppServiceNotifications(boolean enable, Message result) { argument
401 if (enable && mSsnNotifyOn) {
405 mSsnNotifyOn = enable;
1208 public void setLocationUpdates(boolean enable, Message response) { argument
1209 SimulatedCommandsVerifier.getInstance().setLocationUpdates(enable, response);
1349 * @param enable is true to enable, false to disable
1355 public void setCallWaiting(boolean enable, int serviceClass, argument
1739 public void setPreferredVoicePrivacy(boolean enable, Message result) { argument
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
H A DWindowDecorActionBar.java394 public void setHomeButtonEnabled(boolean enable) { argument
395 mDecorToolbar.setHomeButtonEnabled(enable);
733 "(Window.FEATURE_OVERLAY_ACTION_BAR) to enable hide on content scroll");
1394 public void setDefaultDisplayHomeAsUpEnabled(boolean enable) { argument
1396 setDisplayHomeAsUpEnabled(enable);
/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h133 SLboolean enable,
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java531 public void setHomeButtonEnabled(boolean enable) { argument
532 setHomeButtonEnabled(enable, true);
535 private void setHomeButtonEnabled(boolean enable, boolean recordState) { argument
537 mWasHomeEnabled = enable;
547 mUpGoerFive.setEnabled(enable);
548 mUpGoerFive.setFocusable(enable);
550 updateHomeAccessibility(enable);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java710 * Toggles enable state of views in a VolumeRow (not including seekbar or icon)
712 * @param enable whether to enable volume row views and hide dnd icon
714 private void enableVolumeRowViewsH(VolumeRow row, boolean enable) { argument
715 boolean showDndIcon = !enable;
720 * Toggles enable state of footer/ringer views
722 * @param enable whether to enable ringer views and hide dnd icon
724 private void enableRingerViewsH(boolean enable) { argument
725 mRingerIcon.setEnabled(enable);
918 updateVolumeRowSliderH(VolumeRow row, boolean enable, int vlevel) argument
[all...]
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java209 boolean enable = (Settings.Global.getInt(mContentResolver,
211 mHandler.sendMessage(MSG_ENABLE_ADB, enable);
626 private void setAdbEnabled(boolean enable) { argument
627 if (DEBUG) Slog.d(TAG, "setAdbEnabled: " + enable);
628 if (enable != mAdbEnabled) {
629 mAdbEnabled = enable;
631 if (enable) {
1239 // else enable MTP as usual.

Completed in 611 milliseconds

1234567891011>>