Searched refs:bindServiceAsUser (Results 1 – 14 of 14) sorted by relevance
139 verify(mMockContext).bindServiceAsUser( in testBindToService_NoServicesFound_IncomingCall()172 verify(mMockContext).bindServiceAsUser( in testBindToService_NoServicesFound_OutgoingCall()202 when(mMockContext.bindServiceAsUser(any(Intent.class), any(ServiceConnection.class), in testBindToService_DefaultDialer_NoEmergency()222 verify(mMockContext, times(1)).bindServiceAsUser( in testBindToService_DefaultDialer_NoEmergency()253 when(mMockContext.bindServiceAsUser(any(Intent.class), any(ServiceConnection.class), in testBindToService_SystemDialer_Emergency()278 verify(mMockContext, times(1)).bindServiceAsUser( in testBindToService_SystemDialer_Emergency()323 when(mMockContext.bindServiceAsUser( in testBindToService_DefaultDialer_FallBackToSystem()346 verify(mMockContext, times(1)).bindServiceAsUser( in testBindToService_DefaultDialer_FallBackToSystem()378 verify(mMockContext, times(2)).bindServiceAsUser( in testBindToService_DefaultDialer_FallBackToSystem()413 verify(mMockContext, times(1)).bindServiceAsUser( in testBindToService_IncludeExternal()[all …]
118 when(mContext.bindServiceAsUser(nullable(Intent.class), nullable(ServiceConnection.class), in setUp()154 when(mContext.bindServiceAsUser(nullable(Intent.class), nullable(ServiceConnection.class), in testContextFailToBind()203 verify(mContext).bindServiceAsUser(intentCaptor.capture(), serviceCaptor.capture(), in verifyBindingIntent()
124 public boolean bindServiceAsUser( in bindServiceAsUser() method in ComponentContextFixture.FakeApplicationContext
297 if (mContext.bindServiceAsUser(aidIntent, mConnection, in bindServiceIfNeededLocked()353 if (!mContext.bindServiceAsUser(intent, mPaymentConnection, in bindPaymentServiceLocked()
230 if (mContext.bindServiceAsUser(bindIntent, mConnection, in bindServiceIfNeededLocked()
92 mContext.bindServiceAsUser(intent, this, Context.BIND_AUTO_CREATE, UserHandle.SYSTEM); in doInBackground()
82 mContext.bindServiceAsUser(intent, this, Context.BIND_AUTO_CREATE | Context.BIND_IMPORTANT, in connect()
174 boolean bindSuccess = mContext.bindServiceAsUser(startIntent, mUserServiceConnection, in bindToPerUserCarService()
124 mContext.bindServiceAsUser(serviceIntent, mConnection, Context.BIND_AUTO_CREATE, in bindToService()
90 isBound = mContext.bindServiceAsUser(serviceIntent, connection, bindingFlags, in bind()
234 if (!mContext.bindServiceAsUser(intent, mServiceConnection, in connect()
238 if (mContext.bindServiceAsUser( in bindService()
619 boolean bound = mContext.bindServiceAsUser(intent, mServiceConnectionListener, in startCarService()
653 boolean bound = mContext.bindServiceAsUser(mIntent, in attemptToBind()