Searched refs:SERVICE_OPERATOR_LOST_DELAY_MS (Results 1 – 1 of 1) sorted by relevance
122 private static final long SERVICE_OPERATOR_LOST_DELAY_MS = 10 * MINUTE_IN_MILLIS; field in LocaleTracker383 sendMessageDelayed(obtainMessage(EVENT_OPERATOR_LOST), SERVICE_OPERATOR_LOST_DELAY_MS); in updateOperatorNumeric() local