Searched refs:intentString (Results 1 – 2 of 2) sorted by relevance
57 val intentString = intent.toString() regex61 str1 = intentString
1810 String intentString = action.getIntent().getExtras().getString(EXTRAS_SMARTSPACE_INTENT);1811 if (intentString == null) {1816 Intent wrapperIntent = Intent.parseUri(intentString, Intent.URI_INTENT_SCHEME);1819 Log.wtf(TAG, "Failed to create intent from URI: " + intentString);