Searched refs:globalId (Results 1 – 1 of 1) sorted by relevance
167 int globalId = prefs.getInt(ALARM_GLOBAL_ID_EXTRA, -1) + 1; in updateGlobalIntentId() local168 prefs.edit().putInt(ALARM_GLOBAL_ID_EXTRA, globalId).commit(); in updateGlobalIntentId()906 int globalId = getGlobalIntentId(context); in handleIntent() local909 if (intentId != globalId) { in handleIntent()910 LogUtils.i("IntentId: " + intentId + " GlobalId: " + globalId + " AlarmState: " + in handleIntent()