Searched refs:scheduleBindService (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
H A DIApplicationThread.java80 void scheduleBindService(IBinder token, method in interface:IApplicationThread
H A DApplicationThreadNative.java216 scheduleBindService(token, intent, rebind);
826 public final void scheduleBindService(IBinder token, Intent intent, boolean rebind) method in class:ApplicationThreadProxy
H A DActivityThread.java692 public final void scheduleBindService(IBinder token, Intent intent, method in class:ActivityThread.ApplicationThread
700 Slog.v(TAG, "scheduleBindService token=" + token + " intent=" + intent + " uid="
/frameworks/base/services/java/com/android/server/am/
H A DActiveServices.java826 r.app.thread.scheduleBindService(r, i.intent.getIntent(), rebind);

Completed in 88 milliseconds