OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:processState
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/app/
IApplicationThread.java
70
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;
ApplicationThreadNative.java
199
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
);
[
all
...]
ActivityThread.java
578
public final void scheduleResumeActivity(IBinder token, int
processState
,
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
, false)
[
all
...]
Completed in 38 milliseconds