Searched refs:EXAMPLE_ACTION (Results 1 – 3 of 3) sorted by relevance
26 static final String EXAMPLE_ACTION = "com.android.cts.deviceandprofileowner.EXAMPLE_ACTION"; field in PersistentIntentResolvingTest115 Intent exampleIntent = new Intent(EXAMPLE_ACTION); in sendExampleIntent()122 filter.addAction(EXAMPLE_ACTION); in addPersistentPreferredActivity()
29 if (getIntent().getAction().equals(PersistentIntentResolvingTest.EXAMPLE_ACTION)) { in onCreate()