Home
last modified time | relevance | path

Searched refs:preciseState (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java62 Phone sender, String apnType, PreciseDataConnectionState preciseState); in notifyDataConnection() argument
DDefaultPhoneNotifier.java128 Phone sender, String apnType, PreciseDataConnectionState preciseState) { in notifyDataConnection() argument
135 phoneId, subId, apnTypeBitmask, preciseState); in notifyDataConnection()
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java415 @ApnType int apnType, @Nullable PreciseDataConnectionState preciseState) { in notifyDataConnectionForSubscriber() argument
418 slotIndex, subId, apnType, preciseState); in notifyDataConnectionForSubscriber()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1695 int phoneId, int subId, @ApnType int apnType, PreciseDataConnectionState preciseState) { in notifyDataConnectionForSubscriber() argument
1705 if (preciseState != null) { in notifyDataConnectionForSubscriber()
1706 apn = preciseState.getDataConnectionApn(); in notifyDataConnectionForSubscriber()
1707 state = preciseState.getState(); in notifyDataConnectionForSubscriber()
1708 networkType = preciseState.getNetworkType(); in notifyDataConnectionForSubscriber()
1709 linkProps = preciseState.getDataConnectionLinkProperties(); in notifyDataConnectionForSubscriber()
1715 + "' preciseState=" + preciseState); in notifyDataConnectionForSubscriber()
1752 if (preciseState == null) { in notifyDataConnectionForSubscriber()
1758 mPreciseDataConnectionStates.get(phoneId).put(apnType, preciseState); in notifyDataConnectionForSubscriber()
1759 needsNotify = !preciseState.equals(oldPreciseState); in notifyDataConnectionForSubscriber()
[all …]
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl68 int phoneId, int subId, int apnType, in PreciseDataConnectionState preciseState); in notifyDataConnectionForSubscriber() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyRegistryTest.java148 public void onPreciseDataConnectionStateChanged(PreciseDataConnectionState preciseState) { in onPreciseDataConnectionStateChanged() argument