Searched refs:SETPARAMS_INTENT_STRING (Results 1 – 1 of 1) sorted by relevance
54 private static final String SETPARAMS_INTENT_STRING = "com.android.pmc.action.SETPARAMS"; field in PMCMainActivity101 registerReceiver(mPMCReceiver, new IntentFilter(SETPARAMS_INTENT_STRING)); in onCreate()406 } else if (intent.getAction().equals(SETPARAMS_INTENT_STRING)) { in onReceive()