Searched refs:intentString (Results 1 – 7 of 7) sorted by relevance
127 String intentString = in isBackupProvidedByManufacturer() local130 return intentString != null && !intentString.isEmpty(); in isBackupProvidedByManufacturer()147 String intentString = in getIntentProvidedByManufacturer() local149 if (intentString != null && !intentString.isEmpty()) { in getIntentProvidedByManufacturer()151 return Intent.parseUri(intentString, 0); in getIntentProvidedByManufacturer()
67 String intentString = typedArray.getString(R.styleable.QCFooterButton_intent); in QCFooterButton() local68 if (intentString != null) { in QCFooterButton()71 intent = Intent.parseUri(intentString, Intent.URI_INTENT_SCHEME); in QCFooterButton()
254 String intentString = null; in withActivity() local256 intentString = actionKey + " " + actionValue; in withActivity()258 if (intentString == null) { in withActivity()264 intentString); in withActivity()
37 val intentString = intent.toString() regex41 str1 = intentString
481 String intentString = context.getString(R.string.freeNavigationIntent); in getNavigationActivity() local483 if (intentString == null) { in getNavigationActivity()486 Log.i(TAG, "Free navigation intent: " + intentString); in getNavigationActivity()489 Intent intent = Intent.parseUri(intentString, Intent.URI_INTENT_SCHEME); in getNavigationActivity()
854 String intentString = action.getIntent().getExtras().getString(EXTRAS_SMARTSPACE_INTENT);855 if (intentString == null) {860 Intent wrapperIntent = Intent.parseUri(intentString, Intent.URI_INTENT_SCHEME);863 Log.wtf(TAG, "Failed to create intent from URI: " + intentString);
1751 String intentString = metaData.getString( in handleAppSpecificOffScreenNudge() local1753 if (intentString == null) { in handleAppSpecificOffScreenNudge()1758 intent = Intent.parseUri(intentString, Intent.URI_INTENT_SCHEME); in handleAppSpecificOffScreenNudge()1760 L.w("Failed to parse app-specific off-screen nudge intent: " + intentString); in handleAppSpecificOffScreenNudge()