Searched refs:DEPENDENCY_STATUS_OK (Results 1 – 5 of 5) sorted by relevance
23 import static android.service.timezone.TimeZoneProviderStatus.DEPENDENCY_STATUS_OK;123 .setLocationDetectionDependencyStatus(DEPENDENCY_STATUS_OK) in validStatusBuilder()124 .setConnectivityDependencyStatus(DEPENDENCY_STATUS_OK) in validStatusBuilder()
21 import static android.app.time.cts.shell.FakeTimeZoneProviderAppShellHelper.DEPENDENCY_STATUS_OK;187 case DEPENDENCY_STATUS_OK: in parseDependencyStatus()188 return TimeZoneProviderStatus.DEPENDENCY_STATUS_OK; in parseDependencyStatus()
23 import static android.app.time.cts.shell.FakeTimeZoneProviderAppShellHelper.DEPENDENCY_STATUS_OK;644 zoneId, DEPENDENCY_STATUS_OK, DEPENDENCY_STATUS_OK); in reportSuccess()659 DEPENDENCY_STATUS_TEMPORARILY_UNAVAILABLE, DEPENDENCY_STATUS_OK, in reportUncertain()
82 public static final String DEPENDENCY_STATUS_OK = "OK"; field in FakeTimeZoneProviderAppShellHelper
13271 field public static final int DEPENDENCY_STATUS_OK = 2; // 0x2