Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
H A DAppActiveStreams.java118 int oldMethod = callbackWithState.getMethod(); in updateStreamingMethod() local
119 int newMethod = oldMethod; in updateStreamingMethod()
125 if (newMethod != oldMethod || callbackWithState.isMethodSet()) { in updateStreamingMethod()