Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DPMCMainActivity.java52 private static final String sGScanAction = "GScan"; field in PMCMainActivity
87 mPIGScan = PendingIntent.getBroadcast(this, 0, new Intent(sGScanAction), 0); in onCreate()
249 registerReceiver(mGScanR, new IntentFilter(sGScanAction)); in startGscan()