Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_apps_Settings
/
7477f4ea9a819c922b4761c6bae75ec36f8fe504
/
.
/
protos
/
spa_search_landing.proto
blob: 4305554470c46aa1d90e104ef9108f81985df0e1 [
file
] [
log
] [
blame
]
syntax
=
"proto2"
;
package
com
.
android
.
settings
.
spa
;
message
SpaSearchLandingKey
{
oneof page
{
SpaSearchLandingSpaPage
spa_page
=
1
;
}
}
message
SpaSearchLandingSpaPage
{
/** The destination of SPA page. */
optional
string
destination
=
1
;
}