Searched refs:hasNotification (Results 1 – 2 of 2) sorted by relevance
150 assertThat(mMockNetworkProviderWorker.hasNotification()).isTrue(); in onSubscriptionsChanged_notifySubscriptionChanged_callUpdateSlice()161 assertThat(mMockNetworkProviderWorker.hasNotification()).isTrue(); in onAirplaneModeChanged_airplaneModeOn_callUpdateSlice()172 assertThat(mMockNetworkProviderWorker.hasNotification()).isTrue(); in onAirplaneModeChanged_airplaneModeOff_callUpdateSlice()183 assertThat(mMockNetworkProviderWorker.hasNotification()).isTrue(); in onSignalStrengthChanged_notifySignalStrengthChanged_callUpdateSlice()194 assertThat(mMockNetworkProviderWorker.hasNotification()).isTrue(); in onMobileDataEnabledChange_notifyMobileDataEnabledChanged_callUpdateSlice()205 assertThat(mMockNetworkProviderWorker.hasNotification()).isTrue(); in onDataConnectivityChange_notifyDataConnectivityChanged_callUpdateSlice()216 assertThat(mMockNetworkProviderWorker.hasNotification()).isTrue(); in onServiceStateChanged_notifyTelephonyCallback_callUpdateSlice()228 assertThat(mMockNetworkProviderWorker.hasNotification()).isTrue(); in onDisplayInfoChanged_notifyTelephonyCallback_callUpdateSlice()240 assertThat(mMockNetworkProviderWorker.hasNotification()).isTrue(); in onDataConnectionStateChanged_notifyTelephonyCallback_callUpdateSlice()250 assertThat(mMockNetworkProviderWorker.hasNotification()).isTrue(); in onInternetTypeChanged_connectedFromWifiToEthernet_callUpdateSlice()[all …]
77 private boolean hasNotification(int id, String jobId) { in hasNotification() method in TestNotificationManager99 assertTrue(hasNotification(id, jobid)); in assertHasNotification()103 assertFalse(hasNotification(id, jobid)); in assertNoNotification()