Searched refs:mMediaRequestId (Results 1 – 1 of 1) sorted by relevance
129 private long mMediaRequestId = INVALID_REQUEST_ID; field in CarAudioManagerTest157 if (mMediaRequestId != INVALID_REQUEST_ID) { in cleanUp()158 Log.w(TAG, "Cancelling media request " + mMediaRequestId); in cleanUp()159 mCarAudioManager.cancelMediaAudioOnPrimaryZone(mMediaRequestId); in cleanUp()904 mCarAudioManager.allowMediaAudioOnPrimaryZone(mMediaRequestId, /* allow= */ true); in isMediaAudioAllowedInPrimaryZone_afterAllowed()923 mCarAudioManager.allowMediaAudioOnPrimaryZone(mMediaRequestId, /* allow= */ false); in isMediaAudioAllowedInPrimaryZone_afterRejected()961 mMediaRequestId = in requestMediaAudioOnPrimaryZone()966 .isEqualTo(mMediaRequestId); in requestMediaAudioOnPrimaryZone()984 mMediaRequestId = in requestMediaAudioOnPrimaryZone_withoutApprover()989 .that(callback.mRequestId).isEqualTo(mMediaRequestId); in requestMediaAudioOnPrimaryZone_withoutApprover()[all …]