Home
last modified time | relevance | path

Searched refs:ACTION_NAME (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/RollbackTest/SampleRollbackApp/src/com/android/sample/rollbackapp/
DMainActivity.java51 static final String ACTION_NAME = MainActivity.class.getName(); field in MainActivity
81 }}, new IntentFilter(ACTION_NAME), Context.RECEIVER_NOT_EXPORTED); in onCreate()
90 Intent intent = new Intent(ACTION_NAME); in initTriggerRollbackButton()