Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioOutputRoutingNotificationsActivity.java48 int mNumRoutingNotifications; field in AudioOutputRoutingNotificationsActivity
106 mNumRoutingNotifications = 0; in startAudio()
136 mNumRoutingNotifications++; in onRoutingChanged()
137 if (mNumRoutingNotifications <= NUM_IGNORE_MESSAGES) { in onRoutingChanged()
DAudioInputRoutingNotificationsActivity.java45 int mNumRoutingNotifications; field in AudioInputRoutingNotificationsActivity
105 mNumRoutingNotifications = 0; in startAudio()
136 mNumRoutingNotifications++; in onRoutingChanged()
137 if (mNumRoutingNotifications <= NUM_IGNORE_MESSAGES) { in onRoutingChanged()