Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/src/com/android/phone/
H A DCallTime.java40 private static final int PROFILE_STATE_NONE = 0; field in CallTime
44 private static int sProfileState = PROFILE_STATE_NONE;
178 if (sProfileState == PROFILE_STATE_NONE) { in setTraceReady()
226 sProfileState = PROFILE_STATE_NONE; in stopTrace()