Searched refs:bearer (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | VoiceCallSessionStats.java | 465 int bearer = getBearer(conn); in addCall() local 467 @NetworkType int rat = getVoiceRatWithVoNRFix(mPhone, serviceState, bearer); in addCall() 475 proto.bearerAtStart = bearer; in addCall() 476 proto.bearerAtEnd = bearer; in addCall() 501 proto.handoverInProgress = isHandoverInProgress(bearer, proto.isEmergency); in addCall() 517 int codec = audioQualityToCodec(bearer, conn.getAudioCodec()); in addCall() 764 private boolean isHandoverInProgress(int bearer, boolean isEmergency) { in isHandoverInProgress() argument 766 if (bearer != VOICE_CALL_SESSION__BEARER_AT_END__CALL_BEARER_IMS) { in isHandoverInProgress() 780 Phone phone, @Nullable ServiceState state, int bearer) { in getVoiceRatWithVoNRFix() argument 785 if (bearer != VOICE_CALL_SESSION__BEARER_AT_END__CALL_BEARER_CS && imsPhone != null) { in getVoiceRatWithVoNRFix() [all …]
|
D | ServiceStateStats.java | 355 static @NetworkType int getVoiceRat(Phone phone, @Nullable ServiceState state, int bearer) { in getVoiceRat() argument 360 if (bearer != VOICE_CALL_SESSION__BEARER_AT_END__CALL_BEARER_CS && imsPhone != null) { in getVoiceRat() 374 if (bearer == VOICE_CALL_SESSION__BEARER_AT_END__CALL_BEARER_IMS) { in getVoiceRat()
|
/frameworks/proto_logging/stats/enums/telephony/ |
D | enums.proto | 24 /** Call bearer is unknown or invalid */ 27 /** Call bearer is legacy CS */ 30 /** Call bearer is IMS */ 229 /** The SMS was carried over CS bearer in 3GPP network */ 231 /** The SMS was carried over CS bearer in 3GPP2 network */
|
/frameworks/base/core/proto/android/net/ |
D | networkcapabilities.proto | 115 // exact units are bearer-dependent. For example, Wi-Fi uses RSSI.
|
/frameworks/opt/telephony/proto/src/ |
D | persist_atoms.proto | 139 /* Dedicated bearer listener statistics and information. */ 145 /* Dedicated bearer event statistics and information. */
|
/frameworks/base/telephony/java/android/telephony/ |
D | ServiceState.java | 1920 for (String bearer : bearers) { in getBitmaskFromString() 1923 bearerInt = Integer.parseInt(bearer.trim()); in getBitmaskFromString()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | VoiceCallSessionStatsTest.java | 2915 int bearer, int direction, int rat, int reason) { in makeSlot0CallProto() argument 2917 call.bearerAtStart = bearer; in makeSlot0CallProto() 2918 call.bearerAtEnd = bearer; in makeSlot0CallProto() 2952 int bearer, int direction, int rat, int reason) { in makeSlot1CallProto() argument 2954 call.bearerAtStart = bearer; in makeSlot1CallProto() 2955 call.bearerAtEnd = bearer; in makeSlot1CallProto()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 15426 // The bearer may change during the call, e.g. due to SRVCC. 21023 * If not, this indicates that there may have been a network issue in the dedicated bearer setup. 21047 // True if there was a dedicated bearer established for this listener. 21056 …* Logs information related to ims dedicated bearer which fulfills required qos and provides guaran… 21086 // Dedicated bearer state from the network.
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25605 field public static final java.lang.String BEARER = "bearer";
|
/frameworks/base/core/api/ |
D | current.txt | 37832 field @Deprecated public static final String BEARER = "bearer";
|