OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStartState
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/tests/coretests/src/android/app/activity/
ServiceTest.java
61
public int
mStartState
;
67
//Log.i("ServiceTest", "Received code " + code + " in state " +
mStartState
);
71
if (
mStartState
== STATE_START_1) {
77
} else if (
mStartState
== STATE_START_2) {
84
finishBad("onStart() was called when not expected (state="+
mStartState
+")");
89
if (
mStartState
== STATE_DESTROY) {
92
finishBad("onDestroy() was called when not expected (state="+
mStartState
+")");
97
if (
mStartState
== STATE_UNBIND) {
98
mStartState
= STATE_DESTROY;
99
} else if (
mStartState
== STATE_UNBIND_ONLY)
[
all
...]
/cts/tests/tests/os/src/android/os/cts/
BinderTest.java
36
// states of
mStartState
46
private int
mStartState
;
64
switch (
mStartState
) {
83
+
mStartState
+ ")");
88
if (
mStartState
== STATE_DESTROY) {
92
+
mStartState
+ ")");
97
switch (
mStartState
) {
99
mStartState
= STATE_DESTROY;
106
+
mStartState
+ ")");
111
if (
mStartState
== STATE_REBIND)
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
PendingAppWidgetHostView.java
48
private final int
mStartState
;
70
mStartState
= info.restoreStatus;
110
return
mStartState
!= mInfo.restoreStatus;
Completed in 94 milliseconds