Searched refs:AUTOPOWER_INTENT_STRING (Results 1 – 1 of 1) sorted by relevance
56 private static final String AUTOPOWER_INTENT_STRING = "com.android.pmc.action.AUTOPOWER"; field in PMCMainActivity112 registerReceiver(mPMCReceiver, new IntentFilter(AUTOPOWER_INTENT_STRING)); in onCreate()400 if (intent.getAction().equals(AUTOPOWER_INTENT_STRING)) { in onReceive()