HomeSort by relevance Sort by last modified time
    Searched refs:whichSound (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/
DockObserver.java 152 String whichSound = null;
157 whichSound = Settings.Global.DESK_UNDOCK_SOUND;
159 whichSound = Settings.Global.CAR_UNDOCK_SOUND;
165 whichSound = Settings.Global.DESK_DOCK_SOUND;
167 whichSound = Settings.Global.CAR_DOCK_SOUND;
171 if (whichSound != null) {
172 final String soundPath = Settings.Global.getString(cr, whichSound);
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardViewMediator.java     [all...]

Completed in 1037 milliseconds