Searched refs:mServiceStopForegroundIntent (Results 1 – 1 of 1) sorted by relevance
154 private Intent mServiceStopForegroundIntent; field in ActivityManagerProcessStateTest180 mServiceStopForegroundIntent = new Intent(mServiceIntent); in setUp()181 mServiceStopForegroundIntent.setAction(ACTION_STOP_FOREGROUND); in setUp()1121 mContext.startService(mServiceStopForegroundIntent); in testForegroundServiceAppOp()