Searched defs:ignored (Results 1 – 10 of 10) sorted by relevance
92 try (Utils.ClosableAccount ignored = withAccount(activity.getActivity())) { in noSyncsWhenDeferred()140 try (Utils.ClosableAccount ignored = withAccount(activity.getActivity())) { in deferSyncAndReportIsReady()165 try (Utils.ClosableAccount ignored = withAccount(activity.getActivity())) { in deferSyncAndReportIsReadyAlwaysSyncable()
75 try (AutoCloseable ignored = withAccount(activity.getActivity())) { in testAccountAccess_sameCertAsAuthenticatorCanSeeAccount()
66 public Cursor query(Uri uri, String[] ignored, Bundle queryArgs, in query()
155 void assertStoragePermGranted(boolean ignored) { in assertStoragePermGranted()159 void assertHasNotIsolatedStorage(boolean ignored) { in assertHasNotIsolatedStorage()
65 protected Boolean doInBackground(Void... ignored) { in doInBackground()
103 try (AutoCloseable ignored = withAccount(activity.getActivity())) { in testAccountAccess_otherCertAsAuthenticatorCanNotSeeAccount()
152 try (AssetFileDescriptor ignored = RingtoneManager.openDefaultRingtoneUri( in testAccessMethods()
111 int ignored = 0; in downsampleData() local
210 protected void handleTests(JUnitTestCollector tests, TestHandler ignored) { in handleTests()
581 public static <T> void assertOrderedEvents(T[] actual, T[] expected, T[] ignored) { in assertOrderedEvents()