Searched refs:ACTION_START_FOREGROUND (Results 1 – 2 of 2) sorted by relevance
35 static final String ACTION_START_FOREGROUND = "com.android.test.action.START_FOREGROUND"; field in SimpleService62 if (ACTION_START_FOREGROUND.equals(intent.getAction())) { in onStartCommand()
73 static final String ACTION_START_FOREGROUND = "com.android.test.action.START_FOREGROUND"; field in ActivityManagerProcessStateTest95 mServiceStartForegroundIntent.setAction(ACTION_START_FOREGROUND); in setUp()