Home
last modified time | relevance | path

Searched refs:resString (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/language/
DOnDeviceRecognitionPreferenceController.java123 final String resString = mContext.getString( in onDeviceRecognitionIntent() local
126 if (resString == null) { in onDeviceRecognitionIntent()
132 ComponentName.unflattenFromString(resString); in onDeviceRecognitionIntent()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java3118 final String resString = getResStringConfig(mContext, configResource, ""); in matchesHttpContent() local
3120 return content.matches(resString); in matchesHttpContent()
3122 Log.e(TAG, "Pattern syntax exception occurs when matching the resource=" + resString, in matchesHttpContent()