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.java53 private static final String sGScanAction = "GScan"; field in PMCMainActivity
99 mPIGScan = PendingIntent.getBroadcast(this, 0, new Intent(sGScanAction), 0); in onCreate()
265 registerReceiver(mGScanR, new IntentFilter(sGScanAction)); in startGscan()