Home
last modified time | relevance | path

Searched defs:notifications (Results 1 – 9 of 9) 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/
DIRetrieveNotificationListCallback.aidl22 void onComplete(int resultCode, in EuiccNotification[] notifications); in onComplete()
DIListNotificationsCallback.aidl22 void onComplete(int resultCode, in EuiccNotification[] notifications); in onComplete()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationListener.java76 final StatusBarNotification[] notifications = getActiveNotifications(); in onListenerConnected() local
/frameworks/av/media/codec2/hidl/1.0/utils/
DInputBufferManager.cpp313 std::list<Notification> notifications; in processNotifications() local
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccCardManager.java733 public void onComplete(int resultCode, EuiccNotification[] notifications) { in listNotifications()
763 public void onComplete(int resultCode, EuiccNotification[] notifications) { in retrieveNotificationList()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccCard.java907 EuiccNotification[] notifications = new EuiccNotification[nodes.size()]; in listNotifications() local
948 EuiccNotification[] notifications = new EuiccNotification[nodes.size()]; in retrieveNotificationList() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java3007 View notifications = mStatusBarView == null ? null in dispatchDemoCommand() local