Searched refs:sGScanAction (Results 1 – 1 of 1) sorted by relevance
52 private static final String sGScanAction = "GScan"; field in PMCMainActivity87 mPIGScan = PendingIntent.getBroadcast(this, 0, new Intent(sGScanAction), 0); in onCreate()249 registerReceiver(mGScanR, new IntentFilter(sGScanAction)); in startGscan()