Home
last modified time | relevance | path

Searched refs:sStartedIntent (Results 1 – 2 of 2) sorted by relevance

/cts/tests/suspendapps/test-apps/SuspendTestApp/src/com/android/suspendapps/suspendtestapp/
DSuspendTestActivity.java35 static Intent sStartedIntent; field in SuspendTestActivity
51 sStartedIntent = getIntent(); in onStart()
61 sStartedIntent = null; in onStop()
DTestService.java56 if (SuspendTestActivity.sStartedIntent == null) {
63 return SuspendTestActivity.sStartedIntent;
70 if (SuspendTestActivity.sStartedIntent != null) {
77 return SuspendTestActivity.sStartedIntent == null;