/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 | 99 DockObserver dock = null; local 369 Slog.i(TAG, "Dock Observer"); 370 // Listen for dock station changes 371 dock = new DockObserver(context, power); 378 // Listen for dock station changes 469 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 | 65 // Msg for user wanting the UI to setup the dock 95 * as one time so it's only 3 times for both profiles on the car dock. 174 * This assumes that the intent sender has checked that this is a dock 338 public synchronized boolean hasOtherConnectedDevices(BluetoothDevice dock) { 350 if (!btDevice.equals(dock) && btDevices.contains(btDevice) && device.isConnected()) { 404 // Device in a new dock. 482 // TODO Avoid hardcoding dock and profiles. Read from system properties 506 // Enable by default for car dock 521 // Disable by default for desk dock 667 // 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-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 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...] |
/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 | 21 # bluetooth car dock pin 22 chown system system /sys/class/switch/dock/bt_pin
|
/frameworks/base/core/res/res/values/ |
config.xml | 121 <!-- The number of degrees to rotate the display when the device is in a desk dock. 125 <!-- The number of degrees to rotate the display when the device is in a car dock. 129 <!-- Control whether being in the desk dock (and powered) always 135 <!-- Control whether being in the car dock (and powered) always 141 <!-- Control whether being in the desk dock should enable accelerometer 143 like car dock, but we haven't had a chance to test it. --> 146 <!-- Control whether being in the car dock should enable accelerometer based 148 a car dock make the accelerometer more a physical input (like a lid). -->
|
/frameworks/base/packages/SettingsProvider/res/values/ |
defaults.xml | 64 <string name="def_desk_dock_sound" translatable="false">/system/media/audio/ui/Dock.ogg</string> 66 <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.
|
/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/data/sounds/ |
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 \
|
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
PhoneWindowManager.java | 226 // (status bar, input method dock) accounted for. 343 // We're in a dock that has a rotation affinity, an the app is willing to rotate. 370 // enable accelerometer if we are docked in a dock that enables accelerometer 524 // register for dock events 533 // Retrieve current sticky dock event broadcast. 2290 Intent dock = createHomeDockIntent(); local 2324 Intent dock = createHomeDockIntent(); local [all...] |
/dalvik/tests/004-annotations/ |
expected.txt | 3 java.lang.String android.test.anno.TestAnnotations.thing2: @android.test.anno.AnnoArrayField(bb=[-1, 0, 1], cc=[Q], dd=[0.3, 0.6, 0.9], ff=[1.1, 1.2, 1.3], ii=[1, 2, 3, 4], jj=[-5, 0, 5], ss=[12, 13, 14, 15, 16, 17], str=[hickory, dickory, dock], zz=[true, false, true])
|
/dalvik/tests/004-annotations/src/android/test/anno/ |
TestAnnotations.java | 97 str = {"hickory","dickory","dock"}
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
DeskClock.java | 105 // Intent to broadcast for dock settings. 577 // not the most recent launch was via a dock event 655 // policy: fetch weather if launched via dock connection 673 // NB: we need to keep our broadcast receiver alive in case the dock [all...] |
/packages/apps/Settings/res/values-it/ |
strings.xml | [all...] |