Home
last modified time | relevance | path

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

/cts/hostsidetests/time/device/fake_tzps_app/src/com/android/time/cts/fake_tzps_app/fixture/
DFakeTimeZoneProviderFixtureProvider.java52 private static final String METHOD_REPORT_PERMANENT_FAILURE = "perm_fail"; field in FakeTimeZoneProviderFixtureProvider
126 case METHOD_REPORT_PERMANENT_FAILURE: { in call()
/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DFakeTimeZoneProviderAppShellHelper.java63 private static final String METHOD_REPORT_PERMANENT_FAILURE = "perm_fail"; field in FakeTimeZoneProviderAppShellHelper
168 executeContentProviderCall(mProviderId, METHOD_REPORT_PERMANENT_FAILURE, null); in reportPermanentFailure()