Searched refs:notificationType (Results 1 – 11 of 11) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierServiceStateTracker.java | 150 NotificationType notificationType = mNotificationTypeMap.get(msg.what); in handleMessage() local 151 if (notificationType != null) { in handleMessage() 152 sendNotification(notificationType); in handleMessage() 215 NotificationType notificationType = entry.getValue(); in handleConfigChanges() local 216 evaluateSendingMessageOrCancelNotification(notificationType); in handleConfigChanges() 221 NotificationType notificationType = mNotificationTypeMap.get(NOTIFICATION_PREF_NETWORK); in handlePrefNetworkModeChanged() local 222 if (notificationType != null) { in handlePrefNetworkModeChanged() 223 evaluateSendingMessageOrCancelNotification(notificationType); in handlePrefNetworkModeChanged() 228 NotificationType notificationType = mNotificationTypeMap in handleImsCapabilitiesChanged() local 230 if (notificationType != null) { in handleImsCapabilitiesChanged() [all …]
|
D | TelephonyTester.java | 354 suppServiceNotification.notificationType = type; in sendTestSuppServiceNotification()
|
D | RadioIndication.java | 358 notification.notificationType = suppSvcNotification.isMT ? 1 : 0; in suppSvcNotify()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsSuppServiceNotification.java | 37 public final int notificationType; field in ImsSuppServiceNotification 50 public ImsSuppServiceNotification(int notificationType, int code, int index, int type, in ImsSuppServiceNotification() argument 52 this.notificationType = notificationType; in ImsSuppServiceNotification() 62 notificationType = in.readInt(); in ImsSuppServiceNotification() 72 return "{ notificationType=" + notificationType + in toString() 88 out.writeInt(notificationType); in writeToParcel()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | SuppServiceNotification.java | 28 public int notificationType; field in SuppServiceNotification 200 + (notificationType == 0 ? " originated " : " terminated ") in toString()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiMetrics.java | 2205 public void incrementConnectToNetworkNotification(String notifierTag, int notificationType) { in incrementConnectToNetworkNotification() argument 2207 int count = mConnectToNetworkNotificationCount.get(notificationType); in incrementConnectToNetworkNotification() 2208 mConnectToNetworkNotificationCount.put(notificationType, count + 1); in incrementConnectToNetworkNotification() 2214 int notificationType, int actionType) { in incrementConnectToNetworkNotificationAction() argument 2216 int key = notificationType * CONNECT_TO_NETWORK_NOTIFICATION_ACTION_KEY_MULTIPLIER in incrementConnectToNetworkNotificationAction()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 2668 supp.notificationType = 1; 2685 supp.notificationType = suppServiceInfo.notificationType; 4209 supp.notificationType = SuppServiceNotification.NOTIFICATION_TYPE_CODE_2; in onCallHoldReceived()
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 5995 int notificationType) { in sendPendingIntentForRequest() argument 5996 if (notificationType == ConnectivityManager.CALLBACK_AVAILABLE && !nri.mPendingIntentSent) { in sendPendingIntentForRequest() 6030 NetworkAgentInfo networkAgent, int notificationType, int arg1) { in callCallbackForRequest() argument 6038 if (notificationType != ConnectivityManager.CALLBACK_UNAVAIL) { in callCallbackForRequest() 6041 switch (notificationType) { in callCallbackForRequest() 6071 msg.what = notificationType; in callCallbackForRequest() 6075 String notification = ConnectivityManager.getCallbackName(notificationType); in callCallbackForRequest()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommands.java | 1604 not.notificationType = type; in triggerSsn()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMPhoneTest.java.broken | 1651 assertEquals(type, notification.notificationType);
|
/frameworks/base/api/ |
D | system-current.txt | 8998 field public final int notificationType;
|