Home
last modified time | relevance | path

Searched defs:textValue (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/services/Telephony/testapps/ImsTestService/src/com/android/phone/testapps/imstestapp/
H A DImsConfigActivity.java54 TextView textValue = (TextView) convertView.findViewById(R.id.configValue); in getView() local
H A DImsCallingActivity.java92 TextView textValue = (TextView) convertView.findViewById(R.id.configValue); in getView() local
H A DImsRegistrationActivity.java97 TextView textValue = (TextView) convertView.findViewById(R.id.configValue); in getView() local
/aosp12/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalProvider.java77 private String getInsertCommand(String textValue, int integerValue) { in getInsertCommand()