Searched defs:getStatus (Results 1 - 8 of 8) sorted by relevance

/cts/common/util/src/com/android/compatibility/common/util/
H A DTestStatus.java48 static TestStatus getStatus(String value) { method in class:TestStatus
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
H A DCtsTestStatus.java49 static CtsTestStatus getStatus(String value) { method in class:CtsTestStatus
/cts/tests/tests/location/src/android/location/cts/
H A DTestGnssNavigationMessageListener.java77 public int getStatus() { method in class:TestGnssNavigationMessageListener
86 switch (getStatus()) {
H A DTestGnssMeasurementListener.java79 switch (getStatus()) {
111 public int getStatus() { method in class:TestGnssMeasurementListener
H A DLocationManagerTest.java1054 assertEquals(status, listener.getStatus());
1405 public int getStatus() { method in class:LocationManagerTest.MockLocationListener
/cts/tests/tests/print/src/android/print/cts/
H A DPrintServicesTest.java255 private CharSequence getStatus() throws InterruptedException { method in class:PrintServicesTest
264 .getStatus(getActivity().getPackageManager());
292 && desiredStatus.toString().equals(getStatus().toString())) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
H A DVrListenerVerifierActivity.java112 outState.putInt(i.getClass().getSimpleName(), i.getStatus().ordinal());
127 if (t.getStatus() != Status.PASS) {
260 Status getStatus() { method in class:VrListenerVerifierActivity.InteractiveTestCase
/cts/tests/tests/location2/src/android/location2/cts/
H A DLocationManagerTest.java492 public int getStatus() { method in class:LocationManagerTest.MockLocationListener

Completed in 248 milliseconds