Searched defs:RESET (Results 1 - 6 of 6) sorted by last modified time

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataConnectionAc.java135 NONE, CHANGED, RESET; enum constant in enum:DataConnectionAc.LinkPropertyChangeAction
142 } else if (value == RESET.ordinal()) {
143 return RESET;
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardViewMediator.java109 private static final int RESET = 4; field in class:KeyguardViewMediator
910 Message msg = mHandler.obtainMessage(RESET, options);
1104 case RESET:
1356 * @see #RESET
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardViewMediator.java108 private static final int RESET = 4; field in class:KeyguardViewMediator
721 Message msg = mHandler.obtainMessage(RESET);
988 case RESET:
1258 * @see #RESET
1269 * @see #RESET
/frameworks/av/services/audioflinger/
H A DAudioMixer.h80 RESET = 0x4101, // Reset sample rate converter without changing sample rate. enumerator in enum:android::AudioMixer::__anon927
/frameworks/av/media/libmedia/
H A DIMediaPlayer.cpp45 RESET, enumerator in enum:android::__anon484
199 remote()->transact(RESET, data, &reply);
440 case RESET: {
H A DIMediaRecorder.cpp37 RESET, enumerator in enum:android::__anon487
262 remote()->transact(RESET, data, &reply);
311 case RESET: {
312 ALOGV("RESET");

Completed in 53 milliseconds