Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAccountItem.java45 Drawable icon, BluetoothMapUtils.TYPE appType, String uci, String uciPrefix) { in BluetoothMapAccountItem()
59 String authority, Drawable icon, BluetoothMapUtils.TYPE appType) { in create()
65 String authority, Drawable icon, BluetoothMapUtils.TYPE appType, String uci, in create()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherModel.java1918 … int appType = CommonAppTypeParser.decodeItemTypeFromFlag(promiseType); in loadWorkspace() local
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java3193 public String getAidForAppType(int subId, int appType) { in getAidForAppType()