Home
last modified time | relevance | path

Searched defs:onServiceConnected (Results 1 – 25 of 130) sorted by relevance

123456

/aosp12/packages/apps/Dialer/java/com/android/dialer/simulator/service/
H A 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
/aosp12/frameworks/base/core/java/com/android/internal/textservice/
H A DITextServicesSessionListener.aidl28 oneway void onServiceConnected(in ISpellCheckerSession spellCheckerSession); in onServiceConnected() method
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothProfileServiceConnection.aidl29 void onServiceConnected(in ComponentName comp, in IBinder service); in onServiceConnected() method
/aosp12/frameworks/base/core/java/android/content/
H A DServiceConnection.java45 void onServiceConnected(ComponentName name, IBinder service); in onServiceConnected() method
/aosp12/frameworks/base/tests/AccessibilityEventsLogger/src/com/android/tests/accessibilityeventlogger/
H A DAELogger.java32 public void onServiceConnected() { in onServiceConnected() method in AELogger
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/testinput/
H A DTestInputControlConnection.java39 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in TestInputControlConnection
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/
H A DSuggestionController.java46 void onServiceConnected(); in onServiceConnected() method
H A DSuggestionControllerMixin.java94 public void onServiceConnected() { in onServiceConnected() method in SuggestionControllerMixin
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerProvider.java51 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in PrintSpoolerProvider
/aosp12/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DShareVCardActivity.java43 public synchronized void onServiceConnected(ComponentName name, IBinder binder) { in onServiceConnected() method in ShareVCardActivity
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DRestrictedProfilePinServiceConnection.java45 public void onServiceConnected(ComponentName name, IBinder binder) { in onServiceConnected() method in RestrictedProfilePinServiceConnection
/aosp12/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/legacysuggestion/
H A DLegacySuggestionContextualCardController.java123 public void onServiceConnected() { in onServiceConnected() method in LegacySuggestionContextualCardController
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/ui/
H A DMoreOptionsActivity.java103 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in MoreOptionsActivity
H A DFindP2pPrintersFragment.java82 public void onServiceConnected(ComponentName componentName, IBinder iBinder) { in onServiceConnected() method in FindP2pPrintersFragment
H A DAddPrintersFragment.java133 public void onServiceConnected(ComponentName componentName, IBinder iBinder) { in onServiceConnected() method in AddPrintersFragment
/aosp12/frameworks/base/core/tests/utiltests/src/android/util/
H A DRemoteIntArray.java161 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in RemoteIntArray
/aosp12/frameworks/base/services/core/java/com/android/server/location/geofence/
H A DGeofenceProxy.java108 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in GeofenceProxy.GeofenceProxyServiceConnection
/aosp12/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
H A DE2eCarTestBase.java130 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in E2eCarTestBase.CarConnectionListener
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DTISBindHelper.java61 public void onServiceConnected(ComponentName componentName, IBinder iBinder) { in onServiceConnected() method in TISBindHelper
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
H A DFullBackupObbConnection.java141 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in FullBackupObbConnection
/aosp12/packages/services/Car/service/src/com/android/car/
H A DPerUserCarServiceHelper.java226 void onServiceConnected(IPerUserCarService perUserCarService); in onServiceConnected() method
/aosp12/packages/services/Car/service/src/com/android/car/pm/
H A DAppBlockingPolicyProxy.java110 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in AppBlockingPolicyProxy
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBtSmsInterfaceManager.java100 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() method in BtSmsInterfaceManager.MapMessageSender
/aosp12/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintServiceRecommendationService.java198 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in RemotePrintServiceRecommendationService.Connection
/aosp12/frameworks/base/services/systemcaptions/java/com/android/server/systemcaptions/
H A DRemoteSystemCaptionsManagerService.java162 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in RemoteSystemCaptionsManagerService.RemoteServiceConnection

123456