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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java308 public ServerDeathRecipient(int appIf) { argument
309 mAppIf = appIf;
321 public ClientDeathRecipient(int appIf) { argument
322 mAppIf = appIf;

Completed in 29 milliseconds