Home
last modified time | relevance | path

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

/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaBrowserTest.java397 return mSubscriptionCallback.mLastErrorId != null; in testSubscribeInvalidItem()
401 assertThat(mSubscriptionCallback.mLastErrorId) in testSubscribeInvalidItem()
421 return mSubscriptionCallback.mLastErrorId != null; in testSubscribeInvalidItemWithOptions()
425 assertThat(mSubscriptionCallback.mLastErrorId) in testSubscribeInvalidItemWithOptions()
644 return mItemCallback.mLastErrorId != null; in testGetItemWhileNotConnected()
648 assertThat(mItemCallback.mLastErrorId) in testGetItemWhileNotConnected()
662 return mItemCallback.mLastErrorId != null; in testGetItemFailure()
666 assertThat(mItemCallback.mLastErrorId) in testGetItemFailure()
685 assertThat(mItemCallback.mLastErrorId).isNull(); in testItemCallbackNotCalledAfterDisconnect()
766 private volatile String mLastErrorId; field in MediaBrowserTest.StubSubscriptionCallback
[all …]