Searched refs:ACTION_STOP_FOREGROUND (Results 1 – 3 of 3) 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()
37 static final String ACTION_STOP_FOREGROUND = "com.android.test.action.STOP_FOREGROUND"; field in SimpleService387 } else if (ACTION_STOP_FOREGROUND.equals(intent.getAction())) { in onStartCommand()
104 static final String ACTION_STOP_FOREGROUND = "com.android.test.action.STOP_FOREGROUND"; field in ActivityManagerProcessStateTest136 mServiceStopForegroundIntent.setAction(ACTION_STOP_FOREGROUND); in setUp()