Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTetheringNotificationUpdater.java289 final String disableButton = in notifyTetheringNoUpstream() local
291 if (isEmpty(title) || isEmpty(message) || isEmpty(disableButton)) return; in notifyTetheringNoUpstream()
300 final Action action = new Action.Builder(NO_ICON_ID, disableButton, pi).build(); in notifyTetheringNoUpstream()