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.java81 private Intent mServiceStartForegroundIntent; field in ActivityManagerProcessStateTest
94 mServiceStartForegroundIntent = new Intent(mServiceIntent); in setUp()
95 mServiceStartForegroundIntent.setAction(ACTION_START_FOREGROUND); in setUp()
942 mContext.startService(mServiceStartForegroundIntent); in testForegroundServiceAppOp()
956 mContext.stopService(mServiceStartForegroundIntent); in testForegroundServiceAppOp()
976 mContext.startService(mServiceStartForegroundIntent); in testForegroundServiceAppOp()
984 mContext.stopService(mServiceStartForegroundIntent); in testForegroundServiceAppOp()
1002 mContext.startForegroundService(mServiceStartForegroundIntent); in testForegroundServiceAppOp()
1013 mContext.stopService(mServiceStartForegroundIntent); in testForegroundServiceAppOp()
1036 mContext.startForegroundService(mServiceStartForegroundIntent); in testForegroundServiceAppOp()
[all …]