Home
last modified time | relevance | path

Searched defs:rebind (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DIApplicationThread.java80 Intent intent, boolean rebind) throws RemoteException; in scheduleBindService()
DApplicationThreadNative.java762 public final void scheduleBindService(IBinder token, Intent intent, boolean rebind) in scheduleBindService()
DActivityThread.java344 boolean rebind; field in ActivityThread.BindServiceData
631 boolean rebind) { in scheduleBindService()
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java10055 IntentBindRecord i, boolean rebind) { in requestServiceBindingLocked()