Searched refs:INTENT_ACTION (Results 1 – 4 of 4) sorted by relevance
63 private static final String INTENT_ACTION = "TESTACTION"; field in AccessibilityManagerTest66 InstrumentationRegistry.getTargetContext(), 0, new Intent(INTENT_ACTION), 0);
63 private static final String INTENT_ACTION = "TESTACTION"; field in AccessibilityManagerServiceTest66 InstrumentationRegistry.getTargetContext(), 0, new Intent(INTENT_ACTION), 0);
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);
428 proto.write(BroadcastRecordProto.INTENT_ACTION, intent.getAction()); in dumpDebug()