Searched defs:code (Results 201 - 225 of 241) sorted by relevance

12345678910

/frameworks/base/core/java/android/accounts/
H A DAccountManager.java316 * This is intended for authenticators and related code; applications
328 * @param account The account to query for a password. Must not be {@code null}.
343 * This is intended for authenticators and related code to store
731 * @return boolean {@code true} if the authentication of the account has been successfully
732 * acknowledged. Otherwise {@code false}.
792 * Gets the previous name associated with the account or {@code null}, if
1027 * @param account The account for which an auth token is to be fetched. Cannot be {@code null}.
1028 * @param authTokenType The type of auth token to fetch. Cannot be {@code null}.
1061 * {@code null}.
1117 * @param account Account whose user data is to be set. Must not be {@code nul
1985 onError(int code, String message) argument
2047 onError(int code, String message) argument
2133 convertErrorToException(int code, String message) argument
[all...]
/frameworks/base/core/java/android/app/
H A DAppOpsManager.java908 * Mapping from an app op name to the app op code.
1008 * Retrieve the app op code for a permission, or null if there is not one.
1250 public void setUidMode(int code, int uid, int mode) { argument
1252 mService.setUidMode(code, uid, mode);
1258 public void setMode(int code, int uid, String packageName, int mode) { argument
1260 mService.setMode(code, uid, packageName, mode);
1270 * @param code The operation to restrict.
1276 public void setRestriction(int code, @AttributeUsage int usage, int mode, argument
1280 mService.setAudioRestriction(code, usage, uid, mode, exceptionPackages);
H A DActivityManagerNative.java143 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
145 switch (code) {
2597 return super.onTransact(code, data, reply, flags);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java88 * @param primaryCode the code of the key that was released
96 * with the primary code being the first. If the primary key code is
557 * codes for adjacent keys. When disabled, only the primary key code will be
814 int code = key.codes[0];
826 code = key.codes[mTapCount];
828 mKeyboardActionListener.onKey(code, codes);
829 mKeyboardActionListener.onRelease(code);
978 private void sendAccessibilityEventForUnicodeCharacter(int eventType, int code) { argument
991 switch (code) {
[all...]
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java1323 public boolean onTransact(int code, Parcel data, Parcel reply, argument
1325 switch (code) {
1854 return super.onTransact(code, data, reply, flags);
2005 * This value implies {@code force}.
2035 * @return a numerical value. See {@code ENCRYPTION_STATE_*} for possible values.
2070 * @return path to filesystem or {@code null} if it's not found
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp315 static void runtime_exit(int code) argument
317 gCurRuntime->exit(code);
1112 void AndroidRuntime::exit(int code) argument
1115 ALOGI("VM exiting with result code %d, cleanup skipped.", code);
1116 ::_exit(code);
1118 ALOGI("VM exiting with result code %d.", code);
1119 onExit(code);
1120 ::exit(code);
[all...]
H A Dandroid_util_Binder.cpp248 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags = 0)
257 //printf("Transact from %p to Java code sending: ", this);
261 code, reinterpret_cast<jlong>(&data), reinterpret_cast<jlong>(reply), flags);
270 /* clean up JNI local ref -- we don't return to Java code */
286 /* clean up JNI local ref -- we don't return to Java code */
292 if (code == SYSPROPS_TRANSACTION) {
293 BBinder::onTransact(code, data, reply, flags);
296 //aout << "onTransact to Java code; result=" << res << endl
297 // << "Transact from " << this << " to Java code returning "
681 jniThrowException(env, "java/lang/RuntimeException", "Unknown transaction code");
247 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags = 0) argument
1042 conditionally_log_binder_call(int64_t start_millis, IBinder* target, jint code) argument
1083 android_os_BinderProxy_transact(JNIEnv* env, jobject obj, jint code, jobject dataObj, jobject replyObj, jint flags) argument
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java744 public boolean onCheckHoldWakeLock(int code) { argument
745 return code == NetdResponseCode.InterfaceClassActivity;
749 public boolean onEvent(int code, String raw, String[] cooked) { argument
751 switch (code) {
H A DInputMethodManagerService.java284 * Set once the system is ready to run third party code.
1049 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
1052 return super.onTransact(code, data, reply, flags);
1421 // party code.
/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java345 public void noteEvent(int code, String name, int uid) { argument
348 mStats.noteEventLocked(code, name, uid);
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java640 * @param beforeRunTimeMillis milliseconds before <code>runtimeMillis</code> that this sync may
1626 private String getLastFailureMessage(int code) { argument
1627 switch (code) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java756 public int code; field in class:CameraStreamer.Event
758 public Event(int code) { argument
759 this.code = code;
900 switch (event.code) {
1526 * {@code getLatestFrame()} method must be called from the client thread.
1603 * Specify {@code FACING_DONTCARE} (default) if you would like the CameraStreamer to choose
H A DGraphRunner.java103 public int code; field in class:GraphRunner.Event
106 public Event(int code, Object object) { argument
107 this.code = code;
131 switch (event.code) {
/frameworks/base/tools/aapt/
H A DBundle.h125 void setPlatformBuildVersionCode(const android::String8& code) { mPlatformVersionCode = code; } argument
H A DCommand.cpp330 ResXMLTree::event_code_t code; local
334 while ((code=tree.next()) != ResXMLTree::END_DOCUMENT && code != ResXMLTree::BAD_DOCUMENT) {
335 if (code == ResXMLTree::END_TAG) {
342 if (code != ResXMLTree::START_TAG) {
412 ResXMLTree::event_code_t code; local
413 while ((code=tree.next()) != ResXMLTree::END_DOCUMENT && code != ResXMLTree::BAD_DOCUMENT) {
414 if (code == ResXMLTree::END_TAG) {
427 } else if (code
713 ResXMLTree::event_code_t code; local
776 ResXMLTree::event_code_t code; local
1181 int32_t code = AaptXml::getIntegerAttribute(tree, MIN_SDK_VERSION_ATTR, &error); local
[all...]
H A DResource.cpp241 ResXMLTree::event_code_t code; local
242 while ((code=block.next()) != ResXMLTree::START_TAG
243 && code != ResXMLTree::END_DOCUMENT
244 && code != ResXMLTree::BAD_DOCUMENT) {
248 if (code != ResXMLTree::START_TAG) {
275 while ((code=block.next()) != ResXMLTree::END_DOCUMENT
276 && code != ResXMLTree::BAD_DOCUMENT) {
277 if (code == ResXMLTree::START_TAG) {
579 ResXMLTree::event_code_t code; local
580 while ((code
980 ResXMLTree::event_code_t code; local
1777 ResXMLTree::event_code_t code; local
2187 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32 local
2417 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32 local
2838 ResXMLTree::event_code_t code; local
2942 ResXMLTree::event_code_t code; local
[all...]
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java194 * @param swapCalls {@code true} if the foreground and background calls should be swapped
423 * Notifies of a change to the multiparty state for this {@code ImsCall}.
426 * @param isMultiParty {@code true} if the call became multiparty, {@code false}
506 * If {@code true}, this flag indicates that a request to terminate the call was made by
521 * When {@code true}, this {@link ImsCall} is is the origin of the conference call.
522 * When {@code false}, this {@link ImsCall} is a member of a conference started on another
813 * @return {@code True} if the call is a multiparty call.
826 * Where {@link #isMultiparty()} is {@code true}, determines if this {@link ImsCall} is the
827 * origin of the conference call (i.e. {@code #isConferenceHos
3075 throwImsException(Throwable t, int code) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java450 void notifySuppServiceFailed(SuppService code) { argument
451 mSuppServiceFailedRegistrants.notifyResult(code);
1969 * @param what User-defined message code
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java912 CommandException getCommandException(int code) { argument
913 Rlog.d(LOG_TAG, "getCommandException code=" + code);
916 switch(code) {
1370 // Default result code (as passed to sendOrderedBroadcast)
1430 // Match error code.
1435 // If there is no delimiter at the end of error code string
1436 // then we need to verify that we are not matching partial code.
1438 // NOTE: Error code must not be empty.
1474 // We can only match a single error code
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h64 Int refSelectCode; /* enhancement layer reference select code */
441 unsigned int code; /* right justified */ member in struct:tagVLCtable
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2604 // because of code checking output when entering the function.
3004 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
3006 return BnAudioFlinger::onTransact(code, data, reply, flags);
3003 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1726 status_t CameraService::onTransact(uint32_t code, const Parcel& data, Parcel* reply, argument
1733 switch (code) {
1765 return BnCameraService::onTransact(code, data, reply, flags);
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java64 @Override protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
66 if (code == TRANSACTION_XFER) {
93 return super.onTransact(code, data, reply, flags);
/frameworks/base/core/java/android/os/
H A DParcel.java189 private long mNativePtr; // used by native code
1477 int code = 0;
1479 code = EX_SECURITY;
1481 code = EX_BAD_PARCELABLE;
1483 code = EX_ILLEGAL_ARGUMENT;
1485 code = EX_NULL_POINTER;
1487 code = EX_ILLEGAL_STATE;
1489 code = EX_NETWORK_MAIN_THREAD;
1491 code = EX_UNSUPPORTED_OPERATION;
1493 writeInt(code);
1596 readException(int code, String msg) argument
[all...]
/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;

Completed in 457 milliseconds

12345678910