Searched refs:KEY_DESTINATION (Results 1 – 3 of 3) sorted by relevance
31 const val KEY_DESTINATION = "spaActivityDestination" constant36 KEY_DESTINATION,71 if (destination != null) putExtra(KEY_DESTINATION, destination) in appendSpaParams()78 return getStringExtra(KEY_DESTINATION) in getDestination()
29 import com.android.settingslib.spa.framework.util.KEY_DESTINATION49 return getQueryParameter(KEY_DESTINATION) in getDestination()72 if (destination != null) appendQueryParameter(KEY_DESTINATION, destination) in appendSpaParams()
31 import com.android.settingslib.spa.framework.util.KEY_DESTINATION198 if (destination != null) " -e $KEY_DESTINATION $destination" else "" in createBrowseAdbCommand()