HomeSort by relevance Sort by last modified time
    Searched refs:getById (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ContextMap.java 143 App entry = getById(id);
169 App getById(int id) {
213 return getById(connection.appId);
223 App entry = getById(id);
GattService.java 516 ClientMap.App app = mClientMap.getById(client.appIf);
527 ServerMap.App app = mServerMap.getById(client.appIf);
559 ClientMap.App app = mClientMap.getById(clientIf);
572 ClientMap.App app = mClientMap.getById(clientIf);
    [all...]
  /packages/apps/Email/emailsync/src/com/android/emailsync/
SyncManager.java 320 public Account getById(long id) {
    [all...]

Completed in 1014 milliseconds