Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DPMCMainActivity.java54 private static final String SETPARAMS_INTENT_STRING = "com.android.pmc.action.SETPARAMS"; field in PMCMainActivity
101 registerReceiver(mPMCReceiver, new IntentFilter(SETPARAMS_INTENT_STRING)); in onCreate()
406 } else if (intent.getAction().equals(SETPARAMS_INTENT_STRING)) { in onReceive()