Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java276 .startNotificationGutsIntent(captor.capture(), anyInt(), any()); in testAppOpsSettingsIntent_camera()
287 .startNotificationGutsIntent(captor.capture(), anyInt(), any()); in testAppOpsSettingsIntent_mic()
299 .startNotificationGutsIntent(captor.capture(), anyInt(), any()); in testAppOpsSettingsIntent_camera_mic()
310 .startNotificationGutsIntent(captor.capture(), anyInt(), any()); in testAppOpsSettingsIntent_overlay()
323 .startNotificationGutsIntent(captor.capture(), anyInt(), any()); in testAppOpsSettingsIntent_camera_mic_overlay()
335 .startNotificationGutsIntent(captor.capture(), anyInt(), any()); in testAppOpsSettingsIntent_camera_overlay()
347 .startNotificationGutsIntent(captor.capture(), anyInt(), any()); in testAppOpsSettingsIntent_mic_overlay()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java212 mNotificationActivityStarter.startNotificationGutsIntent(intent, appUid, row); in startAppNotificationSettingsActivity()
224 mNotificationActivityStarter.startNotificationGutsIntent(intent, appUid, row); in startAppDetailsSettingsActivity()
235 mNotificationActivityStarter.startNotificationGutsIntent(intent, uid, row); in startAppOpsSettingsActivity()
240 mNotificationActivityStarter.startNotificationGutsIntent(intent, uid, row); in startAppOpsSettingsActivity()
246 mNotificationActivityStarter.startNotificationGutsIntent(intent, uid, row); in startConversationSettingsActivity()
362 mNotificationActivityStarter.startNotificationGutsIntent(intent, sbn.getUid(), in initializeNotificationInfo()
457 mNotificationActivityStarter.startNotificationGutsIntent(intent, sbn.getUid(), in initializeConversationNotificationInfo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationActivityStarter.java34 void startNotificationGutsIntent(Intent intent, int appUid, in startNotificationGutsIntent() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java463 public void startNotificationGutsIntent(final Intent intent, final int appUid, in startNotificationGutsIntent() method in StatusBarNotificationActivityStarter