Searched defs:getConfirmation (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/service/notification/
H A DSnoozeCriterion.java77 public CharSequence getConfirmation() { method in class:SnoozeCriterion
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
H A DNotificationSwipeActionHelper.java67 public CharSequence getConfirmation(); method in interface:NotificationSwipeActionHelper.SnoozeOption
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationSnooze.java206 sc.getConfirmation(), action));
353 mSelectedOptionText.setText(option.getConfirmation());
478 public CharSequence getConfirmation() { method in class:NotificationSnooze.NotificationSnoozeOption
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareDataPathStateManagerTest.java964 boolean providePmk, boolean providePassphrase, boolean getConfirmation,
1034 if (getConfirmation) {
1057 if (getConfirmation) {
1079 boolean providePmk, boolean providePassphrase, boolean getConfirmation)
1137 if (getConfirmation) {
1160 if (getConfirmation) {
963 testDataPathInitiatorUtility(boolean useDirect, boolean provideMac, boolean providePmk, boolean providePassphrase, boolean getConfirmation, boolean immediateHalFailure) argument
1078 testDataPathResponderUtility(boolean useDirect, boolean provideMac, boolean providePmk, boolean providePassphrase, boolean getConfirmation) argument

Completed in 187 milliseconds