Searched refs:isPropertySupported (Results 1 - 4 of 4) sorted by relevance

/packages/services/Car/car-systemtest-lib/src/android/car/test/
H A DICarTest.aidl31 boolean isPropertySupported(int property) = 4;
H A DCarTestManager.java86 public boolean isPropertySupported(int property) { method in class:CarTestManager
88 return mService.isPropertySupported(property);
/packages/services/Car/service/src/com/android/car/
H A DCarTestService.java131 public boolean isPropertySupported(int property) { method in class:CarTestService
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/
H A DInputTestFragment.java100 if (!mTestManager.isPropertySupported(

Completed in 123 milliseconds