Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DRequestPermissionHelperTest.kt57 onAllow = {}, in requestEnable_withAppLabelAndNoTimeout_hasCorrectMessage()
72 onAllow = {}, in requestEnable_withAppLabelAndZeroTimeout_hasCorrectMessage()
90 onAllow = {}, in requestEnable_withAppLabelAndNormalTimeout_hasCorrectMessage()
108 onAllow = {}, in requestEnable_withNoAppLabelAndNoTimeout_hasCorrectMessage()
123 onAllow = {}, in requestEnable_withNoAppLabelAndZeroTimeout_hasCorrectMessage()
141 onAllow = {}, in requestEnable_withNoAppLabelAndNormalTimeout_hasCorrectMessage()
160 onAllow = { onAllowCalled = true }, in requestEnable_whenAutoConfirm_onAllowIsCalled()
176 onAllow = { onAllowCalled = true }, in requestEnable_whenNotAutoConfirm_onAllowIsNotCalledWhenRequest()
190 onAllow = {}, in requestDisable_withAppLabel_hasCorrectMessage()
204 onAllow = {}, in requestDisable_withNoAppLabel_hasCorrectMessage()
[all …]
/packages/apps/Settings/src/com/android/settings/bluetooth/
DRequestPermissionHelper.kt31 onAllow: () -> Unit, in <lambda>()
36 onAllow() in <lambda>()
42 if (context.isDisallowBluetooth()) onDeny() else onAllow() in <lambda>()
52 onAllow: () -> Unit, in <lambda>()
57 onAllow() in <lambda>()
62 setPositiveButton(R.string.allow) { _, _ -> onAllow() } in <lambda>()
/packages/apps/Car/Settings/src/com/android/car/settings/notifications/
DNotificationAccessConfirmationActivity.java56 arguments -> onAllow();
123 private void onAllow() { in onAllow() method in NotificationAccessConfirmationActivity
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationAccessConfirmationActivity.java124 p.mPositiveButtonListener = (a, b) -> onAllow(); in onCreate()
149 private void onAllow() { in onAllow() method in NotificationAccessConfirmationActivity