Searched refs:intentString (Results 1 – 3 of 3) sorted by relevance
108 val intentString = intent.extras?.getString(EXTRAS_SMARTSPACE_INTENT) ?: return false in shouldActivityOpenInForeground() constant110 val wrapperIntent = Intent.parseUri(intentString, Intent.URI_INTENT_SCHEME) in shouldActivityOpenInForeground()113 Log.wtf(TAG, "Failed to create intent from URI: $intentString") in shouldActivityOpenInForeground()
57 val intentString = intent.toString() in logBroadcastReceived() constant61 str1 = intentString in logBroadcastReceived()
1907 String intentString = action.getIntent().getExtras().getString(EXTRAS_SMARTSPACE_INTENT);1908 if (intentString == null) {1913 Intent wrapperIntent = Intent.parseUri(intentString, Intent.URI_INTENT_SCHEME);1916 Log.wtf(TAG, "Failed to create intent from URI: " + intentString);