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

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DLocalBluetoothProfileManager.java44 * objects for the available Bluetooth profiles.
115 // Always add HID and PAN profiles
130 //Create PBAP server profile, but do not add it to list of profiles
245 /** State change handler for NAP and PANU profiles. */
318 * @param profiles The list of profiles to fill
319 * @param removedProfiles list of profiles that were removed
322 Collection<LocalBluetoothProfile> profiles,
327 removedProfiles.addAll(profiles);
328 profiles
321 updateProfiles(ParcelUuid[] uuids, ParcelUuid[] localUuids, Collection<LocalBluetoothProfile> profiles, Collection<LocalBluetoothProfile> removedProfiles, boolean isPanNapConnected) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDynamicGrid.java118 ArrayList<DeviceProfile> profiles,
139 for (DeviceProfile p : profiles) {
145 for (DeviceProfile p : profiles) {
151 for (DeviceProfile p : profiles) {
159 for (DeviceProfile p : profiles) {
167 for (DeviceProfile p : profiles) {
173 for (DeviceProfile p : profiles) {
510 // Our phone profiles include the bar sizes in each orientation
527 // Larger tablet profiles always have system bars on the top & bottom
117 DeviceProfile(Context context, ArrayList<DeviceProfile> profiles, float minWidth, float minHeight, int wPx, int hPx, int awPx, int ahPx, Resources resources) argument

Completed in 417 milliseconds