HomeSort by relevance Sort by last modified time
    Searched refs:processState (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/app/
IApplicationThread.java 74 int sendingUser, int processState) throws RemoteException;
84 CompatibilityInfo compatInfo, int processState) throws RemoteException;
86 Intent intent, boolean rebind, int processState) throws RemoteException;
115 boolean sticky, int sendingUser, int processState) throws RemoteException;
ApplicationThreadNative.java 205 int processState = data.readInt();
207 resultExtras, sync, sendingUser, processState);
216 int processState = data.readInt();
217 scheduleCreateService(token, info, compatInfo, processState);
226 int processState = data.readInt();
227 scheduleBindService(token, intent, rebind, processState);
387 int processState = data.readInt();
389 resultCode, dataStr, extras, ordered, sticky, sendingUser, processState);
    [all...]
ActivityManager.java     [all...]
ActivityThread.java 591 public final void scheduleResumeActivity(IBinder token, int processState,
593 updateProcessState(processState, false);
662 boolean sync, int sendingUser, int processState) {
663 updateProcessState(processState, false);
691 ServiceInfo info, CompatibilityInfo compatInfo, int processState) {
692 updateProcessState(processState, false);
702 boolean rebind, int processState) {
703 updateProcessState(processState, false);
861 boolean sticky, int sendingUser, int processState) throws RemoteException {
862 updateProcessState(processState, false)
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 369 milliseconds