Searched refs:PAUSE (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/drm/java/android/drm/
H A DDrmStore.java134 public static final int PAUSE = 0x02; field in class:DrmStore.Playback
146 case PAUSE:
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java244 PAUSE /* The post dial string playback is pausing for a enum constant in enum:Connection.PostDialState
/frameworks/av/media/libmedia/
H A DIAudioTrack.cpp37 PAUSE, enumerator in enum:android::__anon478
103 remote()->transact(PAUSE, data, &reply);
200 case PAUSE: {
H A DIMediaPlayer.cpp41 PAUSE, enumerator in enum:android::__anon484
164 remote()->transact(PAUSE, data, &reply);
414 case PAUSE: {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaConnection.java621 } else if (c == PhoneNumberUtils.PAUSE) {
622 setPostDialState(PostDialState.PAUSE);
651 int pIndex = subStr.indexOf(PhoneNumberUtils.PAUSE);
785 s == PostDialState.PAUSE) {
822 return c == PhoneNumberUtils.PAUSE;
829 // This function is to find the next PAUSE character index if
830 // multiple pauses in a row. Otherwise it finds the next non PAUSE or
851 // It means the PAUSE character(s) is in the middle of dial string
860 // This function returns either PAUSE or WAIT character to append.
861 // It is based on the next non PAUSE/WAI
[all...]
/frameworks/av/include/drm/
H A Ddrm_framework_common.h142 static const int PAUSE = 0x02; member in class:android::Playback
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java60 public static final char PAUSE = ','; field in class:PhoneNumberUtils
112 /** True if c is ISO-LATIN characters 0-9, *, # , +, WILD, WAIT, PAUSE */
116 || c == WILD || c == WAIT || c == PAUSE;
120 * post-dial string (eg this is PAUSE or WAIT)
124 return c == PAUSE || c == WAIT;
332 c = PAUSE;
369 pIndex = a.indexOf(PAUSE);
960 case 0xc: return PAUSE;
975 } else if (c == PAUSE) {
1925 * ISO-LATIN characters 0-9, *, # , +, WILD, WAIT, PAUSE
[all...]
/frameworks/base/core/java/android/webkit/
H A DHTML5VideoViewProxy.java60 private static final int PAUSE = 102; field in class:HTML5VideoViewProxy
396 case PAUSE: {
721 Message message = obtainMessage(PAUSE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmConnection.java566 } else if (c == PhoneNumberUtils.PAUSE) {
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp1161 Playback::PAUSE, 0);
1358 Playback::PAUSE, 0);
1575 Playback::PAUSE, 0);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java871 .replace(PhoneNumberUtils.PAUSE, 'p')
H A DVCardEntry.java1785 builder.append(PhoneNumberUtils.PAUSE);

Completed in 2078 milliseconds