Searched defs:code (Results 1 - 25 of 229) sorted by last modified time

12345678910

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRemotePlaybackClient.java233 * or <code>0</code> to start at the beginning.
267 * or <code>0</code> to start at the beginning.
324 * or <code>0</code> to start at the beginning.
695 final int code;
697 code = data.getInt(MediaControlIntent.EXTRA_ERROR_CODE,
700 code = MediaControlIntent.ERROR_UNKNOWN;
705 + ", code
896 onError(String error, int code, Bundle data) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DResultCode.java21 * Enumeration for the return code in TERMINAL RESPONSE.
22 * To get the actual return code for each enum value, call {@link #value}
105 /** Launch browser generic error code */
166 ResultCode(int code) { argument
167 mCode = code;
171 * Retrieves the actual result code that this object represents.
172 * @return Actual result code
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java243 * @param what what code of message when delivered
1087 // Country code not found. This is likely a test network.
1395 * TODO: This code is exactly the same as in GsmServiceStateTracker
1397 * This code should probably be hoisted to the base class so
1417 protected int radioTechnologyToDataServiceState(int code) { argument
1419 switch(code) {
1435 loge("radioTechnologyToDataServiceState: Wrong radioTechnology code.");
1441 /** code is registration state 0-5 from TS 27.007 7.2 */
1443 regCodeToServiceState(int code) { argument
1444 switch (code) {
1472 regCodeIsRoaming(int code) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java452 void notifySuppServiceFailed(SuppService code) { argument
453 mSuppServiceFailedRegistrants.notifyResult(code);
1950 * @param what User-defined message code
H A DGsmServiceStateTracker.java1058 // NOTE: this code was previously located after mSS and mNewSS are swapped, so
1182 // Country code not found. This is likely a test network.
1452 /** code is registration state 0-5 from TS 27.007 7.2 */
1453 private int regCodeToServiceState(int code) { argument
1454 switch (code) {
1473 loge("regCodeToServiceState: unexpected service state " + code);
1480 * code is registration state 0-5 from TS 27.007 7.2
1483 private boolean regCodeIsRoaming (int code) { argument
1484 return ServiceState.RIL_REG_STATE_ROAMING == code;
1741 // We don't have a valid iso country code
[all...]
H A DSuppServiceNotification.java30 public int code; field in class:SuppServiceNotification
65 + " code: " + code
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java830 CommandException getCommandException(int code) { argument
831 Rlog.d(LOG_TAG, "getCommandException code=" + code);
834 switch(code) {
H A DImsPhoneBase.java229 void notifySuppServiceFailed(SuppService code) { argument
230 mSuppServiceFailedRegistrants.notifyResult(code);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java192 void notifySuppServiceFailed(SuppService code) { argument
193 mSuppServiceFailedRegistrants.notifyResult(code);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java756 * cause code returned as Integer in Message.obj.response
757 * Returns integer cause code defined in TS 24.008
1286 * @param statusCode Status code string. See <code>setOnUSSD</code>
1408 public void triggerSsn(int type, int code) { argument
1411 not.code = code;
H A DSimulatedRadioControl.java49 public void triggerSsn(int type, int code); argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java1637 private void runTest(int type, int code) { argument
1640 mRadioControl.triggerSsn(type, code);
1652 assertEquals(code, notification.code);
1885 // short code
H A DGSMTestHandler.java95 public Message waitForMessage(int code) { argument
115 if (msg == null || code == GSMPhoneTest.ANY_MESSAGE || msg.what == code) return msg;
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java174 * @param swapCalls {@code true} if the foreground and background calls should be swapped
709 * @return {@code True} if the call is a multiparty call.
722 * Marks whether an IMS call is merged. This should be set {@code true} when the call merges
732 * @return {@code true} if the call recently merged into a conference call.
962 * @param reason reason code to reject an incoming call
994 * @param reason reason code to terminate a call
1154 // This code basically says, we need to explicitly hold before requesting a merge
1318 * Sends a DTMF code. According to <a href="http://tools.ietf.org/html/rfc2833">RFC 2833</a>,
1327 log("sendDtmf :: code=" + c);
1338 * Start a DTMF code
1875 throwImsException(Throwable t, int code) argument
[all...]
H A DImsException.java34 public ImsException(String message, int code) { argument
35 super(message + ", code = " + code);
36 mCode = code;
39 public ImsException(String message, Throwable cause, int code) { argument
41 mCode = code;
45 * Gets the detailed exception code when ImsException is throwed
47 * @return the exception code in {@link ImsReasonInfo}
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipAudioCall.java154 * @param errorCode error code of this error
609 * timed out if the call is not established within {@code timeout} seconds
616 * SIP protocol) is used if {@code timeout} is zero or negative.
662 * within {@code timeout} seconds and
667 * SIP protocol) is used if {@code timeout} is zero or negative.
687 * established within {@code timeout} seconds and
692 * SIP protocol) is used if {@code timeout} is zero or negative.
716 * out if the call is not established within {@code timeout} seconds and
721 * SIP protocol) is used if {@code timeout} is zero or negative.
895 * Sends a DTMF code
903 sendDtmf(int code) argument
917 sendDtmf(int code, Message result) argument
[all...]
/frameworks/native/cmds/service/
H A Dservice.cpp131 int32_t code = atoi(argv[optind++]); local
248 service->transact(code, data, &reply);
259 aerr << "service: No code specified for call" << endl;
/frameworks/native/cmds/servicemanager/
H A Dbinder.c48 fprintf(stderr," target %016"PRIx64" cookie %016"PRIx64" code %08x flags %08x\n",
49 (uint64_t)txn->target.ptr, (uint64_t)txn->cookie, txn->code, txn->flags);
184 data.txn.code = 0;
317 uint32_t target, uint32_t code)
334 writebuf.txn.code = code;
315 binder_call(struct binder_state *bs, struct binder_io *msg, struct binder_io *reply, uint32_t target, uint32_t code) argument
/frameworks/native/include/binder/
H A DTextOutput.h88 inline TypeCode(uint32_t code);
166 inline TypeCode::TypeCode(uint32_t code) : mCode(code) { } argument
/frameworks/native/libs/binder/
H A DBinder.cpp98 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
103 switch (code) {
108 err = onTransact(code, data, reply, flags);
197 uint32_t code, const Parcel& data, Parcel* reply, uint32_t /*flags*/)
199 switch (code) {
97 transact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
196 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t ) argument
H A DBpBinder.cpp160 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
165 mHandle, code, data, reply, flags);
159 transact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIAppOpsCallback.cpp53 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
55 switch(code) {
65 return BBinder::onTransact(code, data, reply, flags);
52 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIAppOpsService.cpp39 virtual int32_t checkOperation(int32_t code, int32_t uid, const String16& packageName) { argument
42 data.writeInt32(code);
51 virtual int32_t noteOperation(int32_t code, int32_t uid, const String16& packageName) { argument
54 data.writeInt32(code);
63 virtual int32_t startOperation(const sp<IBinder>& token, int32_t code, int32_t uid, argument
68 data.writeInt32(code);
77 virtual void finishOperation(const sp<IBinder>& token, int32_t code, int32_t uid, argument
82 data.writeInt32(code);
121 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
124 switch(code) {
120 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
127 int32_t code = data.readInt32(); local
137 int32_t code = data.readInt32(); local
148 int32_t code = data.readInt32(); local
159 int32_t code = data.readInt32(); local
[all...]
H A DIBatteryStats.cpp99 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
101 switch(code) {
159 return BBinder::onTransact(code, data, reply, flags);
98 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIMemory.cpp212 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
214 switch(code) {
225 return BBinder::onTransact(code, data, reply, flags);
365 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
367 switch(code) {
377 return BBinder::onTransact(code, data, reply, flags);
211 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
364 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument

Completed in 733 milliseconds

12345678910