Searched defs:processState (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java199 int processState = data.readInt();
201 resultExtras, sync, sendingUser, processState);
210 int processState = data.readInt();
211 scheduleCreateService(token, info, compatInfo, processState);
220 int processState = data.readInt();
221 scheduleBindService(token, intent, rebind, processState);
393 int processState = data.readInt();
395 resultCode, dataStr, extras, ordered, sticky, sendingUser, processState);
802 Bundle map, boolean sync, int sendingUser, int processState) throws RemoteException {
813 data.writeInt(processState);
800 scheduleReceiver(Intent intent, ActivityInfo info, CompatibilityInfo compatInfo, int resultCode, String resultData, Bundle map, boolean sync, int sendingUser, int processState) argument
842 scheduleCreateService(IBinder token, ServiceInfo info, CompatibilityInfo compatInfo, int processState) argument
855 scheduleBindService(IBinder token, Intent intent, boolean rebind, int processState) argument
1045 scheduleRegisteredReceiver(IIntentReceiver receiver, Intent intent, int resultCode, String dataStr, Bundle extras, boolean ordered, boolean sticky, int sendingUser, int processState) argument
[all...]
H A DIApplicationThread.java70 int sendingUser, int processState) throws RemoteException;
80 CompatibilityInfo compatInfo, int processState) throws RemoteException;
82 Intent intent, boolean rebind, int processState) throws RemoteException;
113 boolean sticky, int sendingUser, int processState) throws RemoteException;
68 scheduleReceiver(Intent intent, ActivityInfo info, CompatibilityInfo compatInfo, int resultCode, String data, Bundle extras, boolean sync, int sendingUser, int processState) argument
79 scheduleCreateService(IBinder token, ServiceInfo info, CompatibilityInfo compatInfo, int processState) argument
81 scheduleBindService(IBinder token, Intent intent, boolean rebind, int processState) argument
111 scheduleRegisteredReceiver(IIntentReceiver receiver, Intent intent, int resultCode, String data, Bundle extras, boolean ordered, boolean sticky, int sendingUser, int processState) argument
H A DActivityThread.java578 public final void scheduleResumeActivity(IBinder token, int processState, argument
580 updateProcessState(processState, false);
648 boolean sync, int sendingUser, int processState) {
649 updateProcessState(processState, false);
677 ServiceInfo info, CompatibilityInfo compatInfo, int processState) {
678 updateProcessState(processState, false);
688 boolean rebind, int processState) {
689 updateProcessState(processState, false);
814 boolean sticky, int sendingUser, int processState) throws RemoteException {
815 updateProcessState(processState, fals
646 scheduleReceiver(Intent intent, ActivityInfo info, CompatibilityInfo compatInfo, int resultCode, String data, Bundle extras, boolean sync, int sendingUser, int processState) argument
676 scheduleCreateService(IBinder token, ServiceInfo info, CompatibilityInfo compatInfo, int processState) argument
687 scheduleBindService(IBinder token, Intent intent, boolean rebind, int processState) argument
812 scheduleRegisteredReceiver(IIntentReceiver receiver, Intent intent, int resultCode, String dataStr, Bundle extras, boolean ordered, boolean sticky, int sendingUser, int processState) argument
1067 updateProcessState(int processState, boolean fromIpc) argument
[all...]

Completed in 42 milliseconds