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.mk32 $(call all-proto-files-under, protos)
62 $(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.java469 // Favorite proto changed in v4. Backup again if the version is old.
488 * @param buffer the serialized proto from the stream, may be larger than dataSize
489 * @param dataSize the size of the proto from the stream
538 * @param buffer the serialized proto from the stream, may be larger than dataSize
539 * @param dataSize the size of the proto from the stream
625 * @param buffer the serialized proto from the stream, may be larger than dataSize
626 * @param dataSize the size of the proto from the stream
679 // Widget backup proto changed in v3. So add it again if the original backup is old.
711 * @param buffer the serialized proto from the stream, may be larger than dataSize
712 * @param dataSize the size of the proto fro
1036 unpackProto(T proto, byte[] buffer, int dataSize) argument
1116 writeRowToBackup(Key key, MessageNano proto, BackupDataOutput data) argument
1121 writeRowToBackup(String backupKey, MessageNano proto, BackupDataOutput data) argument
1153 writeCheckedBytes(MessageNano proto) argument
[all...]
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsSmsProvider.java467 int proto = TextUtils.isEmpty(protoName) ? -1
470 String extraSelection = (proto != -1) ?
471 (PendingMessages.PROTO_TYPE + "=" + proto) : " 0=0 ";

Completed in 751 milliseconds