/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppPreference.java | 98 private String getChannelKey(BluetoothDevice remoteDevice, int uuid) { in getChannelKey() argument 99 return remoteDevice.getAddress() + "_" + Integer.toHexString(uuid); in getChannelKey() 115 public int getChannel(BluetoothDevice remoteDevice, int uuid) { in getChannel() argument 116 String key = getChannelKey(remoteDevice, uuid); in getChannel() 121 if (V) Log.v(TAG, "getChannel for " + remoteDevice + "_" + Integer.toHexString(uuid) + in getChannel() 137 public void setChannel(BluetoothDevice remoteDevice, int uuid, int channel) { in setChannel() argument 138 … if (V) Log.v(TAG, "Setchannel for " + remoteDevice + "_" + Integer.toHexString(uuid) + " to " in setChannel() 140 if (channel != getChannel(remoteDevice, uuid)) { in setChannel() 141 String key = getChannelKey(remoteDevice, uuid); in setChannel() 149 public void removeChannel(BluetoothDevice remoteDevice, int uuid) { in removeChannel() argument [all …]
|
D | BluetoothOppObexServerSession.java | 543 byte[] uuid = (byte[])request.getHeader(HeaderSet.TARGET); in onConnect() 544 if (V) Log.v(TAG, "onConnect(): uuid =" + Arrays.toString(uuid)); in onConnect() 545 if(uuid != null) { in onConnect()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
D | Utils.java | 100 UUID uuid = pUuid.getUuid(); in uuidToByteArray() local 101 msb = uuid.getMostSignificantBits(); in uuidToByteArray() 102 lsb = uuid.getLeastSignificantBits(); in uuidToByteArray() 112 UUID uuid; in uuidsToByteArray() local 115 uuid = uuids[i].getUuid(); in uuidsToByteArray() 116 msb = uuid.getMostSignificantBits(); in uuidsToByteArray() 117 lsb = uuid.getLeastSignificantBits(); in uuidsToByteArray() 127 UUID uuid; in byteArrayToUuid() local
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 827 jbyte *addr = NULL, *uuid = NULL; in connectSocketNative() local 839 uuid = env->GetByteArrayElements(uuidObj, NULL); in connectSocketNative() 840 if (!uuid) { in connectSocketNative() 846 (const uint8_t*) uuid, channel, &socket_fd, flag)) != BT_STATUS_SUCCESS) { in connectSocketNative() 857 env->ReleaseByteArrayElements(uuidObj, uuid, 0); in connectSocketNative() 862 if (uuid) env->ReleaseByteArrayElements(uuidObj, uuid, 0); in connectSocketNative() 870 jbyte *uuid = NULL; in createSocketChannelNative() local 878 uuid = env->GetByteArrayElements(uuidObj, NULL); in createSocketChannelNative() 879 if (!uuid) { in createSocketChannelNative() 885 (const uint8_t*) uuid, channel, &socket_fd, flag)) != BT_STATUS_SUCCESS) { in createSocketChannelNative() [all …]
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
D | IntentUtilities.java | 116 String uuid = uri.getQueryParameter(ACCOUNT_UUID_PARAM); in getAccountUuidFromIntent() local 117 return TextUtils.isEmpty(uuid) ? null : uuid; in getAccountUuidFromIntent()
|
/packages/apps/Email/src/com/android/email/activity/ |
D | ShortcutPicker.java | 148 String uuid = account.mCompatibilityUuid; in setupShortcut() local 149 shortcutIntent = Welcome.createAccountShortcutIntent(myActivity, uuid, mailboxId); in setupShortcut()
|
D | Welcome.java | 147 public static Intent createAccountShortcutIntent(Context context, String uuid, long mailboxId) { in createAccountShortcutIntent() argument 150 IntentUtilities.setAccountUuid(b, uuid); in createAccountShortcutIntent()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterService.java | 841 ParcelUuid uuid, int port, int flag) { in connectSocket() argument 849 return service.connectSocket(device, type, uuid, port, flag); in connectSocket() 853 ParcelUuid uuid, int port, int flag) { in createSocketChannel() argument 861 return service.createSocketChannel(type, serviceName, uuid, port, flag); in createSocketChannel() 1284 ParcelUuid uuid, int port, int flag) { in connectSocket() argument 1287 type, Utils.uuidToByteArray(uuid), port, flag); in connectSocket() 1296 ParcelUuid uuid, int port, int flag) { in createSocketChannel() argument 1299 Utils.uuidToByteArray(uuid), port, flag); in createSocketChannel() 1377 byte[] uuid, int port, int flag); in connectSocketNative() argument 1379 byte[] uuid, int port, int flag); in createSocketChannelNative() argument
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServer.java | 185 byte[] uuid = (byte[])request.getHeader(HeaderSet.TARGET); in onConnect() 186 if (uuid == null) { in onConnect() 189 if (D) Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid)); in onConnect() 191 if (uuid.length != UUID_LENGTH) { in onConnect() 196 if (uuid[i] != PBAP_TARGET[i]) { in onConnect() 201 reply.setHeader(HeaderSet.WHO, uuid); in onConnect()
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
D | Account.java | 510 public static Uri getShortcutSafeUriFromUuid(String uuid) { in getShortcutSafeUriFromUuid() argument 511 return CONTENT_URI.buildUpon().appendEncodedPath(uuid).build(); in getShortcutSafeUriFromUuid() 553 public static long getAccountIdFromUuid(Context context, String uuid) { in getAccountIdFromUuid() argument 556 UUID_SELECTION, new String[] {uuid}, null, 0, -1L); in getAccountIdFromUuid()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | CachedBluetoothDevice.java | 473 for (ParcelUuid uuid : uuids) { in updateProfiles() 474 Log.v(TAG, " " + uuid); in updateProfiles()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/ |
D | ResearchLogger.java | 768 UUID uuid = UUID.randomUUID(); in getUUID() local 769 uuidString = uuid.toString(); in getUUID()
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
D | ActivityMusic.java | 253 if (effect.uuid.equals(UUID.fromString("1d4033c0-8557-11df-9f2d-0002a5d5c51b"))) { in onCreate()
|
/packages/apps/Camera/perftests/panorama/input/ |
D | test_011.ppm | 4130 …���������������������*"80-7/,g_[�����������}������ö�ʽ�˾�kZ['"4#%����{uuid��������������������…
|