Home
last modified time | relevance | path

Searched refs:NO_NOTIFY (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTetheringNotificationUpdater.java74 private static final boolean NO_NOTIFY = false; field in TetheringNotificationUpdater
234 if (tetheringInactive || !mNoUpstream || setupNoUpstreamNotification() == NO_NOTIFY) { in updateNoUpstreamNotification()
243 if (tetheringInactive || !mRoaming || setupRoamingNotification() == NO_NOTIFY) { in updateRoamingNotification()
311 if (!upstreamRoamingNotification) return NO_NOTIFY; in setupRoamingNotification()
315 if (isEmpty(title) || isEmpty(message)) return NO_NOTIFY; in setupRoamingNotification()
336 if (delayToShowUpstreamNotification < 0) return NO_NOTIFY; in setupNoUpstreamNotification()