Home
last modified time | relevance | path

Searched refs:RESET (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/view/textclassifier/logging/
DSmartSelectionEventTracker.java199 case SelectionEvent.ActionType.RESET: in getLogType()
385 ActionType.OTHER, ActionType.SELECT_ALL, ActionType.RESET})
410 int RESET = 201; field
416 ActionType.OTHER, ActionType.SELECT_ALL, ActionType.RESET,
568 case ActionType.RESET: // fall through in isActionType()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcAsyncChannel.java100 NONE, CHANGED, RESET; enumConstant
107 } else if (value == RESET.ordinal()) { in fromInt()
108 return RESET; in fromInt()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsService.java107 RESET, enumConstant
157 mVerb = CommandVerb.RESET; in onCommand()
175 } else if (mVerb == CommandVerb.RESET) { in onCommand()
296 case RESET: in onCommand()
/frameworks/av/media/libmedia/
DIMediaRecorder.cpp42 RESET, enumerator
301 remote()->transact(RESET, data, &reply); in reset()
369 case RESET: { in onTransact()
DIMediaPlayer.cpp58 RESET, enumerator
325 remote()->transact(RESET, data, &reply); in reset()
742 case RESET: { in onTransact()
/frameworks/av/include/media/
DAudioMixer.h94 RESET = 0x4101, // Reset sample rate converter without changing sample rate. enumerator
/frameworks/av/media/libaudioclient/include/media/
DAudioMixer.h94 RESET = 0x4101, // Reset sample rate converter without changing sample rate. enumerator
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java156 private static final int RESET = 3; field in KeyguardViewMediator
1344 Message msg = mHandler.obtainMessage(RESET); in resetStateLocked()
1503 case RESET:
/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java316 SelectionEvent.ActionType.RESET, null /* classification */); in resetSelection()
/frameworks/av/media/libaudioprocessing/
DAudioMixer.cpp687 case RESET: in setParameter()
/frameworks/av/services/audioflinger/
DThreads.cpp4298 mAudioMixer->setParameter(name, AudioMixer::RESAMPLE, AudioMixer::RESET, NULL); in prepareTracks_l()