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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAccountItem.java45 Drawable icon, BluetoothMapUtils.TYPE appType, String uci, String uciPrefix) {
51 this.mType = appType;
59 String authority, Drawable icon, BluetoothMapUtils.TYPE appType) {
61 icon, appType, null, null);
65 String authority, Drawable icon, BluetoothMapUtils.TYPE appType, String uci,
68 icon, appType, uci, uciPrefix);
119 if(V) Log.d(TAG, "Wrong appType : " + this.mType + " vs " + other.mType);
44 BluetoothMapAccountItem(String id, String name, String packageName, String authority, Drawable icon, BluetoothMapUtils.TYPE appType, String uci, String uciPrefix) argument
58 create(String id, String name, String packageName, String authority, Drawable icon, BluetoothMapUtils.TYPE appType) argument
64 create(String id, String name, String packageName, String authority, Drawable icon, BluetoothMapUtils.TYPE appType, String uci, String uciPrefix) argument

Completed in 62 milliseconds