Searched refs:onBind (Results 1 - 25 of 62) sorted by relevance

123

/packages/apps/Contacts/src/com/android/contacts/util/
H A DEmptyService.java30 public IBinder onBind(Intent intent) { method in class:EmptyService
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DEmptyService.java29 public IBinder onBind(Intent intent) { method in class:EmptyService
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DMockSyncAdapter.java29 public IBinder onBind(Intent intent) { method in class:MockSyncAdapter
/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
H A DTestSyncService.java34 public IBinder onBind(Intent intent) { method in class:TestSyncService
H A DTestAuthenticationService.java40 public IBinder onBind(Intent intent) { method in class:TestAuthenticationService
/packages/apps/Phone/src/com/android/phone/
H A DTelephonyDebugService.java44 public IBinder onBind(Intent intent) { method in class:TelephonyDebugService
H A DNetworkQueryService.java174 public IBinder onBind(Intent intent) { method in class:NetworkQueryService
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
H A DImsFrameworkService.java53 public IBinder onBind(Intent intent) { method in class:ImsFrameworkService
/packages/apps/Contacts/src/com/android/contacts/
H A DViewNotificationService.java72 public IBinder onBind(Intent intent) { method in class:ViewNotificationService
/packages/apps/Email/src/com/android/email/service/
H A DPolicyService.java72 public IBinder onBind(Intent intent) { method in class:PolicyService
H A DEasTestAuthenticatorService.java115 public IBinder onBind(Intent intent) { method in class:EasTestAuthenticatorService
H A DEmailServiceUtils.java152 public IBinder onBind(Intent intent) { method in class:EmailServiceUtils.NullEmailService
H A DPopImapSyncAdapterService.java77 public IBinder onBind(Intent intent) { method in class:PopImapSyncAdapterService
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DExtTexture.java67 protected boolean onBind(GLCanvas canvas) { method in class:ExtTexture
H A DRawTexture.java76 protected boolean onBind(GLCanvas canvas) { method in class:RawTexture
H A DBasicTexture.java140 // onBind is called before GLCanvas binds this texture.
142 abstract protected boolean onBind(GLCanvas canvas); method in class:BasicTexture
/packages/experimental/StrictModeTest/src/com/android/strictmodetest/
H A DServiceBase.java42 @Override public IBinder onBind(Intent intent) { method in class:ServiceBase
43 Log.v(TAG, "onBind");
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
H A DTextureTest.java41 protected boolean onBind(GLCanvas canvas) { method in class:TextureTest.MyBasicTexture
175 protected boolean onBind(GLCanvas canvas) { method in class:TextureTest.MyTextureForMixed
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DSnoozeAlarmsService.java44 public IBinder onBind(Intent intent) { method in class:SnoozeAlarmsService
H A DDismissAlarmsService.java46 public IBinder onBind(Intent intent) { method in class:DismissAlarmsService
/packages/apps/KeyChain/support/src/com/android/keychain/tests/support/
H A DKeyChainServiceTestSupport.java88 @Override public IBinder onBind(Intent intent) { method in class:KeyChainServiceTestSupport
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/
H A DMiscService.java91 @Override public IBinder onBind(Intent intent) { method in class:MiscService
92 Log.v(TAG, "onBind");
/packages/apps/Exchange/exchange2/src/com/android/exchange/
H A DEmailSyncAdapterService.java81 public IBinder onBind(Intent intent) { method in class:EmailSyncAdapterService
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DProfileService.java140 public IBinder onBind(Intent intent) { method in class:ProfileService
141 if (DBG) log("onBind");
/packages/apps/DeskClock/src/com/android/deskclock/
H A DTimerRingService.java77 public IBinder onBind(Intent intent) { method in class:TimerRingService

Completed in 1279 milliseconds

123