Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
DAudioUserAssignmentFragment.java96 private AcceptAudioDialog mAcceptDialog; field in AudioUserAssignmentFragment
104 if (mAcceptDialog == null) { in handleResetMediaOnPrimaryZone()
107 mAcceptDialog.dismiss(); in handleResetMediaOnPrimaryZone()
108 mAcceptDialog = null; in handleResetMediaOnPrimaryZone()
127 mAcceptDialog = AcceptAudioDialog.newInstance( in handleRequestMediaOnPrimaryZone()
129 mAcceptDialog.show(getActivity().getSupportFragmentManager(), in handleRequestMediaOnPrimaryZone()
145 mAcceptDialog = null; in handleAllowAudioInPrimaryZone()