Searched refs:ACTION_NAME (Results 1 – 1 of 1) sorted by relevance
51 static final String ACTION_NAME = MainActivity.class.getName(); field in MainActivity81 }}, new IntentFilter(ACTION_NAME), Context.RECEIVER_NOT_EXPORTED); in onCreate()90 Intent intent = new Intent(ACTION_NAME); in initTriggerRollbackButton()