Searched refs:GATTPMC_INTENT (Results 1 – 2 of 2) sorted by relevance
32 public static final String GATTPMC_INTENT = "com.android.pmc.GATT"; field in GattPMCReceiver64 if (intent.getAction().equals(GATTPMC_INTENT)) { in onReceive()
103 registerReceiver(mGattPMCReceiver, new IntentFilter(GattPMCReceiver.GATTPMC_INTENT)); in onCreate()