Home
last modified time | relevance | path

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

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