HomeSort by relevance Sort by last modified time
    Searched full:mmi (Results 1 - 25 of 67) sorted by null

1 2 3

  /frameworks/base/telephony/java/com/android/internal/telephony/
IExtendedNetworkService.aidl 4 * Interface used to interact with extended MMI/USSD network service.
8 * Set a MMI/USSD command to ExtendedNetworkService for further process.
9 * This should be called when a MMI command is placed from panel.
10 * @param number the dialed MMI/USSD number.
15 * return the specific string which is used to prompt MMI/USSD is running
21 * @param text original MMI/USSD message response from framework
27 * Clear pre-set MMI/USSD command.
28 * This should be called when user cancel a pre-dialed MMI command.
MmiCode.java 48 * Cancels pending MMI request.
ITelephony.aidl 148 * Handles PIN MMI commands (PIN/PIN2/PUK/PUK2), which are initiated
151 * @param dialString the MMI command to be executed.
152 * @return true if MMI command is executed.
Phone.java 441 * Register for notifications of initiation of a new MMI code request.
442 * MMI codes for GSM are discussed in 3GPP TS 22.030.<p>
454 * Unregisters for new MMI initiate notification.
460 * Register for notifications that an MMI request has completed
470 * Unregisters for MMI complete notification.
490 * Returns a list of MMI codes that are pending. (They have initiated
792 * Handles PIN MMI commands (PIN/PIN2/PUK/PUK2), which are initiated
795 * @param dialString the MMI command to be executed.
796 * @return true if MMI command is executed.
801 * Handles in-call MMI commands. While in a call, or while receiving
    [all...]
Connection.java 40 MMI, /* not presently used; dial() returns null */
  /external/openssl/crypto/aes/asm/
aes-ia64.S 92 { .mmi; alloc r16=ar.pfs,12,0,0,8
95 { .mmi; LDKEY t1=[rk1],2*KSZ
104 { .mmi; xor s0=s0,t0
107 { .mmi; xor s2=s2,t2
114 { .mmi; (p0) LDKEY t0=[rk0],2*KSZ // 0/0:rk[0]
117 { .mmi; (p0) LDKEY t1=[rk1],2*KSZ // 0/1:rk[1]
120 { .mmi; (p0) LDKEY t2=[rk0],2*KSZ // 1/2:rk[2]
123 { .mmi; (p0) LDKEY t3=[rk1],2*KSZ // 1/3:rk[3]
126 { .mmi; (p0) ld4 te33=[te33] // 2/0:te3[s3&0xff]
129 { .mmi; (p0) ld4 te30=[te30] // 2/1:te3[s0
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-ia64.pl 57 { .mmi; ld1 $X[$i&0xf]=[inp],2 // MSB
59 { .mmi; ld1 tmp0=[inp],2
65 { .mmi; ld1 $X[($i+1)&0xf]=[inp],2 // +1
67 { .mmi; ld1 tmp2=[tmp3],2 // +1
70 { .mmi; andcm tmp1=$d,$b
73 { .mmi; or tmp4=tmp4,tmp1 // F_00_19(b,c,d)=(b&c)|(~b&d)
76 { .mmi; ld1 tmp0=[inp],2 // +1
79 { .mmi; ld1 tmp4=[tmp3],2 // +1
93 { .mmi; andcm tmp1=$d,$b
96 { .mmi; or tmp4=tmp3,tmp1 // F_00_19(b,c,d)=(b&c)|(~b&d
    [all...]
sha512-ia64.pl 137 { .mmi; alloc pfssave=ar.pfs,3,27,0,16
141 { .mmi; $ADDP input=0,r33 // 2nd arg
156 { .mmi; $LDW A_=[r8],4*$SZ
159 { .mmi; $LDW C_=[r10],4*$SZ
162 { .mmi; $LDW E_=[r8]
165 { .mmi; $LDW G_=[r10]
173 { .mmi; cmp.eq p10,p0=2,r8
176 { .mmi; cmp.eq p13,p0=5,r8
183 { .mmi; mov A=A_
186 { .mmi; mov C=C
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 718 // handle in-call MMI first if applicable
723 // Only look at the Network portion for mmi
725 GsmMmiCode mmi = GsmMmiCode.newFromDialString(networkPortion, this); local
727 "dialing w/ mmi '" + mmi + "'...");
729 if (mmi == null) {
731 } else if (mmi.isTemporaryModeCLIR()) {
732 return mCT.dial(mmi.dialingNumber, mmi.getCLIRMode());
734 mPendingMMIs.add(mmi);
744 GsmMmiCode mmi = GsmMmiCode.newFromDialString(dialString, this); local
757 GsmMmiCode mmi = GsmMmiCode.newFromUssdUserInput(ussdMessge, this); local
1174 GsmMmiCode mmi; local
    [all...]
GsmMmiCode.java 110 String poundString; // Entire MMI string up to and including #
125 // See TS 22.030 6.5.2 "Structure of the MMI"
158 * forwarding). These are generally referred to as "MMI codes".
159 * We look to see if the dial string contains a valid MMI code (potentially
162 * If the dial string contains no MMI code, we return an instance with
281 // NumberFormatException should cause MMI fail
310 throw new RuntimeException("unsupported MMI service code " + si);
320 // NumberFormatException should cause MMI fail
434 /** Does this dial string contain a structured or unstructured MMI code? */
537 /** Process a MMI code or short code...anything that isn't a dialing number *
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-ia64.S 97 { .mmi; LDKEY yy=[key] // load key->y
100 { .mmi; mov key_y[1]=r0 // guarantee inequality
126 { .mmi; (p19) st1 [out]=dat[3],1 // *(out++)=dat
129 { .mmi; (p16) add key_x[1]=ksch,key_x[1] // &key[xx&255]
131 { .mmi; (p16) LDKEY tx[0]=[key_x[1]] // tx=key[xx]
134 { .mmi; (p18) add rnd[1]=ksch,rnd[1] // &key[(tx+ty)&255]
136 { .mmi; (p18) LDKEY rnd[1]=[rnd[1]] // rnd=key[(tx+ty)&255]
139 { .mmi; (p21) add yy=yy,tx[1] // (p16)
142 { .mmi; (p17) STKEY [key_y[1]]=tx[1] // key[yy]=tx
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 1678 MmiCode mmi; local
1740 MmiCode mmi; local
1772 MmiCode mmi = pendingMmis.get(0); local
1906 MmiCode mmi = (MmiCode) ar.result; local
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 80 static final int CALL_STATUS_DIALED_MMI = 1; // The specified number was an MMI code
109 // used to cancel MMI command after 15 seconds timeout for NWService requirement
512 // On GSM phones, null is returned for MMI codes
515 if (DBG) log("dialed MMI code: " + number);
517 // Set dialed MMI command to service
577 * . A GSM MMI code
611 // TODO: Need to support MMI codes.
789 // In adhering to this request, all MMI initiating "OK" dialogs
790 // (non-cancelable MMIs) that end up being closed when the MMI
    [all...]
SpecialCharSequenceMgr.java 180 // if a dialstring is an MMI code.
189 // fail though, but we won't know until the MMI code
InCallScreen.java 114 // MMI code '#' don't get confused as URI fragments.
287 // The MMI started dialog can actually be one of 2 items:
288 // 1. An alert dialog if the MMI code is a normal MMI
378 // handle the mmi complete message.
384 // finish, this includes any MMI state that is not
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
Config.h 35 #define bbs_MEMORY_ALIGNMENT 16 /* align EE-MMI data to 128 bits */
  /external/openssl/crypto/
ia64cpuid.S 22 { .mmi; mf
  /external/openssl/crypto/bn/asm/
ia64.S 311 { .mmi; ADDP r14=0,r32 // rp
314 { .mmi; mov r40=0 // serves as r35 at first (p27)
401 { .mmi; alloc r2=ar.pfs,4,4,0,8
415 { .mmi; ADDP r14=0,r32 // rp
440 { .mmi; (p24) getf.sig r32=f40 // high
448 { .mmi; .pred.rel "mutex",p40,p42
634 { .mmi; add r19=24,r34
638 { .mmi; ldf8 f120=[r34],32
640 { .mmi; ldf8 f122=[r18],32
642 { .mmi; ldf8 f124=[r34
    [all...]
  /frameworks/base/telephony/tests/telephonytests/src/android/telephony/
PhoneNumberUtilsTest.java 65 // An MMI string is unperterbed, even though it contains a
221 // An MMI string is unperterbed, even though it contains a
294 // MMI header should be ignored
  /packages/apps/Phone/res/values-el/
strings.xml 56 <string name="mmiStarted" msgid="6347869857061147003">"?????? ?????? MMI"</string>
58 <string name="mmiCancelled" msgid="2771923949751842276">"? ??????? MMI ?????????"</string>
    [all...]
  /packages/apps/Phone/res/values-ja/
strings.xml 56 <string name="mmiStarted" msgid="6347869857061147003">"MMI??????"</string>
58 <string name="mmiCancelled" msgid="2771923949751842276">"MMI??????????????"</string>
    [all...]
  /packages/apps/Phone/res/values-ko/
strings.xml 56 <string name="mmiStarted" msgid="6347869857061147003">"MMI ?? ???"</string>
58 <string name="mmiCancelled" msgid="2771923949751842276">"MMI ?? ???"</string>
    [all...]
  /packages/apps/Phone/res/values-ru/
strings.xml 56 <string name="mmiStarted" msgid="6347869857061147003">"??? MMI ???????"</string>
58 <string name="mmiCancelled" msgid="2771923949751842276">"??? MMI ???????"</string>
    [all...]
  /packages/apps/Phone/res/values-zh-rCN/
strings.xml 56 <string name="mmiStarted" msgid="6347869857061147003">"MMI ????"</string>
58 <string name="mmiCancelled" msgid="2771923949751842276">"MMI ????"</string>
    [all...]
  /packages/apps/Phone/res/values-zh-rTW/
strings.xml 56 <string name="mmiStarted" msgid="6347869857061147003">"MMI ?????"</string>
58 <string name="mmiCancelled" msgid="2771923949751842276">"MMI ????"</string>
    [all...]

Completed in 123 milliseconds

1 2 3