Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java153 private Intent mServiceStartForegroundIntent; field in ActivityManagerProcessStateTest
178 mServiceStartForegroundIntent = new Intent(mServiceIntent); in setUp()
179 mServiceStartForegroundIntent.setAction(ACTION_START_FOREGROUND); in setUp()
1111 mContext.startService(mServiceStartForegroundIntent); in testForegroundServiceAppOp()
1125 mContext.stopService(mServiceStartForegroundIntent); in testForegroundServiceAppOp()
1145 mContext.startService(mServiceStartForegroundIntent); in testForegroundServiceAppOp()
1153 mContext.stopService(mServiceStartForegroundIntent); in testForegroundServiceAppOp()
1171 mContext.startForegroundService(mServiceStartForegroundIntent); in testForegroundServiceAppOp()
1184 mContext.stopService(mServiceStartForegroundIntent); in testForegroundServiceAppOp()
1206 mContext.startForegroundService(mServiceStartForegroundIntent); in testForegroundServiceAppOp()
[all …]