Home
last modified time | relevance | path

Searched refs:includeIcon (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAccountLoader.java67 boolean includeIcon) { in parsePackages() argument
104 BluetoothMapAccountItem app = createAppItem(rInfo, includeIcon, msgType); in parsePackages()
137 ResolveInfo rInfo, boolean includeIcon, BluetoothMapUtils.TYPE type) { in createAppItem() argument
155 (!includeIcon) ? null : rInfo.loadIcon(mPackageManager), in createAppItem()
/packages/apps/Car/systemlibs/car-qc-lib/src/com/android/car/qc/
DQCActionItem.java83 boolean includeIcon = getType().equals(QC_TYPE_ACTION_TOGGLE) && mIcon != null; in writeToParcel()
84 dest.writeBoolean(includeIcon); in writeToParcel()
85 if (includeIcon) { in writeToParcel()