OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dock
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/java/com/android/server/
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
;
/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
...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
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
...]
/external/webkit/WebCore/inspector/front-end/
inspector.css
400
#
dock
-status-bar-item .glyph {
404
body.detached #
dock
-status-bar-item .glyph {
408
body.port-qt #
dock
-status-bar-item {
[
all
...]
Completed in 525 milliseconds