Searched refs:resString (Results 1 – 3 of 3) sorted by relevance
70 final String resString = mContext.getString( in onDeviceRecognitionIntent() local73 if (resString == null) { in onDeviceRecognitionIntent()79 ComponentName.unflattenFromString(resString); in onDeviceRecognitionIntent()
192 int resString = styleWallpaperExists in getOptions() local197 resString, in getOptions()
2709 final String resString = getResStringConfig(mContext, configResource, ""); in matchesHttpContent() local2711 return content.matches(resString); in matchesHttpContent()2713 Log.e(TAG, "Pattern syntax exception occurs when matching the resource=" + resString, in matchesHttpContent()