Home
last modified time | relevance | path

Searched defs:onBind (Results 1 – 25 of 172) sorted by relevance

1234567

/frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/
DEnabledService.java29 public IBinder onBind(Intent intent) { in onBind() method in EnabledService
DDisabledService.java29 public IBinder onBind(Intent intent) { in onBind() method in DisabledService
/frameworks/base/core/tests/coretests/apks/install_complete_package_info/src/com/android/frameworks/coretests/
DTestService.java27 public IBinder onBind(Intent intent) { in onBind() method in TestService
/frameworks/base/tests/ActivityManagerPerfTests/test-app/src/com/android/frameworks/perftests/amteststestapp/
DStartProcessService.java34 public IBinder onBind(Intent intent) { in onBind() method in StartProcessService
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DTestAccountType2AuthenticatorService.java28 public IBinder onBind(Intent intent) { in onBind() method in TestAccountType2AuthenticatorService
DTestAccountType1AuthenticatorService.java28 public IBinder onBind(Intent intent) { in onBind() method in TestAccountType1AuthenticatorService
/frameworks/base/core/tests/coretests/src/android/os/
DBinderWorkSourceNestedService.java88 public IBinder onBind(Intent intent) { in onBind() method in BinderWorkSourceNestedService
DBinderWorkSourceService.java49 public IBinder onBind(Intent intent) { in onBind() method in BinderWorkSourceService
DBinderProxyService.java32 public IBinder onBind(Intent intent) { in onBind() method in BinderProxyService
DBinderThreadPriorityService.java58 public IBinder onBind(Intent intent) { in onBind() method in BinderThreadPriorityService
DMessengerService.java41 public IBinder onBind(Intent intent) { in onBind() method in MessengerService
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUISecondaryUserService.java32 public IBinder onBind(Intent intent) { in onBind() method in SystemUISecondaryUserService
/frameworks/base/core/tests/coretests/src/android/content/
DCrossUserContentService.java27 public IBinder onBind(Intent intent) { in onBind() method in CrossUserContentService
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
DEmptyService.java32 public IBinder onBind(Intent intent) { in onBind() method in EmptyService
DSingleUserService.java38 public IBinder onBind(Intent intent) { in onBind() method in SingleUserService
DServiceUserTarget.java38 public IBinder onBind(Intent intent) { in onBind() method in ServiceUserTarget
/frameworks/base/services/tests/servicestests/test-apps/ConnTestApp/src/com/android/servicestests/apps/conntestapp/
DCmdReceiverService.java33 public IBinder onBind(Intent intent) { in onBind() method in CmdReceiverService
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
DFakeCoreService.java28 public IBinder onBind(Intent intent) { in onBind() method in FakeCoreService
/frameworks/base/core/tests/coretests/BinderProxyCountingTestService/src/com/android/frameworks/coretests/binderproxycountingtestservice/
DBinderProxyCountingService.java50 public IBinder onBind(Intent intent) { in onBind() method in BinderProxyCountingService
/frameworks/base/core/java/android/nfc/cardemulation/
DOffHostApduService.java169 public abstract IBinder onBind(Intent intent); in onBind() method in OffHostApduService
/frameworks/base/core/tests/utiltests/src/android/util/
DRemoteMemoryIntArrayService.java34 public IBinder onBind(Intent intent) { in onBind() method in RemoteMemoryIntArrayService
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
DObbBackupService.java148 public IBinder onBind(Intent intent) { in onBind() method in ObbBackupService
/frameworks/base/services/tests/servicestests/test-apps/SimpleServiceTestApp/src/com/android/servicestests/apps/simpleservicetestapp/
DSimpleIsolatedService.java52 public IBinder onBind(Intent intent) { in onBind() method in SimpleIsolatedService
/frameworks/base/core/java/android/service/carrier/
DCarrierMessagingClientService.java77 public final IBinder onBind(@Nullable Intent intent) { in onBind() method in CarrierMessagingClientService
/frameworks/base/core/java/android/app/admin/
DDeviceAdminService.java57 public final IBinder onBind(Intent intent) { in onBind() method in DeviceAdminService

1234567