Home
last modified time | relevance | path

Searched refs:onServiceConnected (Results 1 – 25 of 111) sorted by relevance

12345

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarLocationServiceTest.java220 mUserServiceCallback.onServiceConnected(mMockICarUserService); in testLoadsLocationWithHeadlessSystemUser()
242 mUserServiceCallback.onServiceConnected(mMockICarUserService); in testDoesNotLoadLocationWhenNoFileExists()
257 mUserServiceCallback.onServiceConnected(mMockICarUserService); in testDoesNotLoadLocationFromIncompleteFile()
272 mUserServiceCallback.onServiceConnected(mMockICarUserService); in testDoesNotLoadLocationFromCorruptFile()
288 mUserServiceCallback.onServiceConnected(mMockICarUserService); in testDoesNotLoadIncompleteLocation()
307 mUserServiceCallback.onServiceConnected(mMockICarUserService); in testDoesNotLoadOldLocation()
322 mUserServiceCallback.onServiceConnected(mMockICarUserService); in testStoresLocationUponShutdownPrepare()
376 mUserServiceCallback.onServiceConnected(mMockICarUserService); in testDoesNotStoreNullLocation()
401 mUserServiceCallback.onServiceConnected(mMockICarUserService); in testDeletesCacheFileWhenLocationIsDisabled()
DCarBluetoothServiceTest.java143 mUserSwitchCallback.onServiceConnected(mMockCarUserService); in testResourceFlagTrue_doCreateDefaultPolicy()
163 mUserSwitchCallback.onServiceConnected(mMockCarUserService); in testResourceFlagFalse_doNotCreateDefaultPolicy()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/vms/
DVmsClientManagerTest.java422 connection.onServiceConnected(null, new Binder()); in testUnregisterConnectionListener()
451 connection.onServiceConnected(null, binder); in bindSystemClient()
468 connection.onServiceConnected(null, binder); in bindUserClient()
487 connection.onServiceConnected(null, new Binder()); in testOnSystemServiceDisconnected()
520 connection.onServiceConnected(null, new Binder()); in testOnUserServiceDisconnected()
551 connection.onServiceConnected(null, new Binder()); in testOnUserSwitched_UserChange()
568 connection.onServiceConnected(null, new Binder()); in testOnUserSwitched_UserChange_ToSystemUser()
599 connection.onServiceConnected(null, new Binder()); in testOnUserUnlocked_UserChange()
618 connection.onServiceConnected(null, new Binder()); in testOnUserUnlocked_UserChange_ToSystemUser()
/packages/apps/Dialer/java/com/android/dialer/simulator/service/
DSimulatorServiceClient.java40 private void onServiceConnected(ISimulatorService service) { in onServiceConnected() method in SimulatorServiceClient
56 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in SimulatorServiceClient.SimulatorServiceConnection
58 client.onServiceConnected(simulatorService); in onServiceConnected()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallScreeningServiceFilterTest.java219 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder); in testExceptionInScreeningService()
229 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder); in testAllowCall()
241 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder); in testSilenceCall()
262 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder); in testDisallowCallForCarrierDefined()
295 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder); in testDisallowCallForDefaultDialer()
328 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder); in testDisallowCallForUserChosen()
/packages/services/Car/service/src/com/android/car/
DPerUserCarServiceHelper.java127 public void onServiceConnected(ComponentName componentName, IBinder service) {
140 callback.onServiceConnected(mCarUserService);
236 void onServiceConnected(ICarUserService carUserService); in onServiceConnected() method
DCarInputService.java203 public void onServiceConnected(ComponentName name, IBinder binder) {
232 public void onServiceConnected(int profile, BluetoothProfile proxy) {
/packages/apps/Car/Radio/src/com/android/car/radio/service/
DRadioAppServiceWrapper.java140 public void onServiceConnected(ComponentName className, IBinder binder) {
141 RadioAppServiceWrapper.this.onServiceConnected(binder,
208 private void onServiceConnected(IBinder binder, @NonNull IRadioAppService service) { in onServiceConnected() method in RadioAppServiceWrapper
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
DKeyChainServiceTest.java51 @Override public void onServiceConnected(ComponentName name, IBinder service) {
66 @Override public void onServiceConnected(ComponentName name, IBinder service) {
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
DUiCallManager.java118 public void onServiceConnected(int profile, BluetoothProfile proxy) { in UiCallManager()
134 public void onServiceConnected(ComponentName name, IBinder binder) {
/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DBugReportActivity.java94 public void onServiceConnected(ComponentName className, IBinder service) {
110 public void onServiceConnected(ComponentName name, IBinder service) {
/packages/apps/TV/tests/common/src/com/android/tv/testing/testinput/
DTestInputControlConnection.java39 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in TestInputControlConnection
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarApiTestBase.java67 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in CarApiTestBase.DefaultServiceConnectionListener
DCarSensorManagerTest.java48 public void onServiceConnected(ComponentName name, IBinder service) {
DCarPackageManagerTest.java43 public void onServiceConnected(ComponentName name, IBinder service) {
DCarDiagnosticManagerTest.java49 public void onServiceConnected(ComponentName name, IBinder service) {
/packages/services/Car/car-lib/src/android/car/
DCar.java614 public void onServiceConnected(ComponentName name, IBinder service) {
619 mServiceConnectionListenerClient.onServiceConnected(name, service);
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DHostEmulationManager.java437 public void onServiceConnected(ComponentName name, IBinder service) {
460 public void onServiceConnected(ComponentName name, IBinder service) {
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationApplication.java46 public void onServiceConnected(ComponentName name, IBinder service) {
DCarNotificationCenterActivity.java41 public void onServiceConnected(ComponentName className, IBinder binder) {
/packages/apps/Car/Messenger/tests/robotests/src/com/android/car/messenger/bluetooth/
DBluetoothMonitorTest.java41 mServiceListener.onServiceConnected(BluetoothProfile.MAP_CLIENT, mockMapClient); in testServiceListener()
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/testutils/
DShadowCar.java53 serviceConnection.onServiceConnected(null, null); in createCar()
/packages/apps/Contacts/src/com/android/contacts/vcard/
DShareVCardActivity.java43 public synchronized void onServiceConnected(ComponentName name, IBinder binder) { in onServiceConnected() method in ShareVCardActivity
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DCarUxRestrictionsHelper.java100 public void onServiceConnected(ComponentName name, IBinder service) {
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/legacysuggestion/
DLegacySuggestionContextualCardControllerTest.java92 mController.onServiceConnected(); in onServiceConnected_shouldLoadSuggestion()

12345