Searched refs:ACTION_STOP_FOREGROUND (Results 1 – 2 of 2) sorted by relevance
36 static final String ACTION_STOP_FOREGROUND = "com.android.test.action.STOP_FOREGROUND"; field in SimpleService76 } else if (ACTION_STOP_FOREGROUND.equals(intent.getAction())) { in onStartCommand()
74 static final String ACTION_STOP_FOREGROUND = "com.android.test.action.STOP_FOREGROUND"; field in ActivityManagerProcessStateTest97 mServiceStopForegroundIntent.setAction(ACTION_STOP_FOREGROUND); in setUp()