Searched refs:serviceConnection (Results 1 – 3 of 3) sorted by relevance
164 ServiceConnection serviceConnection = verifyBindingIntent(); in testExceptionInScreeningService() local165 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder); in testExceptionInScreeningService()172 ServiceConnection serviceConnection = verifyBindingIntent(); in testAllowCall() local173 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder); in testAllowCall()182 ServiceConnection serviceConnection = verifyBindingIntent(); in testDisallowCall() local183 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder); in testDisallowCall()
382 ServiceConnection serviceConnection = serviceConnectionCaptor.getValue(); in testBindToService_DefaultDialer_FallBackToSystem() local390 serviceConnection.onServiceConnected(defDialerComponentName, mockBinder); in testBindToService_DefaultDialer_FallBackToSystem()394 serviceConnection.onServiceDisconnected(defDialerComponentName); in testBindToService_DefaultDialer_FallBackToSystem()
80 private ServiceConnection serviceConnection = new ServiceConnection() { field in ProviderPerfActivity231 serviceConnection, Context.BIND_AUTO_CREATE); in onResume()236 if (serviceConnection != null) { in onPause()237 unbindService(serviceConnection); in onPause()