HomeSort by relevance Sort by last modified time
    Searched defs:notificationType (Results 1 - 18 of 18) sorted by null

  /frameworks/base/telephony/java/android/telephony/ims/
ImsSuppServiceNotification.java 37 public final int notificationType;
50 public ImsSuppServiceNotification(int notificationType, int code, int index, int type,
52 this.notificationType = notificationType;
62 notificationType = in.readInt();
72 return "{ notificationType=" + notificationType +
88 out.writeInt(notificationType);
  /packages/apps/Settings/src/com/android/settings/
RemoteBugreportActivity.java 47 final int notificationType = getIntent().getIntExtra(
50 if (notificationType == DevicePolicyManager.NOTIFICATION_BUGREPORT_ACCEPTED_NOT_FINISHED) {
67 } else if (notificationType == DevicePolicyManager.NOTIFICATION_BUGREPORT_STARTED
68 || notificationType
72 .setMessage(notificationType
107 Log.e(TAG, "Incorrect dialog type, no dialog shown. Received: " + notificationType);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SuppServiceNotification.java 28 public int notificationType;
200 + (notificationType == 0 ? " originated " : " terminated ")
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierServiceStateTracker.java 60 private final Map<Integer, NotificationType> mNotificationTypeMap = new HashMap<>();
122 public Map<Integer, NotificationType> getNotificationTypeMap() {
145 NotificationType notificationType = mNotificationTypeMap.get(msg.what);
146 if (notificationType != null) {
147 sendNotification(notificationType);
209 for (Map.Entry<Integer, NotificationType> entry : mNotificationTypeMap.entrySet()) {
210 NotificationType notificationType = entry.getValue();
211 evaluateSendingMessageOrCancelNotification(notificationType);
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/
StatusBarNotifier.java 289 final int notificationType;
295 notificationType =
303 notificationType =
307 notificationType = NOTIFICATION_IN_CALL;
318 notificationType,
348 LogUtil.i("StatusBarNotifier.buildAndSendNotification", "notificationType=" + notificationType);
349 switch (notificationType) {
424 "displaying notification for " + notificationType);
431 currentNotification = notificationType;
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ses/1.11.18/
aws-java-sdk-ses-1.11.18.jar 
  /hardware/ril/include/telephony/
ril.h     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-autoscaling/1.11.18/
aws-java-sdk-autoscaling-1.11.18.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 408 milliseconds