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