OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/packages/Keyguard/src/com/android/keyguard/
KeyguardViewMediator.java
[
all
...]
Completed in 2718 milliseconds