Searched refs:resString (Results 1 – 2 of 2) sorted by relevance
123 final String resString = mContext.getString( in onDeviceRecognitionIntent() local126 if (resString == null) { in onDeviceRecognitionIntent()132 ComponentName.unflattenFromString(resString); in onDeviceRecognitionIntent()
3118 final String resString = getResStringConfig(mContext, configResource, ""); in matchesHttpContent() local3120 return content.matches(resString); in matchesHttpContent()3122 Log.e(TAG, "Pattern syntax exception occurs when matching the resource=" + resString, in matchesHttpContent()