summaryrefslogtreecommitdiffstats
path: root/protos
diff options
context:
space:
mode:
authorNebojsa Cvetkovic <nebkat@gmail.com>2013-12-09 18:32:38 +0000
committerDanesh M <daneshm90@gmail.com>2014-01-24 16:24:24 -0800
commit3cf0c6dd7a82713fc14304632dec86c002d83821 (patch)
tree063ed8367eaf3765e43beac8bfeacf8d903b3746 /protos
parentd04d02edd24c9eff4d51b3436922414c0db36220 (diff)
downloadandroid_packages_apps_Trebuchet-3cf0c6dd7a82713fc14304632dec86c002d83821.tar.gz
android_packages_apps_Trebuchet-3cf0c6dd7a82713fc14304632dec86c002d83821.tar.bz2
android_packages_apps_Trebuchet-3cf0c6dd7a82713fc14304632dec86c002d83821.zip
AppsCustomize: Remove tabs
Change-Id: I8c3b146b4f3a60f28b9bce16c37e57696cbe2944
Diffstat (limited to 'protos')
-rw-r--r--protos/com/android/launcher3/backup/BackupProtos.java (renamed from protos/org/cyanogenmod/trebuchet/backup/BackupProtos.java)24
1 files changed, 12 insertions, 12 deletions
diff --git a/protos/org/cyanogenmod/trebuchet/backup/BackupProtos.java b/protos/com/android/launcher3/backup/BackupProtos.java
index 639163bd7..754930ceb 100644
--- a/protos/org/cyanogenmod/trebuchet/backup/BackupProtos.java
+++ b/protos/com/android/launcher3/backup/BackupProtos.java
@@ -1,5 +1,5 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
-package org.cyanogenmod.trebuchet.backup;
+package com.android.launcher3.backup;
import com.google.protobuf.nano.MessageNano;
@@ -238,14 +238,14 @@ public final class BackupProtos {
public int rows = 0;
// repeated .launcher_backup.Key key = 5;
- public org.cyanogenmod.trebuchet.backup.BackupProtos.Key[] key = org.cyanogenmod.trebuchet.backup.BackupProtos.Key.EMPTY_ARRAY;
+ public com.android.launcher3.backup.BackupProtos.Key[] key = com.android.launcher3.backup.BackupProtos.Key.EMPTY_ARRAY;
public final Journal clear() {
appVersion = 0;
t = 0L;
bytes = 0L;
rows = 0;
- key = org.cyanogenmod.trebuchet.backup.BackupProtos.Key.EMPTY_ARRAY;
+ key = com.android.launcher3.backup.BackupProtos.Key.EMPTY_ARRAY;
cachedSize = -1;
return this;
}
@@ -261,7 +261,7 @@ public final class BackupProtos {
if (this.rows != 0) {
output.writeInt32(4, this.rows);
}
- for (org.cyanogenmod.trebuchet.backup.BackupProtos.Key element : this.key) {
+ for (com.android.launcher3.backup.BackupProtos.Key element : this.key) {
output.writeMessage(5, element);
}
}
@@ -291,7 +291,7 @@ public final class BackupProtos {
size += com.google.protobuf.nano.CodedOutputByteBufferNano
.computeInt32Size(4, this.rows);
}
- for (org.cyanogenmod.trebuchet.backup.BackupProtos.Key element : this.key) {
+ for (com.android.launcher3.backup.BackupProtos.Key element : this.key) {
size += com.google.protobuf.nano.CodedOutputByteBufferNano
.computeMessageSize(5, element);
}
@@ -333,16 +333,16 @@ public final class BackupProtos {
case 42: {
int arrayLength = com.google.protobuf.nano.WireFormatNano.getRepeatedFieldArrayLength(input, 42);
int i = this.key.length;
- org.cyanogenmod.trebuchet.backup.BackupProtos.Key[] newArray = new org.cyanogenmod.trebuchet.backup.BackupProtos.Key[i + arrayLength];
+ com.android.launcher3.backup.BackupProtos.Key[] newArray = new com.android.launcher3.backup.BackupProtos.Key[i + arrayLength];
System.arraycopy(this.key, 0, newArray, 0, i);
this.key = newArray;
for (; i < this.key.length - 1; i++) {
- this.key[i] = new org.cyanogenmod.trebuchet.backup.BackupProtos.Key();
+ this.key[i] = new com.android.launcher3.backup.BackupProtos.Key();
input.readMessage(this.key[i]);
input.readTag();
}
// Last one without readTag.
- this.key[i] = new org.cyanogenmod.trebuchet.backup.BackupProtos.Key();
+ this.key[i] = new com.android.launcher3.backup.BackupProtos.Key();
input.readMessage(this.key[i]);
break;
}
@@ -884,10 +884,10 @@ public final class BackupProtos {
public boolean configure = false;
// optional .launcher_backup.Resource icon = 4;
- public org.cyanogenmod.trebuchet.backup.BackupProtos.Resource icon = null;
+ public com.android.launcher3.backup.BackupProtos.Resource icon = null;
// optional .launcher_backup.Resource preview = 5;
- public org.cyanogenmod.trebuchet.backup.BackupProtos.Resource preview = null;
+ public com.android.launcher3.backup.BackupProtos.Resource preview = null;
public final Widget clear() {
provider = "";
@@ -980,12 +980,12 @@ public final class BackupProtos {
break;
}
case 34: {
- this.icon = new org.cyanogenmod.trebuchet.backup.BackupProtos.Resource();
+ this.icon = new com.android.launcher3.backup.BackupProtos.Resource();
input.readMessage(this.icon);
break;
}
case 42: {
- this.preview = new org.cyanogenmod.trebuchet.backup.BackupProtos.Resource();
+ this.preview = new com.android.launcher3.backup.BackupProtos.Resource();
input.readMessage(this.preview);
break;
}