Searched refs:GATTCLIENT_ALARM (Results 1 – 2 of 2) sorted by relevance
50 public static final String GATTCLIENT_ALARM = field in GattClientListener131 Intent alarmIntent = new Intent(GattClientListener.GATTCLIENT_ALARM); in startAlarm()151 if (!intent.getAction().equals(GATTCLIENT_ALARM)) { in onReceive()
51 new IntentFilter(GattClientListener.GATTCLIENT_ALARM)); in GattPMCReceiver()