Searched refs:protoBytes (Results 1 – 8 of 8) sorted by relevance
46 byte[] protoBytes = eventArgs.getByteArray(Constants.EVENT_COMPAT_NOTIFY); in sessionEventFromBundle()47 return protoBytes == null || protoBytes.length == 0 in sessionEventFromBundle()49 : mEventParser.parseFrom(protoBytes); in sessionEventFromBundle()
55 byte[] protoBytes = bundle.getByteArray(NAV_STATE_PROTO_BUNDLE_KEY); in getNavigationRenderer()56 if (protoBytes != null) { in getNavigationRenderer()58 NavigationStateProto navState = NavigationStateProto.parseFrom(protoBytes); in getNavigationRenderer()
353 byte[] protoBytes = bundle.getByteArray(NAV_STATE_PROTO_BUNDLE_KEY); in getNavigationRenderer()354 if (protoBytes != null) { in getNavigationRenderer()357 protoBytes); in getNavigationRenderer()
239 byte[] protoBytes = bundle.getByteArray(NAV_STATE_PROTO_BUNDLE_KEY); in onNavigationStateChanged()241 sendNavigationState(protoBytes); in onNavigationStateChanged()244 private void sendNavigationState(byte[] protoBytes) { in sendNavigationState() argument250 callback.onNavigationStateChanged(protoBytes); in sendNavigationState()261 mClusterHalService.sendNavigationState(protoBytes); in sendNavigationState()
74 byte[] protoBytes = Base64.decode(protoString, Base64.DEFAULT); in testWifiDumpMetrics()76 WifiLog wifiLog = WifiLog.parseFrom(protoBytes); in testWifiDumpMetrics()
96 byte[] protoBytes = protoOutputStream.getBytes(); in write()97 os.write(protoBytes); in write()
250 private void onClusterNavigationState(byte[] protoBytes) { in onClusterNavigationState() argument251 if (DBG) Log.d(TAG, "onClusterNavigationState: " + Arrays.toString(protoBytes)); in onClusterNavigationState()253 NavigationStateProto navState = NavigationStateProto.parseFrom(protoBytes); in onClusterNavigationState()
304 byte[] protoBytes = Base64.decode(protoByteString, Base64.DEFAULT); in dumpProtoAndDeserialize()305 mDecodedProto = WifiMetricsProto.WifiLog.parseFrom(protoBytes); in dumpProtoAndDeserialize()322 byte[] protoBytes = Base64.decode(protoByteString, Base64.DEFAULT); in cleanDumpProtoAndDeserialize()323 mDecodedProto = WifiMetricsProto.WifiLog.parseFrom(protoBytes); in cleanDumpProtoAndDeserialize()