Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java114 private OnUserInteractionCallback mOnUserInteractionCallback; field in NotificationInfoTest
178 mOnUserInteractionCallback, in testBindNotification_SetsTextApplicationName()
204 mOnUserInteractionCallback, in testBindNotification_SetsPackageIcon()
226 mOnUserInteractionCallback, in testBindNotification_noDelegate()
257 mOnUserInteractionCallback, in testBindNotification_delegate()
280 mOnUserInteractionCallback, in testBindNotification_GroupNameHiddenIfNoGroup()
308 mOnUserInteractionCallback, in testBindNotification_SetsGroupNameIfNonNull()
331 mOnUserInteractionCallback, in testBindNotification_SetsTextChannelName()
353 mOnUserInteractionCallback, in testBindNotification_DefaultChannelDoesNotUseChannelName()
379 mOnUserInteractionCallback, in testBindNotification_DefaultChannelUsesChannelNameIfMoreChannelsExist()
[all …]
DNotificationConversationInfoTest.java140 private OnUserInteractionCallback mOnUserInteractionCallback; field in NotificationConversationInfoTest
248 mOnUserInteractionCallback, in testBindNotification_SetsShortcutIcon()
273 mOnUserInteractionCallback, in testBindNotification_SetsTextApplicationName()
326 mOnUserInteractionCallback, in testBindNotification_SetsTextGroupName()
352 mOnUserInteractionCallback, in testBindNotification_GroupNameHiddenIfNoGroup()
377 mOnUserInteractionCallback, in testBindNotification_noDelegate()
413 mOnUserInteractionCallback, in testBindNotification_delegate()
439 mOnUserInteractionCallback, in testBindNotification_SetsOnClickListenerForSettings()
469 mOnUserInteractionCallback, in testBindNotification_SettingsButtonInvisibleWhenNoClickListener()
494 mOnUserInteractionCallback, in testBindNotification_SettingsButtonInvisibleWhenDeviceUnprovisioned()
[all …]
DNotificationGutsManagerTest.java136 @Mock private OnUserInteractionCallback mOnUserInteractionCallback; field in NotificationGutsManagerTest
203 mOnUserInteractionCallback, in setUp()
473 eq(mOnUserInteractionCallback), in testInitializeNotificationInfoView_highPriority()
506 eq(mOnUserInteractionCallback), in testInitializeNotificationInfoView_PassesAlongProvisionedState()
537 eq(mOnUserInteractionCallback), in testInitializeNotificationInfoView_withInitialAction()
DNotificationTestHelper.java146 private final OnUserInteractionCallback mOnUserInteractionCallback; field in NotificationTestHelper
252 mOnUserInteractionCallback = mock(OnUserInteractionCallback.class); in NotificationTestHelper()
255 when(mOnUserInteractionCallback.registerFutureDismissal(any(), anyInt())) in NotificationTestHelper()
271 return mOnUserInteractionCallback; in getOnUserInteractionCallback()
662 mOnUserInteractionCallback, in generateRow()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java159 private OnUserInteractionCallback mOnUserInteractionCallback; field in StatusBarNotificationActivityStarterTest
209 when(mOnUserInteractionCallback.registerFutureDismissal(eq(mNotificationRow.getEntry()), in setUp()
259 mOnUserInteractionCallback, in setUp()
321 InOrder orderVerifier = Mockito.inOrder(mClickNotifier, mOnUserInteractionCallback, in testOnNotificationClicked_keyGuardShowing()
324 orderVerifier.verify(mOnUserInteractionCallback) in testOnNotificationClicked_keyGuardShowing()
358 verify(mOnUserInteractionCallback, never()) in testOnNotificationClicked_bubble_noContentIntent_noKeyGuard()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java148 private final OnUserInteractionCallback mOnUserInteractionCallback; field in StatusBarNotificationActivityStarter
213 mOnUserInteractionCallback = onUserInteractionCallback; in StatusBarNotificationActivityStarter()
409 mOnUserInteractionCallback.registerFutureDismissal(entry, REASON_CLICK); in handleNotificationClickAfterPanelCollapsed()
445 mOnUserInteractionCallback.registerFutureDismissal(entry, REASON_CLICK); in onDragSuccess()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java104 private final OnUserInteractionCallback mOnUserInteractionCallback; field in ExpandableNotificationRowController
251 mOnUserInteractionCallback = onUserInteractionCallback; in ExpandableNotificationRowController()
291 mOnUserInteractionCallback, in init()
DNotificationGutsManager.java98 private final OnUserInteractionCallback mOnUserInteractionCallback; field in NotificationGutsManager
178 mOnUserInteractionCallback = onUserInteractionCallback; in NotificationGutsManager()
407 mOnUserInteractionCallback, in initializeNotificationInfo()
514 mOnUserInteractionCallback, in initializeConversationNotificationInfo()
DNotificationConversationInfo.java94 private OnUserInteractionCallback mOnUserInteractionCallback; field in NotificationConversationInfo
216 mOnUserInteractionCallback = onUserInteractionCallback; in bindNotification()
535 () -> mOnUserInteractionCallback.onImportanceChanged(mEntry), in updateChannel()
DNotificationInfo.java97 private OnUserInteractionCallback mOnUserInteractionCallback; field in NotificationInfo
209 mOnUserInteractionCallback = onUserInteractionCallback; in bindNotification()
444 mOnUserInteractionCallback.onImportanceChanged(mEntry);
DExpandableNotificationRow.java386 private OnUserInteractionCallback mOnUserInteractionCallback; field in ExpandableNotificationRow
1620 if (mOnUserInteractionCallback != null) {
1621 mOnUserInteractionCallback.registerFutureDismissal(mEntry, REASON_CANCEL).run();
1884 mOnUserInteractionCallback = onUserInteractionCallback;
3784 pw.print(", mOnUserInteractionCallback null: " + (mOnUserInteractionCallback == null));