Searched refs:FIELD_ALARM_ON (Results 1 – 2 of 2) sorted by relevance
41 private static final String FIELD_ALARM_ON = "alarm_on"; field in FindPhoneService80 .getBoolean(FIELD_ALARM_ON, false); in onHandleIntent()102 putDataMapRequest.getDataMap().putBoolean(FIELD_ALARM_ON, alarmOn); in onHandleIntent()
39 private static final String FIELD_ALARM_ON = "alarm_on"; field in SoundAlarmListenerService75 DataMap.fromByteArray(event.getDataItem().getData()).get(FIELD_ALARM_ON); in onDataChanged()