HomeSort by relevance Sort by last modified time
    Searched refs:bindServiceAsUser (Results 1 - 25 of 47) sorted by null

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardTouchDelegate.java 83 if (!context.bindServiceAsUser(intent, mKeyguardConnection,
  /frameworks/base/services/core/java/com/android/server/location/
GeofenceProxy.java 96 mContext.bindServiceAsUser(new Intent(mContext, GeofenceHardwareService.class),
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerServiceImpl.java 115 mBound = mContext.bindServiceAsUser(serviceIntent, this,
295 mBound = mContext.bindServiceAsUser(intent, mConnection,
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
HostEmulationManager.java 297 if (mContext.bindServiceAsUser(aidIntent, mConnection,
353 if (!mContext.bindServiceAsUser(intent, mPaymentConnection,
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dpSink.java 183 if (comp == null || !mContext.bindServiceAsUser(intent, mConnection, 0,
BluetoothAvrcpController.java 125 if (comp == null || !mContext.bindServiceAsUser(intent, mConnection, 0,
BluetoothPan.java 148 if (comp == null || !mContext.bindServiceAsUser(intent, mConnection, 0,
BluetoothPbap.java 163 if (comp == null || !mContext.bindServiceAsUser(intent, mConnection, 0,
BluetoothA2dp.java 170 if (comp == null || !mContext.bindServiceAsUser(intent, mConnection, 0,
BluetoothHealth.java 490 if (comp == null || !mContext.bindServiceAsUser(intent, mConnection, 0,
BluetoothMap.java 107 if (comp == null || !mContext.bindServiceAsUser(intent, mConnection, 0,
BluetoothInputDevice.java 262 if (comp == null || !mContext.bindServiceAsUser(intent, mConnection, 0,
  /frameworks/base/keystore/java/android/security/
KeyChain.java 473 boolean isBound = context.bindServiceAsUser(intent,
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
FaceUnlock.java 128 mContext.bindServiceAsUser(
  /frameworks/base/services/core/java/com/android/server/dreams/
DreamController.java 138 if (!mContext.bindServiceAsUser(intent, mCurrentDream,
  /frameworks/base/core/java/android/content/
ContextWrapper.java 543 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags,
545 return mBase.bindServiceAsUser(service, conn, flags, user);
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ActivityTestMain.java 266 if (bindServiceAsUser(intent, conn, Context.BIND_AUTO_CREATE, UserHandle.OWNER)) {
289 if (bindServiceAsUser(intent, conn, Context.BIND_AUTO_CREATE,
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardServiceDelegate.java 111 if (!context.bindServiceAsUser(intent, mKeyguardConnection,
  /frameworks/base/services/core/java/com/android/server/
ServiceWatcher.java 244 mContext.bindServiceAsUser(intent, this, Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND
  /frameworks/base/services/core/java/com/android/server/job/
JobServiceContext.java 163 boolean binding = mContext.bindServiceAsUser(intent, this,
  /frameworks/base/services/core/java/com/android/server/media/
RemoteDisplayProviderProxy.java 193 mBound = mContext.bindServiceAsUser(service, this, Context.BIND_AUTO_CREATE,
  /frameworks/base/services/core/java/com/android/server/trust/
TrustAgentWrapper.java 275 mBound = context.bindServiceAsUser(intent, mConnection, Context.BIND_AUTO_CREATE, user);
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintSpooler.java 365 mContext.bindServiceAsUser(mIntent, mServiceConnection,
  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 460 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags,
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageMeasurement.java 341 context.bindServiceAsUser(service, mDefContainerConn, Context.BIND_AUTO_CREATE,

Completed in 718 milliseconds

1 2