Searched refs:alertInfo (Results 1 – 1 of 1) sorted by relevance
112 PendingAlertInfo alertInfo = mPendingAlerts.get(entry.key); in isAlertTransferPending() local113 return alertInfo != null && alertInfo.isStillValid(); in isAlertTransferPending()208 PendingAlertInfo alertInfo = mPendingAlerts.remove(entry.key);209 if (alertInfo != null) {210 if (alertInfo.isStillValid()) {215 alertInfo.mAlertManager.getContentFlag());