Searched defs:ignored (Results 1 – 9 of 9) 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()
157 void assertStoragePermGranted(boolean ignored) { in assertStoragePermGranted()161 void assertHasNotIsolatedStorage(boolean ignored) { in assertHasNotIsolatedStorage()
65 protected Boolean doInBackground(Void... ignored) { in doInBackground()
108 try (AutoCloseable ignored = withAccount(activity.getActivity())) { in testAccountAccess_otherCertAsAuthenticatorCanNotSeeAccount()
146 try (AssetFileDescriptor ignored = RingtoneManager.openDefaultRingtoneUri( in testAccessMethods()
210 protected void handleTests(JUnitTestCollector tests, TestHandler ignored) { in handleTests()
656 public static <T> void assertOrderedEvents(T[] actual, T[] expected, T[] ignored) { in assertOrderedEvents()