Searched refs:scheduleBindService (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | IApplicationThread.java | 86 void scheduleBindService(IBinder token, in scheduleBindService() method
|
D | ApplicationThreadNative.java | 230 scheduleBindService(token, intent, rebind, processState); in onTransact() 902 public final void scheduleBindService(IBinder token, Intent intent, boolean rebind, in scheduleBindService() method in ApplicationThreadProxy
|
D | ActivityThread.java | 717 public final void scheduleBindService(IBinder token, Intent intent, in scheduleBindService() method in ActivityThread.ApplicationThread
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 1150 r.app.thread.scheduleBindService(r, i.intent.getIntent(), rebind, in requestServiceBindingLocked()
|