Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPreciseCallState.java66 private int mDisconnectCause = DisconnectCause.NOT_VALID;
67 private int mPreciseDisconnectCause = PreciseDisconnectCause.NOT_VALID;
DPreciseDisconnectCause.java28 public static final int NOT_VALID = -1; field in PreciseDisconnectCause
DDisconnectCause.java26 public static final int NOT_VALID = -1; field in DisconnectCause
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1233 DisconnectCause.NOT_VALID, in notifyPreciseCallState()
1234 PreciseDisconnectCause.NOT_VALID); in notifyPreciseCallState()
1247 DisconnectCause.NOT_VALID, in notifyPreciseCallState()
1248 PreciseDisconnectCause.NOT_VALID); in notifyPreciseCallState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmCallTracker.java637 ((ImsPhoneConnection)hoConnection).onDisconnect(DisconnectCause.NOT_VALID); in handlePollCalls()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaCallTracker.java729 ((ImsPhoneConnection)hoConnection).onDisconnect(DisconnectCause.NOT_VALID); in handlePollCalls()