Searched refs:calledUri (Results 1 – 1 of 1) sorted by relevance
460 final AtomicReference<Uri> calledUri = new AtomicReference<>(); in testNotifyProviderStatusChange() local469 calledUri.set(uri); in testNotifyProviderStatusChange()480 calledUri.set(null); in testNotifyProviderStatusChange()484 assertEquals(ProviderStatus.CONTENT_URI, calledUri.get()); in testNotifyProviderStatusChange()