Searched refs:intentString (Results 1 – 4 of 4) 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()
254 String intentString = null; in withActivity() local256 intentString = actionKey + " " + actionValue; in withActivity()258 if (intentString == null) { in withActivity()264 intentString); in withActivity()
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()
1620 String intentString = metaData.getString( in handleAppSpecificOffScreenNudge() local1622 if (intentString == null) { in handleAppSpecificOffScreenNudge()1627 intent = Intent.parseUri(intentString, Intent.URI_INTENT_SCHEME); in handleAppSpecificOffScreenNudge()1629 L.w("Failed to parse app-specific off-screen nudge intent: " + intentString); in handleAppSpecificOffScreenNudge()