HomeSort by relevance Sort by last modified time
    Searched full:dock (Results 1 - 25 of 67) sorted by null

1 2 3

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/resources/
DockMode.java 20 * Dock enum.
24 NONE("", "No Dock"),
25 CAR("car", "Car Dock"),
26 DESK("desk", "Desk Dock");
  /frameworks/base/services/java/com/android/server/
DockObserver.java 47 private static final String DOCK_UEVENT_MATCH = "DEVPATH=/devices/virtual/switch/dock";
48 private static final String DOCK_STATE_PATH = "/sys/class/switch/dock/state";
72 Slog.v(TAG, "Dock UEVENT: " + event.toString());
82 // Don't force screen on when undocking from the desk dock.
108 Slog.w(TAG, "This kernel does not have dock station support");
134 Slog.i(TAG, "Dock state changed: " + mDockState);
140 Slog.i(TAG, "Device not provisioned, skipping dock broadcast");
148 // Check if this is Bluetooth Dock
154 // User feedback to confirm dock connection. Particularly
SystemServer.java 125 DockObserver dock = null; local
393 Slog.i(TAG, "Dock Observer");
394 // Listen for dock station changes
395 dock = new DockObserver(context, power);
497 final DockObserver dockF = dock;
UiModeManagerService.java 119 // the dock state changes. The original ordered broadcast is sent with an initial result
121 // to RESULT_CANCELED, then the intent to start a dock app will not be sent.
133 // Launch a dock activity
511 // not launch the corresponding dock application. This gives apps a chance
513 // placed into a dock.
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockEventReceiver.java 85 * Reconnect to the dock if:
86 * 1) it is a dock
89 * 4) the dock is still docked (check can only be done in the Service)
104 // Too bad, the dock state can't be checked from a BroadcastReceiver.
111 * Reconnect to the dock if:
112 * 1) it is a dock
114 * 3) the dock is still docked (check can only be done in the Service)
125 // Too bad, the dock state can't be checked from a BroadcastReceiver.
DockService.java 66 // Msg for user wanting the UI to setup the dock
96 * as one time so it's only 3 times for both profiles on the car dock.
178 * This assumes that the intent sender has checked that this is a dock
353 public synchronized boolean hasOtherConnectedDevices(BluetoothDevice dock) {
365 if (!btDevice.equals(dock) && btDevices.contains(btDevice) && device.isConnected()) {
419 // Device in a new dock.
497 // TODO Avoid hardcoding dock and profiles. Read from system properties
521 // Enable by default for car dock
536 // Disable by default for desk dock
682 // May have race condition as the phone comes in and out and in the dock
    [all...]
BluetoothEventRedirector.java 85 // After a dock is unpaired, we will forget the
172 // Dock event broadcasts
  /frameworks/base/core/java/android/app/
UiModeManager.java 33 * physical places the device into and out of a dock. When that happens,
41 * physically being in a dock. While in car mode -- whether by manual action
42 * from the user or being physically placed in a dock -- a notification is
43 * displayed allowing the user to exit dock mode. Thus the dock mode
45 * dock event broadcast.
56 * by being placed in a car dock or explicit action of the user. After
77 * by being placed in a desk dock. After
128 * Force device into car mode, like it had been placed in the car dock.
  /hardware/msm7k/libaudio-qdsp5v2/
AudioPolicyManager.cpp 28 // Min music volume for 3.5mm jack in car dock: -10dB
96 // - if we are docked to a BT CAR dock, give A2DP preference over earpiece
97 // - if we are docked to a BT DESK dock, give speaker preference over earpiece
123 // - if we are docked to a BT CAR dock, give A2DP preference over phone spkr
150 // - if we are docked to a BT CAR dock, don't duplicate for the sonification strategy
151 // - if we are docked to a BT DESK dock, use only speaker for the sonification strategy
177 // play ringtone over speaker (or speaker + headset) if in car dock
238 // force volume on A2DP output to maximum if playing through car dock speakers
239 // as volume is applied on the car dock and controlled via car dock keys
    [all...]
  /hardware/msm7k/libaudio-qsd8k/
AudioPolicyManager.cpp 28 // Min music volume for 3.5mm jack in car dock: -10dB
96 // - if we are docked to a BT CAR dock, give A2DP preference over earpiece
97 // - if we are docked to a BT DESK dock, give speaker preference over earpiece
123 // - if we are docked to a BT CAR dock, give A2DP preference over phone spkr
150 // - if we are docked to a BT CAR dock, don't duplicate for the sonification strategy
151 // - if we are docked to a BT DESK dock, use only speaker for the sonification strategy
177 // play ringtone over speaker (or speaker + headset) if in car dock
245 // force volume on A2DP output to maximum if playing through car dock speakers
246 // as volume is applied on the car dock and controlled via car dock keys
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/
DockModeQualifier.java 30 public static final String NAME = "Dock Mode";
58 return "Dock Mode";
  /device/htc/passion-common/overlay/packages/apps/Settings/res/values/
bools.xml 21 <!-- Whether or not the dock settings are to be displayed for this device when docked -->
  /packages/apps/Settings/res/values/
bools.xml 21 <!-- Whether or not the dock settings are to be displayed for this device when docked -->
  /device/htc/passion/
init.mahimahi.rc 18 # bluetooth car dock pin
19 chown system system /sys/class/switch/dock/bt_pin
  /frameworks/base/packages/SettingsProvider/res/values/
defaults.xml 65 <string name="def_desk_dock_sound" translatable="false">/system/media/audio/ui/Dock.ogg</string>
67 <string name="def_car_dock_sound" translatable="false">/system/media/audio/ui/Dock.ogg</string>
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWindow.m 56 /* we override these methods to fix the miniaturize animation/dock icon bug */
81 This method fires just before the window deminaturizes from the Dock.
  /frameworks/base/core/res/res/values/
config.xml 168 <!-- The number of degrees to rotate the display when the device is in a desk dock.
172 <!-- The number of degrees to rotate the display when the device is in a car dock.
176 <!-- Control whether being in the desk dock (and powered) always
182 <!-- Control whether being in the car dock (and powered) always
188 <!-- Control whether being in the desk dock should enable accelerometer
190 like car dock, but we haven't had a chance to test it. -->
193 <!-- Control whether being in the car dock should enable accelerometer based
195 a car dock make the accelerometer more a physical input (like a lid). -->
  /frameworks/base/data/sounds/
AudioPackage5.mk 24 $(LOCAL_PATH)/effects/Dock.ogg:system/media/audio/ui/Dock.ogg \
AudioPackage2.mk 71 $(LOCAL_PATH)/effects/Dock.ogg:system/media/audio/ui/Dock.ogg \
AudioPackage3.mk 63 $(LOCAL_PATH)/effects/Dock.ogg:system/media/audio/ui/Dock.ogg \
AudioPackage4.mk 50 $(LOCAL_PATH)/effects/Dock.ogg:system/media/audio/ui/Dock.ogg \
  /packages/apps/DeskClock/res/layout/
desk_clock.xml 17 <!-- This is the alarm clock in desk dock mode. It shows the time in large
  /packages/apps/DeskClock/res/layout-land/
desk_clock.xml 17 <!-- This is the alarm clock in LANDSCAPE desk dock mode.
  /packages/apps/Settings/src/com/android/settings/
DockSettings.java 99 // No dock audio if not on Bluetooth.
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 250 // (status bar, input method dock) accounted for.
372 // We're in a dock that has a rotation affinity, and the app is willing to rotate.
402 // enable accelerometer if we are docked in a dock that enables accelerometer
575 // register for dock events
584 // Retrieve current sticky dock event broadcast.
2299 Intent dock = createHomeDockIntent(); local
2333 Intent dock = createHomeDockIntent(); local
    [all...]

Completed in 6026 milliseconds

1 2 3