Searched refs:startNotificationGutsIntent (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationGutsManagerTest.java | 235 .startNotificationGutsIntent(captor.capture(), anyInt(), any()); in testAppOpsSettingsIntent_camera() 246 .startNotificationGutsIntent(captor.capture(), anyInt(), any()); in testAppOpsSettingsIntent_mic() 258 .startNotificationGutsIntent(captor.capture(), anyInt(), any()); in testAppOpsSettingsIntent_camera_mic() 269 .startNotificationGutsIntent(captor.capture(), anyInt(), any()); in testAppOpsSettingsIntent_overlay() 282 .startNotificationGutsIntent(captor.capture(), anyInt(), any()); in testAppOpsSettingsIntent_camera_mic_overlay() 294 .startNotificationGutsIntent(captor.capture(), anyInt(), any()); in testAppOpsSettingsIntent_camera_overlay() 306 .startNotificationGutsIntent(captor.capture(), anyInt(), any()); in testAppOpsSettingsIntent_mic_overlay()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationActivityStarter.java | 33 void startNotificationGutsIntent(Intent intent, int appUid, in startNotificationGutsIntent() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationGutsManager.java | 151 mNotificationActivityStarter.startNotificationGutsIntent(intent, appUid, row); in startAppNotificationSettingsActivity() 163 mNotificationActivityStarter.startNotificationGutsIntent(intent, appUid, row); in startAppDetailsSettingsActivity() 174 mNotificationActivityStarter.startNotificationGutsIntent(intent, uid, row); in startAppOpsSettingsActivity() 179 mNotificationActivityStarter.startNotificationGutsIntent(intent, uid, row); in startAppOpsSettingsActivity() 299 mNotificationActivityStarter.startNotificationGutsIntent(intent, sbn.getUid(), in initializeNotificationInfo()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationActivityStarter.java | 387 public void startNotificationGutsIntent(final Intent intent, final int appUid, in startNotificationGutsIntent() method in StatusBarNotificationActivityStarter
|