Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java114 private Intent mServiceStopForegroundIntent; field in ActivityManagerProcessStateTest
135 mServiceStopForegroundIntent = new Intent(mServiceIntent); in setUp()
136 mServiceStopForegroundIntent.setAction(ACTION_STOP_FOREGROUND); in setUp()
1024 mContext.startService(mServiceStopForegroundIntent); in testForegroundServiceAppOp()