Searched refs:mServiceStartForegroundIntent (Results 1 – 1 of 1) sorted by relevance
113 private Intent mServiceStartForegroundIntent; field in ActivityManagerProcessStateTest133 mServiceStartForegroundIntent = new Intent(mServiceIntent); in setUp()134 mServiceStartForegroundIntent.setAction(ACTION_START_FOREGROUND); in setUp()1014 mContext.startService(mServiceStartForegroundIntent); in testForegroundServiceAppOp()1028 mContext.stopService(mServiceStartForegroundIntent); in testForegroundServiceAppOp()1048 mContext.startService(mServiceStartForegroundIntent); in testForegroundServiceAppOp()1056 mContext.stopService(mServiceStartForegroundIntent); in testForegroundServiceAppOp()1074 mContext.startForegroundService(mServiceStartForegroundIntent); in testForegroundServiceAppOp()1086 mContext.stopService(mServiceStartForegroundIntent); in testForegroundServiceAppOp()1108 mContext.startForegroundService(mServiceStartForegroundIntent); in testForegroundServiceAppOp()[all …]