Searched refs:proto (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Launcher3/util/com/android/launcher3/
H A DDecoderRing.java185 MessageNano proto = null;
188 proto = decodeKey(payload, fromLogs);
190 proto = decodeBackupData(payload, type, fromLogs);
194 if (proto != null) {
195 System.out.println(proto.toString());
204 if (proto instanceof Resource) {
205 Resource icon = (Resource) proto;
210 if (proto instanceof Favorite) {
211 Favorite favorite = (Favorite) proto;
218 if (proto instanceo
[all...]
/packages/apps/Launcher3/
H A DAndroid.mk31 $(call all-proto-files-under, protos)
58 $(call all-proto-files-under, protos)
/packages/apps/Nfc/src/com/android/nfc/ndefpush/
H A DNdefPushClient.java98 NdefPushProtocol proto = new NdefPushProtocol(msg, NdefPushProtocol.ACTION_IMMEDIATE);
99 byte[] buffer = proto.toByteArray();
/packages/apps/Nfc/nci/jni/
H A DRouteDataSet.cpp530 RouteDataForProtocol* proto = (RouteDataForProtocol*) routeData; local
531 ALOGD ("%s: ee h=0x%X; protocol=0x%X", fn, proto->mNfaEeHandle, proto->mProtocol);
552 RouteDataForProtocol* proto = (RouteDataForProtocol*) routeData; local
553 ALOGD ("%s: ee h=0x%X; protocol=0x%X", fn, proto->mNfaEeHandle, proto->mProtocol);
/packages/providers/MediaProvider/tools/genfiles/
H A Dgenfiles.sh59 echo "cat /storage/sdcard0/proto.jpg > \"$data\"" >> $CPFILES
63 echo "cat /storage/sdcard0/proto.png > \"$data\"" >> $CPFILES
67 echo "cat /storage/sdcard0/proto.gif > \"$data\"" >> $CPFILES
71 echo "cat /storage/sdcard0/proto.txt > \"$data\"" >> $CPFILES
75 echo "cat /storage/sdcard0/proto.html > \"$data\"" >> $CPFILES
79 echo "cat /storage/sdcard0/proto.mp3 > \"$data\"" >> $CPFILES
83 echo "cat /storage/sdcard0/proto.wav > \"$data\"" >> $CPFILES
87 echo "cat /storage/sdcard0/proto.m4v > \"$data\"" >> $CPFILES
91 echo "cat /storage/sdcard0/proto.m4v > \"$data\"" >> $CPFILES
95 echo "cat /storage/sdcard0/proto
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppLauncherActivity.java285 Matcher proto = webUrlProtocol.matcher(matchStr);
286 if (proto.find()) {
289 link = proto.group().toLowerCase(Locale.US) +
290 matchStr.substring(proto.end());
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherBackupHelper.java423 * @param buffer the serialized proto from the stream, may be larger than dataSize
424 * @param dataSize the size of the proto from the stream
473 * @param buffer the serialized proto from the stream, may be larger than dataSize
474 * @param dataSize the size of the proto from the stream
565 * @param buffer the serialized proto from the stream, may be larger than dataSize
566 * @param dataSize the size of the proto from the stream
659 * @param buffer the serialized proto from the stream, may be larger than dataSize
660 * @param dataSize the size of the proto from the stream
930 * Deserialize a proto after verifying checksum wrapper.
932 private <T extends MessageNano> T unpackProto(T proto, byt argument
1012 writeRowToBackup(Key key, MessageNano proto, BackupDataOutput data) argument
1017 writeRowToBackup(String backupKey, MessageNano proto, BackupDataOutput data) argument
1048 writeCheckedBytes(MessageNano proto) argument
[all...]
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsSmsProvider.java432 int proto = TextUtils.isEmpty(protoName) ? -1
435 String extraSelection = (proto != -1) ?
436 (PendingMessages.PROTO_TYPE + "=" + proto) : " 0=0 ";

Completed in 336 milliseconds