Searched refs:INTENT_ACTION (Results 1 – 2 of 2) sorted by relevance
51 private static final String INTENT_ACTION = "com.android.intent.action.MANAGE_SOUND_TRIGGER"; field in SoundTriggerTestService89 filter.addAction(INTENT_ACTION); in onCreate()110 if (intent != null && INTENT_ACTION.equals(intent.getAction())) {113 Log.e(TAG, "No 'command' specified in " + INTENT_ACTION);
423 proto.write(BroadcastRecordProto.INTENT_ACTION, intent.getAction()); in writeToProto()