Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java380 .startNotificationGutsIntent(captor.capture(), anyInt(), any()); in testAppOpsSettingsIntent_camera()
391 .startNotificationGutsIntent(captor.capture(), anyInt(), any()); in testAppOpsSettingsIntent_mic()
403 .startNotificationGutsIntent(captor.capture(), anyInt(), any()); in testAppOpsSettingsIntent_camera_mic()
414 .startNotificationGutsIntent(captor.capture(), anyInt(), any()); in testAppOpsSettingsIntent_overlay()
427 .startNotificationGutsIntent(captor.capture(), anyInt(), any()); in testAppOpsSettingsIntent_camera_mic_overlay()
439 .startNotificationGutsIntent(captor.capture(), anyInt(), any()); in testAppOpsSettingsIntent_camera_overlay()
451 .startNotificationGutsIntent(captor.capture(), anyInt(), any()); in testAppOpsSettingsIntent_mic_overlay()
DNotificationGutsManagerWithScenesTest.kt375 .startNotificationGutsIntent( in <lambda>()
390 .startNotificationGutsIntent( in <lambda>()
406 .startNotificationGutsIntent( in <lambda>()
421 .startNotificationGutsIntent( in <lambda>()
438 .startNotificationGutsIntent( in <lambda>()
454 .startNotificationGutsIntent( in <lambda>()
470 .startNotificationGutsIntent( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java244 mNotificationActivityStarter.startNotificationGutsIntent(intent, appUid, row); in startAppNotificationSettingsActivity()
253 mNotificationActivityStarter.startNotificationGutsIntent(intent, appUid, row); in startAppDetailsSettingsActivity()
264 mNotificationActivityStarter.startNotificationGutsIntent(intent, uid, row); in startAppOpsSettingsActivity()
269 mNotificationActivityStarter.startNotificationGutsIntent(intent, uid, row); in startAppOpsSettingsActivity()
275 mNotificationActivityStarter.startNotificationGutsIntent(intent, uid, row); in startConversationSettingsActivity()
390 mNotificationActivityStarter.startNotificationGutsIntent(intent, sbn.getUid(), in initializeNotificationInfo()
484 mNotificationActivityStarter.startNotificationGutsIntent(intent, sbn.getUid(), in initializeConversationNotificationInfo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationActivityStarter.java37 void startNotificationGutsIntent(Intent intent, int appUid, in startNotificationGutsIntent() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java527 public void startNotificationGutsIntent(final Intent intent, final int appUid, in startNotificationGutsIntent() method in StatusBarNotificationActivityStarter