Home
last modified time | relevance | path

Searched defs:uuid (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppPreference.java99 private String getChannelKey(BluetoothDevice remoteDevice, int uuid) { in getChannelKey()
116 public int getChannel(BluetoothDevice remoteDevice, int uuid) { in getChannel()
138 public void setChannel(BluetoothDevice remoteDevice, int uuid, int channel) { in setChannel()
150 public void removeChannel(BluetoothDevice remoteDevice, int uuid) { in removeChannel()
/packages/apps/Email/src/com/android/email/activity/
DFolderMessageList.java59 String uuid = uri.getPath(); in openInbox() local
/packages/apps/Email/src/com/android/email/
DPreferences.java87 String uuid = uri.getPath().substring(1); in getAccountByContentUri() local
DAccount.java118 Account(Preferences preferences, String uuid) { in Account()
/packages/apps/Email/src/com/android/email/provider/
DEmailContent.java1288 public static Uri getShortcutSafeUriFromUuid(String uuid) { in getShortcutSafeUriFromUuid()