Searched refs:isEnabled (Results 1 - 25 of 152) sorted by path

1234567

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp7830 *enabled = (int)effect->isEnabled();
8632 if (enabled != isEnabled()) {
8673 bool AudioFlinger::EffectModule::isEnabled() const function in class:android::AudioFlinger::EffectModule
9710 return effect != 0 && effect->isEnabled() ? effect : 0;
H A DAudioFlinger.h1652 bool isEnabled() const;
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
H A DBmgr.java115 boolean isEnabled = mBmgr.isBackupEnabled();
117 + enableToString(isEnabled));
/frameworks/base/core/java/android/app/
H A DActivityThread.java1437 if (mBoundApplication != null && SamplingProfilerIntegration.isEnabled()) {
/frameworks/base/core/java/android/app/backup/
H A DIBackupManager.aidl82 void setBackupEnabled(boolean isEnabled);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java215 if (mService != null && isEnabled() &&
256 if (mService != null && isEnabled() &&
274 if (mService != null && isEnabled()) {
291 if (mService != null && isEnabled()) {
308 if (mService != null && isEnabled()
338 if (mService != null && isEnabled()
370 if (mService != null && isEnabled()
391 if (mService != null && isEnabled()
411 if (isEnabled() && isValidDevice(device)) {
467 private boolean isEnabled() { method in class:BluetoothA2dp
[all...]
H A DBluetoothAdapter.java442 public boolean isEnabled() { method in class:BluetoothAdapter
446 if (mService != null) return mService.isEnabled();
508 if (isEnabled() == true){
1253 if (isEnabled() == true){
H A DBluetoothHeadset.java333 if (mService != null && isEnabled() &&
374 if (mService != null && isEnabled() &&
392 if (mService != null && isEnabled()) {
409 if (mService != null && isEnabled()) {
426 if (mService != null && isEnabled() &&
456 if (mService != null && isEnabled() &&
488 if (mService != null && isEnabled() &&
524 if (mService != null && isEnabled() &&
548 if (mService != null && isEnabled() &&
571 if (mService != null && isEnabled()
875 private boolean isEnabled() { method in class:BluetoothHeadset
[all...]
H A DBluetoothHealth.java150 if (!isEnabled() || name == null) return false;
176 if (!isEnabled() || !checkAppParam(name, role, channelType, callback)) return result;
207 if (mService != null && isEnabled() && config != null) {
235 if (mService != null && isEnabled() && isValidDevice(device) &&
264 if (mService != null && isEnabled() && isValidDevice(device) &&
293 if (mService != null && isEnabled() && isValidDevice(device) &&
322 if (mService != null && isEnabled() && isValidDevice(device) &&
353 if (mService != null && isEnabled() && isValidDevice(device)) {
381 if (mService != null && isEnabled()) {
413 if (mService != null && isEnabled()) {
533 private boolean isEnabled() { method in class:BluetoothHealth
[all...]
H A DBluetoothInputDevice.java292 if (mService != null && isEnabled() && isValidDevice(device)) {
332 if (mService != null && isEnabled() && isValidDevice(device)) {
349 if (mService != null && isEnabled()) {
366 if (mService != null && isEnabled()) {
383 if (mService != null && isEnabled() && isValidDevice(device)) {
412 if (mService != null && isEnabled() && isValidDevice(device)) {
443 if (mService != null && isEnabled() && isValidDevice(device)) {
473 private boolean isEnabled() { method in class:BluetoothInputDevice
498 if (mService != null && isEnabled() && isValidDevice(device)) {
524 if (mService != null && isEnabled()
[all...]
H A DBluetoothPan.java212 if (mPanService != null && isEnabled() &&
253 if (mPanService != null && isEnabled() &&
271 if (mPanService != null && isEnabled()) {
288 if (mPanService != null && isEnabled()) {
305 if (mPanService != null && isEnabled()
356 private boolean isEnabled() { method in class:BluetoothPan
H A DIBluetooth.aidl32 boolean isEnabled();
H A DIBluetoothManager.aidl34 boolean isEnabled();
/frameworks/base/core/java/android/content/pm/
H A DComponentInfo.java105 public boolean isEnabled() { method in class:ComponentInfo
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java494 if (isEnabled()) {
/frameworks/base/core/java/android/inputmethodservice/
H A DAbstractInputMethodService.java98 public boolean isEnabled() { method in class:AbstractInputMethodService.AbstractInputMethodSessionImpl
H A DExtractButton.java44 return isEnabled() && getVisibility() == VISIBLE ? true : false;
H A DExtractEditText.java131 return this.isEnabled();
139 return this.isEnabled();
147 return this.isEnabled();
H A DInputMethodService.java450 if (!isEnabled()) {
462 if (!isEnabled()) {
474 if (!isEnabled()) {
487 if (!isEnabled()) {
496 if (!isEnabled()) {
507 if (!isEnabled()) {
518 if (!isEnabled()) {
H A DKeyboardView.java975 if (mAccessibilityManager.isEnabled()) {
/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java448 isEnabled(); // NOP call to recover sService if it is stale
457 isEnabled(); // NOP call to recover sTagService if it is stale
500 public boolean isEnabled() { method in class:NfcAdapter
515 * <p>{@link #isEnabled()} is equivalent to
1178 * if (!nfcAdapter.isEnabled()) {
/frameworks/base/core/java/android/preference/
H A DPreference.java545 setEnabledStateOnViews(view, isEnabled());
735 public boolean isEnabled() { method in class:Preference
945 if (!isEnabled()) {
1266 return !isEnabled();
H A DPreferenceCategory.java61 public boolean isEnabled() { method in class:PreferenceCategory
H A DPreferenceGroup.java213 if (!super.isEnabled()) {
H A DPreferenceGroupAdapter.java225 public boolean isEnabled(int position) { method in class:PreferenceGroupAdapter

Completed in 1941 milliseconds

1234567