Searched defs:getById (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DContextMap.java143 App entry = getById(id);
169 App getById(int id) { method in class:ContextMap
213 return getById(connection.appId);
223 App entry = getById(id);
/packages/apps/Email/emailsync/src/com/android/emailsync/
H A DSyncManager.java320 public Account getById(long id) { method in class:SyncManager.AccountList
738 return accountList.getById(accountId);

Completed in 56 milliseconds