Searched refs:MEDIA_CONTROLLER_RES_ID (Results 1 – 1 of 1) sorted by relevance
53 private static final String MEDIA_CONTROLLER_RES_ID = "qs_media_controls"; field in MediaInstrumentation132 final BySelector umoSelector = By.res(PKG, MEDIA_CONTROLLER_RES_ID) in scrollToMediaNotification()193 final BySelector umoSelector = By.res(PKG, MEDIA_CONTROLLER_RES_ID) in getMediaNotificationInCurrentView()211 return mDevice.wait(Until.gone(By.res(PKG, MEDIA_CONTROLLER_RES_ID)), timeout); in waitUmoGone()215 return mDevice.hasObject(By.res(PKG, MEDIA_CONTROLLER_RES_ID)); in isMediaNotificationVisible()221 By.res(PKG, MEDIA_CONTROLLER_RES_ID), in assertMediaNotificationVisible()