forked from NeoApplications/Neo-Launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Saul Henriquez <[email protected]>
- Loading branch information
Showing
2 changed files
with
111 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
syntax = "proto2"; | ||
|
||
option java_package = "com.google.android.apps.nexuslauncher.search"; | ||
option java_outer_classname = "SearchProto"; | ||
|
||
package nano; | ||
|
||
message a_search { | ||
optional int32 ef = 1; | ||
optional int32 eg = 2; | ||
optional int32 eh = 3; | ||
optional int32 ee = 4; | ||
} | ||
|
||
message b_search { | ||
optional string label = 1; | ||
optional string ek = 2; | ||
optional string ej = 3; | ||
optional string el = 4; | ||
} | ||
|
||
message c_search { | ||
optional int32 em = 1; | ||
optional string ep = 2; | ||
optional string er = 3; | ||
optional a_search en = 4; | ||
optional int32 es = 5; | ||
repeated b_search eo = 6; | ||
optional a_search ev = 7; | ||
optional string ey = 8; | ||
optional int32 ew = 9; | ||
optional int32 ex = 10; | ||
optional string eu = 11; | ||
optional a_search et = 12; | ||
optional bool eA = 13; | ||
optional a_search ez = 14; | ||
optional bool eq = 15; | ||
} | ||
|
||
message d_search { | ||
optional c_search eB = 1; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
syntax = "proto2"; | ||
|
||
option java_package = "com.google.android.apps.nexuslauncher.smartspace"; | ||
option java_outer_classname = "SmartspaceProto"; | ||
|
||
package nano; | ||
|
||
message a { | ||
repeated b cw = 1; | ||
} | ||
|
||
message b { | ||
optional bool cy = 1; | ||
optional int32 cJ = 2; | ||
optional c cB = 3; | ||
optional c cC = 4; | ||
optional c cH = 5; | ||
optional f cx = 6; | ||
optional int32 cA = 7; | ||
optional g cG = 8; | ||
optional int64 cK = 9; | ||
optional int64 cD = 10; | ||
optional int64 cE = 11; | ||
optional h cF = 12; | ||
optional int32 cz = 13; | ||
} | ||
|
||
message c { | ||
optional d cL = 1; | ||
optional d cM = 2; | ||
} | ||
|
||
message d { | ||
optional string cN = 1; | ||
optional int32 cP = 2; | ||
repeated e cO = 3; | ||
} | ||
|
||
message e { | ||
optional string cR = 1; | ||
optional int32 cS = 2; | ||
optional int32 cQ = 3; | ||
optional bool cU = 4; | ||
} | ||
|
||
message f { | ||
optional string cV = 1; | ||
optional string cW = 2; | ||
optional string cX = 3; | ||
} | ||
|
||
message g { | ||
optional int32 cY = 1; | ||
optional string cZ = 2; | ||
} | ||
|
||
message h { | ||
optional int64 da = 1; | ||
optional int32 db = 2; | ||
} | ||
|
||
message i { | ||
optional bool dc = 6; | ||
optional bytes dd = 5; | ||
optional b de = 1; | ||
optional int64 df = 2; | ||
optional int32 dg = 4; | ||
optional int64 dh = 3; | ||
} |