Home
last modified time | relevance | path

Searched defs:Server (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DUtils.java70 sProfileNames.put(BluetoothProfile.HEADSET, "HFP Server"); in sProfileNames.put()
75 sProfileNames.put(BluetoothProfile.PBAP, "PBAP Server"); in sProfileNames.put()
77 sProfileNames.put(BluetoothProfile.GATT_SERVER, "GATT Server"); in sProfileNames.put()
78 sProfileNames.put(BluetoothProfile.MAP, "MAP Server"); in sProfileNames.put()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAppBridge.java55 public interface Server { interface in AppBridge