Home
last modified time | relevance | path

Searched refs:isTesting (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/radio/1.4/
H A DIRadio.hal139 * If 'isTesting' is true, this request is for testing purpose, and must not be sent to a real
155 * @param isTesting Flag indicating if this request is for testing purpose.
161 EmergencyCallRouting routing, bool hasKnownUserIntentEmergency, bool isTesting);
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallProfile.java1157 public void setEmergencyCallTesting(boolean isTesting) { in setEmergencyCallTesting() argument
1158 mEmergencyCallTesting = isTesting; in setEmergencyCallTesting()
/aosp12/hardware/interfaces/radio/1.6/
H A DIRadio.hal435 * If 'isTesting' is true, this request is for testing purpose, and must not be sent to a real
451 * @param isTesting Flag indicating if this request is for testing purpose.
457 EmergencyCallRouting routing, bool hasKnownUserIntentEmergency, bool isTesting);