Home
last modified time | relevance | path

Searched refs:getStringMethod (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DTvUtil.java44 Method getStringMethod = in getHdmiDeviceType() local
48 String deviceTypesStr = (String) getStringMethod.invoke(null, "ro.hdmi.device_type"); in getHdmiDeviceType()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DManifestTestListAdapter.java473 Method getStringMethod = ClassLoader.getSystemClassLoader() in matchAllConfigs() local
476 String emulatorKernel = (String) getStringMethod.invoke("0", in matchAllConfigs()
603 Method getStringMethod = in getHdmiDeviceType() local
607 String deviceTypesStr = (String) getStringMethod.invoke(null, "ro.hdmi.device_type"); in getHdmiDeviceType()
/cts/hostsidetests/appsecurity/test-apps/ReadSettingsFieldsApp/src/com/android/cts/readsettingsfieldsapp/
DReadSettingsFieldsTest.java67 Method getStringMethod = settingsClass.getMethod("getString", in callGetStringMethod() local
69 getStringMethod.invoke(null, getContext().getContentResolver(), key); in callGetStringMethod()