summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/logging/nano/ReportingLocation.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/logging/nano/ReportingLocation.java')
-rw-r--r--java/com/android/dialer/logging/nano/ReportingLocation.java29
1 files changed, 15 insertions, 14 deletions
diff --git a/java/com/android/dialer/logging/nano/ReportingLocation.java b/java/com/android/dialer/logging/nano/ReportingLocation.java
index 1f05ce414..08ee04e7e 100644
--- a/java/com/android/dialer/logging/nano/ReportingLocation.java
+++ b/java/com/android/dialer/logging/nano/ReportingLocation.java
@@ -11,17 +11,19 @@
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
- * limitations under the License
+ * limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
package com.android.dialer.logging.nano;
+/** This file is autogenerated, but javadoc required. */
@SuppressWarnings("hiding")
-public final class ReportingLocation extends
- com.google.protobuf.nano.ExtendableMessageNano<ReportingLocation> {
+public final class ReportingLocation
+ extends com.google.protobuf.nano.ExtendableMessageNano<ReportingLocation> {
+ /** This file is autogenerated, but javadoc required. */
// enum Type
public interface Type {
public static final int UNKNOWN_REPORTING_LOCATION = 0;
@@ -30,11 +32,11 @@ public final class ReportingLocation extends
}
private static volatile ReportingLocation[] _emptyArray;
+
public static ReportingLocation[] emptyArray() {
// Lazily initializes the empty array
if (_emptyArray == null) {
- synchronized (
- com.google.protobuf.nano.InternalNano.LAZY_INIT_LOCK) {
+ synchronized (com.google.protobuf.nano.InternalNano.LAZY_INIT_LOCK) {
if (_emptyArray == null) {
_emptyArray = new ReportingLocation[0];
}
@@ -56,20 +58,20 @@ public final class ReportingLocation extends
}
@Override
- public ReportingLocation mergeFrom(
- com.google.protobuf.nano.CodedInputByteBufferNano input)
+ public ReportingLocation mergeFrom(com.google.protobuf.nano.CodedInputByteBufferNano input)
throws java.io.IOException {
while (true) {
int tag = input.readTag();
switch (tag) {
case 0:
return this;
- default: {
- if (!super.storeUnknownField(input, tag)) {
- return this;
+ default:
+ {
+ if (!super.storeUnknownField(input, tag)) {
+ return this;
+ }
+ break;
}
- break;
- }
}
}
}
@@ -79,8 +81,7 @@ public final class ReportingLocation extends
return com.google.protobuf.nano.MessageNano.mergeFrom(new ReportingLocation(), data);
}
- public static ReportingLocation parseFrom(
- com.google.protobuf.nano.CodedInputByteBufferNano input)
+ public static ReportingLocation parseFrom(com.google.protobuf.nano.CodedInputByteBufferNano input)
throws java.io.IOException {
return new ReportingLocation().mergeFrom(input);
}