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.java494 Method getStringMethod = in matchAllConfigs() local
499 (String) getStringMethod.invoke("0", "ro.boot.qemu"); in matchAllConfigs()
657 Method getStringMethod = in getHdmiDeviceType() local
661 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()