Searched refs:intentString (Results 1 – 8 of 8) sorted by relevance
79 String intentString = context.getString(R.string.config_smallCanvasOptimizedMapIntent); in isSmallCanvasOptimizedMapIntentConfigured() local80 if (intentString.isEmpty()) { in isSmallCanvasOptimizedMapIntentConfigured()85 Intent.parseUri(intentString, Intent.URI_INTENT_SCHEME); in isSmallCanvasOptimizedMapIntentConfigured()97 String intentString = context.getString(R.string.config_smallCanvasOptimizedMapIntent); in getSmallCanvasOptimizedMapIntent() local99 Intent intent = Intent.parseUri(intentString, Intent.URI_INTENT_SCHEME); in getSmallCanvasOptimizedMapIntent()104 + intentString + "\". Falling back to fullscreen map."); in getSmallCanvasOptimizedMapIntent()
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()
512 String intentString; in buildConnectionActionIntent() local516 intentString = BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED; in buildConnectionActionIntent()519 intentString = BluetoothHearingAid.ACTION_CONNECTION_STATE_CHANGED; in buildConnectionActionIntent()522 intentString = BluetoothLeAudio.ACTION_LE_AUDIO_CONNECTION_STATE_CHANGED; in buildConnectionActionIntent()528 Intent i = new Intent(intentString); in buildConnectionActionIntent()536 String intentString; in buildActiveDeviceChangeActionIntent() local540 intentString = BluetoothHeadset.ACTION_ACTIVE_DEVICE_CHANGED; in buildActiveDeviceChangeActionIntent()543 intentString = BluetoothHearingAid.ACTION_ACTIVE_DEVICE_CHANGED; in buildActiveDeviceChangeActionIntent()546 intentString = BluetoothLeAudio.ACTION_LE_AUDIO_ACTIVE_DEVICE_CHANGED; in buildActiveDeviceChangeActionIntent()552 Intent i = new Intent(intentString); in buildActiveDeviceChangeActionIntent()
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()
264 String intentString = null; in withActivity() local266 intentString = actionKey + " " + actionValue; in withActivity()268 if (intentString == null) { in withActivity()274 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()
753 .map(intentString -> mFolderItems.get(intentString).size() in getFolderMigrationId()754 + cleanIntentString(intentString)) in getFolderMigrationId()
1771 String intentString = getIntentString(activityMetaData, direction); in handleAppSpecificOffScreenNudge() local1772 if (intentString == null) { in handleAppSpecificOffScreenNudge()1773 intentString = getIntentString(packageMetaData, direction); in handleAppSpecificOffScreenNudge()1775 if (intentString == null) { in handleAppSpecificOffScreenNudge()1780 intent = Intent.parseUri(intentString, Intent.URI_INTENT_SCHEME); in handleAppSpecificOffScreenNudge()1782 L.w("Failed to parse app-specific off-screen nudge intent: " + intentString); in handleAppSpecificOffScreenNudge()