HomeSort by relevance Sort by last modified time
    Searched refs:notificationType (Results 1 - 25 of 38) sorted by null

1 2

  /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);
  /cts/hostsidetests/net/aidl/com/android/cts/net/hostside/
IMyService.aidl 24 void sendNotification(int notificationId, String 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...]
TelephonyTester.java 330 suppServiceNotification.notificationType = type;
  /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/data-binding/extensions/library/src/main/java/android/databinding/
ListChangeRegistry.java 41 ObservableList sender, int notificationType, ListChanges listChanges) {
42 switch (notificationType) {
133 public synchronized void notifyCallbacks(ObservableList sender, int notificationType,
135 super.notifyCallbacks(sender, notificationType, listChanges);
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
MyServiceClient.java 98 public void sendNotification(int notificationId, String notificationType) throws RemoteException {
99 mService.sendNotification(notificationId, notificationType);
AbstractRestrictBackgroundNetworkTestCase.java     [all...]
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyService.java 80 public void sendNotification(int notificationId, String notificationType) {
82 notificationId, notificationType);
MyBroadcastReceiver.java 200 String notificationType ) {
201 Log.d(TAG, "sendNotification: id=" + notificationId + ", type=" + notificationType);
212 switch (notificationType) {
254 Log.e(TAG, "Unknown notification type: " + notificationType);
  /hardware/qcom/gps/msm8909w_3100/gnss/
Agps.cpp 324 AgpsNotificationType notificationType){
328 this, event, deleteSubscriberPostNotify, notificationType);
335 if(notificationType == AGPS_NOTIFICATION_TYPE_FOR_ALL_SUBSCRIBERS ||
336 (notificationType == AGPS_NOTIFICATION_TYPE_FOR_INACTIVE_SUBSCRIBERS &&
338 (notificationType == AGPS_NOTIFICATION_TYPE_FOR_ACTIVE_SUBSCRIBERS &&
Agps.h 281 AgpsNotificationType notificationType);
  /hardware/qcom/gps/msm8998/gnss/
Agps.cpp 316 AgpsNotificationType notificationType){
320 this, event, deleteSubscriberPostNotify, notificationType);
327 if (notificationType == AGPS_NOTIFICATION_TYPE_FOR_ALL_SUBSCRIBERS ||
328 (notificationType == AGPS_NOTIFICATION_TYPE_FOR_INACTIVE_SUBSCRIBERS &&
330 (notificationType == AGPS_NOTIFICATION_TYPE_FOR_ACTIVE_SUBSCRIBERS &&
Agps.h 281 AgpsNotificationType notificationType);
  /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...]
  /packages/services/Telephony/tests/src/com/android/services/telephony/
TelephonyConnectionServiceTest.java     [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 252 Log.i(this, "handleSuppServiceNotification: type=%d, code=%d", ssn.notificationType,
254 if (ssn.notificationType == SuppServiceNotification.NOTIFICATION_TYPE_CODE_1
258 sendSuppServiceNotificationEvent(ssn.notificationType, ssn.code);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMetrics.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
MessageNotificationState.java 139 NotificationLineInfo(final int notificationType) {
140 mNotificationType = notificationType;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java 156 import com.android.server.connectivity.NetworkNotificationManager.NotificationType;
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ses/1.11.18/
aws-java-sdk-ses-1.11.18.jar 
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java     [all...]
  /hardware/ril/include/telephony/
ril.h     [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java     [all...]

Completed in 1480 milliseconds

1 2