Searched refs:PAUSE (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/drm/java/android/drm/ |
H A D | DrmStore.java | 136 public static final int PAUSE = 0x02; field in DrmStore.Playback 148 case PAUSE: in isValid()
|
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/ |
H A D | SoundTriggerEvent.java | 103 PAUSE, enumConstant
|
H A D | SoundTriggerHelper.java | 344 mEventLogger.enqueue(new SessionEvent(Type.PAUSE, modelData.getModelId())); in startRecognition() 349 Type.PAUSE, modelData.getModelId(), "RemoteException") in startRecognition() 902 mEventLogger.enqueue(new SessionEvent(Type.PAUSE, modelData.getModelId())); in onRecognitionAbortLocked() 907 Type.PAUSE, modelData.getModelId(), "RemoteException") in onRecognitionAbortLocked() 1320 mEventLogger.enqueue(new SessionEvent(Type.PAUSE, in stopRecognitionLocked() 1324 mEventLogger.enqueue(new SessionEvent(Type.PAUSE, in stopRecognitionLocked()
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | GraphRunner.java | 46 private static final Event PAUSE_EVENT = new Event(Event.PAUSE, null); 94 public static final int PAUSE = 6; field in GraphRunner.Event 144 case Event.PAUSE: in loop()
|
/aosp14/frameworks/base/cmds/bootanimation/ |
H A D | FORMAT.md | 38 TYPE COUNT PAUSE PATH [FADE [#RGBHEX [CLOCK1 [CLOCK2]]]] 47 * **PAUSE:** number of FRAMES to delay after this part ends
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | PhoneNumberUtils.java | 90 public static final char PAUSE = ','; field in PhoneNumberUtils 149 || c == WILD || c == WAIT || c == PAUSE; in isNonSeparator() 157 return c == PAUSE || c == WAIT; in isStartsPostDial() 400 c = PAUSE; in convertPreDial() 437 pIndex = a.indexOf(PAUSE); in indexOfLastNetworkChar()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 14691 field @Deprecated public static final int PAUSE = 2; // 0x2 44936 field public static final char PAUSE = 44; // 0x002c ','
|