Home
last modified time | relevance | path

Searched defs:notifications (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDocumentsService.java63 final Notification[] notifications = intent.hasExtra(EXTRA_DEVICE_NOTIFICATIONS) ? in onStartCommand() local
76 @Nullable int[] ids, @Nullable Notification[] notifications) { in updateForegroundState()
118 final Notification[] notifications = new Notification[src.length]; in castToNotifications() local
DServiceIntentSender.java65 final Notification[] notifications = new Notification[records.length]; in sendUpdateNotificationIntent() local
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIListNotificationsCallback.aidl22 void onComplete(int resultCode, in EuiccNotification[] notifications); in onComplete()
DIRetrieveNotificationListCallback.aidl22 void onComplete(int resultCode, in EuiccNotification[] notifications); in onComplete()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationListener.java57 final StatusBarNotification[] notifications = getActiveNotifications(); in onListenerConnected() local
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccCardManager.java639 public void onComplete(int resultCode, EuiccNotification[] notifications) { in listNotifications()
663 public void onComplete(int resultCode, EuiccNotification[] notifications) { in retrieveNotificationList()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccCard.java813 EuiccNotification[] notifications = new EuiccNotification[nodes.size()]; in listNotifications() local
854 EuiccNotification[] notifications = new EuiccNotification[nodes.size()]; in retrieveNotificationList() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java3438 View notifications = mStatusBarView == null ? null in dispatchDemoCommand() local