Home
last modified time | relevance | path

Searched refs:notificationType (Results 1 – 25 of 48) sorted by relevance

12

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceStateTracker.java184 if (notificationType != null) { in handleMessage()
185 sendNotification(notificationType); in handleMessage()
295 if (notificationType != null) { in handleAllowedNetworkTypeChanged()
303 if (notificationType != null) { in handleImsCapabilitiesChanged()
309 if (evaluateSendingMessage(notificationType)) { in evaluateSendingMessageOrCancelNotification()
314 cancelNotification(notificationType); in evaluateSendingMessageOrCancelNotification()
324 return notificationType.sendMessage(); in evaluateSendingMessage()
332 return notificationType.getDelay(); in getDelay()
360 notificationType.setDelay(b);
392 removeMessages(notificationType.getTypeId()); in cancelNotification()
[all …]
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DImsSuppServiceNotification.java38 public final int notificationType; field in ImsSuppServiceNotification
51 public ImsSuppServiceNotification(int notificationType, int code, int index, int type, in ImsSuppServiceNotification() argument
53 this.notificationType = notificationType; in ImsSuppServiceNotification()
63 notificationType = in.readInt(); in ImsSuppServiceNotification()
74 return "{ notificationType=" + notificationType + in toString()
90 out.writeInt(notificationType); in writeToParcel()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
H A DRemoteBugreportActivity.java44 final int notificationType = getIntent().getIntExtra( in onCreate() local
47 if (notificationType == DevicePolicyManager.NOTIFICATION_BUGREPORT_ACCEPTED_NOT_FINISHED) { in onCreate()
64 } else if (notificationType == DevicePolicyManager.NOTIFICATION_BUGREPORT_STARTED in onCreate()
65 || notificationType in onCreate()
69 .setMessage(notificationType in onCreate()
104 Log.e(TAG, "Incorrect dialog type, no dialog shown. Received: " + notificationType); in onCreate()
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DRemoteBugreportActivity.java45 final int notificationType = getIntent().getIntExtra( in onCreate() local
48 if (notificationType == DevicePolicyManager.NOTIFICATION_BUGREPORT_ACCEPTED_NOT_FINISHED) { in onCreate()
65 } else if (notificationType == DevicePolicyManager.NOTIFICATION_BUGREPORT_STARTED in onCreate()
66 || notificationType in onCreate()
70 .setMessage(notificationType in onCreate()
105 Log.e(TAG, "Incorrect dialog type, no dialog shown. Received: " + notificationType); in onCreate()
/aosp12/packages/apps/Settings/src/com/android/settings/sim/
H A DSimNotificationService.java43 Context context, @SimActivationNotifier.NotificationType int notificationType) { in scheduleSimNotification() argument
49 extra.putInt(EXTRA_NOTIFICATION_TYPE, notificationType); in scheduleSimNotification()
64 int notificationType = extra.getInt(EXTRA_NOTIFICATION_TYPE); in onStartJob() local
65 switch (notificationType) { in onStartJob()
78 Log.e(TAG, "Invalid notification type: " + notificationType); in onStartJob()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/enterprise/
H A DRemoteRequestBugreportActivity.java70 int notificationType = getIntent().getIntExtra( in getInitialFragment() local
79 switch (notificationType) { in getInitialFragment()
95 .setMessage(notificationType == NOTIFICATION_BUGREPORT_STARTED in getInitialFragment()
103 LOG.e("Incorrect dialog type, no dialog shown. Received: " + notificationType); in getInitialFragment()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSuppServiceNotification.java28 public int notificationType; field in SuppServiceNotification
200 + (notificationType == 0 ? " originated " : " terminated ") in toString()
/aosp12/hardware/qcom/sm7150/gps/gnss/
H A DAgps.cpp312 AgpsNotificationType notificationType){ in notifyAllSubscribers() argument
316 this, event, deleteSubscriberPostNotify, notificationType); in notifyAllSubscribers()
323 if (notificationType == AGPS_NOTIFICATION_TYPE_FOR_ALL_SUBSCRIBERS || in notifyAllSubscribers()
324 (notificationType == AGPS_NOTIFICATION_TYPE_FOR_INACTIVE_SUBSCRIBERS && in notifyAllSubscribers()
326 (notificationType == AGPS_NOTIFICATION_TYPE_FOR_ACTIVE_SUBSCRIBERS && in notifyAllSubscribers()
H A DAgps.h224 AgpsNotificationType notificationType);
/aosp12/hardware/qcom/sm8150p/gps/gnss/
H A DAgps.cpp312 AgpsNotificationType notificationType){ in notifyAllSubscribers() argument
316 this, event, deleteSubscriberPostNotify, notificationType); in notifyAllSubscribers()
323 if (notificationType == AGPS_NOTIFICATION_TYPE_FOR_ALL_SUBSCRIBERS || in notifyAllSubscribers()
324 (notificationType == AGPS_NOTIFICATION_TYPE_FOR_INACTIVE_SUBSCRIBERS && in notifyAllSubscribers()
326 (notificationType == AGPS_NOTIFICATION_TYPE_FOR_ACTIVE_SUBSCRIBERS && in notifyAllSubscribers()
H A DAgps.h224 AgpsNotificationType notificationType);
/aosp12/hardware/qcom/sm7250/gps/gnss/
H A DAgps.cpp312 AgpsNotificationType notificationType){ in notifyAllSubscribers() argument
316 this, event, deleteSubscriberPostNotify, notificationType); in notifyAllSubscribers()
323 if (notificationType == AGPS_NOTIFICATION_TYPE_FOR_ALL_SUBSCRIBERS || in notifyAllSubscribers()
324 (notificationType == AGPS_NOTIFICATION_TYPE_FOR_INACTIVE_SUBSCRIBERS && in notifyAllSubscribers()
326 (notificationType == AGPS_NOTIFICATION_TYPE_FOR_ACTIVE_SUBSCRIBERS && in notifyAllSubscribers()
H A DAgps.h226 AgpsNotificationType notificationType);
/aosp12/hardware/qcom/sm8150/gps/gnss/
H A DAgps.cpp312 AgpsNotificationType notificationType){ in notifyAllSubscribers() argument
316 this, event, deleteSubscriberPostNotify, notificationType); in notifyAllSubscribers()
323 if (notificationType == AGPS_NOTIFICATION_TYPE_FOR_ALL_SUBSCRIBERS || in notifyAllSubscribers()
324 (notificationType == AGPS_NOTIFICATION_TYPE_FOR_INACTIVE_SUBSCRIBERS && in notifyAllSubscribers()
326 (notificationType == AGPS_NOTIFICATION_TYPE_FOR_ACTIVE_SUBSCRIBERS && in notifyAllSubscribers()
H A DAgps.h226 AgpsNotificationType notificationType);
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DStatusBarNotifier.java292 final int notificationType; in buildAndSendNotification() local
299 notificationType = in buildAndSendNotification()
307 notificationType = in buildAndSendNotification()
311 notificationType = NOTIFICATION_IN_CALL; in buildAndSendNotification()
322 notificationType, in buildAndSendNotification()
353 switch (notificationType) { in buildAndSendNotification()
428 "displaying notification for " + notificationType); in buildAndSendNotification()
435 currentNotification = notificationType; in buildAndSendNotification()
486 int notificationType, in checkForChangeAndSaveData() argument
527 currentNotification != notificationType); in checkForChangeAndSaveData()
[all …]
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app2/src/com/android/cts/net/hostside/app2/
H A DMyBroadcastReceiver.java204 String notificationType ) { in sendNotification() argument
205 Log.d(TAG, "sendNotification: id=" + notificationId + ", type=" + notificationType); in sendNotification()
216 switch (notificationType) { in sendNotification()
258 Log.e(TAG, "Unknown notification type: " + notificationType); in sendNotification()
H A DMyService.java91 public void sendNotification(int notificationId, String notificationType) {
93 notificationId, notificationType);
/aosp12/hardware/qcom/sdm845/gps/sdm845/gnss/
H A DAgps.cpp319 AgpsNotificationType notificationType){ in notifyAllSubscribers() argument
323 this, event, deleteSubscriberPostNotify, notificationType); in notifyAllSubscribers()
330 if (notificationType == AGPS_NOTIFICATION_TYPE_FOR_ALL_SUBSCRIBERS || in notifyAllSubscribers()
331 (notificationType == AGPS_NOTIFICATION_TYPE_FOR_INACTIVE_SUBSCRIBERS && in notifyAllSubscribers()
333 (notificationType == AGPS_NOTIFICATION_TYPE_FOR_ACTIVE_SUBSCRIBERS && in notifyAllSubscribers()
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DMyServiceClient.java96 public void sendNotification(int notificationId, String notificationType) in sendNotification() argument
98 mService.sendNotification(notificationId, notificationType); in sendNotification()
/aosp12/hardware/qcom/gps/msm8909w_3100/gnss/
H A DAgps.cpp324 AgpsNotificationType notificationType){ in notifyAllSubscribers() argument
328 this, event, deleteSubscriberPostNotify, notificationType); in notifyAllSubscribers()
335 if(notificationType == AGPS_NOTIFICATION_TYPE_FOR_ALL_SUBSCRIBERS || in notifyAllSubscribers()
336 (notificationType == AGPS_NOTIFICATION_TYPE_FOR_INACTIVE_SUBSCRIBERS && in notifyAllSubscribers()
338 (notificationType == AGPS_NOTIFICATION_TYPE_FOR_ACTIVE_SUBSCRIBERS && in notifyAllSubscribers()
/aosp12/hardware/qcom/gps/msm8998/gnss/
H A DAgps.cpp319 AgpsNotificationType notificationType){ in notifyAllSubscribers() argument
323 this, event, deleteSubscriberPostNotify, notificationType); in notifyAllSubscribers()
330 if (notificationType == AGPS_NOTIFICATION_TYPE_FOR_ALL_SUBSCRIBERS || in notifyAllSubscribers()
331 (notificationType == AGPS_NOTIFICATION_TYPE_FOR_INACTIVE_SUBSCRIBERS && in notifyAllSubscribers()
333 (notificationType == AGPS_NOTIFICATION_TYPE_FOR_ACTIVE_SUBSCRIBERS && in notifyAllSubscribers()
/aosp12/hardware/qcom/sdm845/gps/msm8998/gnss/
H A DAgps.cpp321 AgpsNotificationType notificationType){ in notifyAllSubscribers() argument
325 this, event, deleteSubscriberPostNotify, notificationType); in notifyAllSubscribers()
332 if(notificationType == AGPS_NOTIFICATION_TYPE_FOR_ALL_SUBSCRIBERS || in notifyAllSubscribers()
333 (notificationType == AGPS_NOTIFICATION_TYPE_FOR_INACTIVE_SUBSCRIBERS && in notifyAllSubscribers()
335 (notificationType == AGPS_NOTIFICATION_TYPE_FOR_ACTIVE_SUBSCRIBERS && in notifyAllSubscribers()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationTypeItem.java92 int notificationType, boolean isInGroup) { in CarNotificationTypeItem() argument
95 mNotificationType = notificationType; in CarNotificationTypeItem()
/aosp12/packages/modules/Connectivity/tests/cts/hostside/aidl/com/android/cts/net/hostside/
H A DIMyService.aidl28 void sendNotification(int notificationId, String notificationType); in sendNotification() argument

12