Searched refs:code (Results 301 - 319 of 319) sorted by relevance

<<111213

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java68 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
70 switch (code) {
589 return super.onTransact(code, data, reply, flags);
H A DIActivityManager.java72 public boolean finishActivity(IBinder token, int code, Intent data) argument
458 // sent by C++ code.
H A DActivityManagerNative.java111 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
113 switch (code) {
1699 return super.onTransact(code, data, reply, flags);
H A DActivityThread.java1136 String codeToString(int code) { argument
1138 switch (code) {
1184 return Integer.toString(code);
1643 "Requesting code from " + packageName
1678 String msg = "Requesting code from " + ai.packageName
1720 if (localLOGV) Slog.v(TAG, (includeCode ? "Loading code package "
4468 // code. Tell the activity manager about it now, to ensure
/frameworks/base/core/jni/
H A Dandroid_server_BluetoothEventLoop.cpp1560 jint code = *(int *) user; local
1561 ALOGV("... Health Device Code = %d, result = %d", code, result);
1564 code,
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java1634 private void runTest(int type, int code) { argument
1637 mRadioControl.triggerSsn(type, code);
1649 assertEquals(code, notification.code);
1882 // short code
/frameworks/base/core/java/android/text/
H A DTextUtils.java826 * <code>template</code> CharSequence with the corresponding
827 * <code>values</code>. "^^" is used to produce a single caret in
963 * Copies the spans from the region <code>start...end</code> in
964 * <code>source</code> to the region
965 * <code>destoff...destoff+end-start</code> i
[all...]
/frameworks/base/services/java/com/android/server/
H A DNetworkManagementService.java360 public boolean onEvent(int code, String raw, String[] cooked) { argument
361 switch (code) {
H A DInputMethodManagerService.java255 * Set once the system is ready to run third party code.
734 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
737 return super.onTransact(code, data, reply, flags);
1045 // party code.
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java382 void notifySuppServiceFailed(SuppService code) { argument
383 mSuppServiceFailedRegistrants.notifyResult(code);
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp611 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
613 return BnAudioPolicyService::onTransact(code, data, reply, flags);
610 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DAudioFlinger.cpp1726 // This is probably too conservative, but legacy application code may depend on it.
2658 // it was in the original code but maybe the
3782 // FIXME merge this with similar code for removing multiple tracks
5827 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
5829 return BnAudioTrack::onTransact(code, data, reply, flags);
5934 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
5936 return BnAudioRecord::onTransact(code, data, reply, flags);
7444 // because of code checking output when entering the function.
8978 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
8980 return BnEffect::onTransact(code, dat
5826 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
5933 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
8977 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
9574 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
[all...]
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css124 a.code {
/frameworks/base/core/java/android/content/
H A DSyncManager.java1191 private String getLastFailureMessage(int code) { argument
1192 switch (code) {
/frameworks/base/core/java/android/server/
H A DBluetoothService.java557 // an incorrect error code for bonding failures and if the pin
2917 int code);
2918 native boolean destroyChannelNative(String devicePath, String channelpath, int code); argument
2916 createChannelNative(String devicePath, String appPath, String channelType, int code) argument
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java275 // Directory containing the private parts (e.g. code and non-resource assets) of forward-locked
791 state.setVerifierResponse(response.callerUid, response.code);
992 // code, so don't dexopt it to avoid the resulting log spew.
1045 // Find base frameworks (resource packages without code).
1286 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
1289 return super.onTransact(code, data, reply, flags);
1309 Slog.w(TAG, "Unable to remove old code file: " + ps.codePath);
1314 Slog.w(TAG, "Unable to remove old code file: " + ps.resourcePath);
1815 int code = (retCode >= 0) ? 1 : 0;
1816 pi.sendIntent(null, code, nul
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java943 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
946 return super.onTransact(code, data, reply, flags);
3557 // input dispatcher in code that does hold locks. If we did not cache the value
6125 final String code = parameters.substring(0, index);
6126 int hashCode = (int) Long.parseLong(code, 16);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRIL.java369 // requests or replies. Thus this code path will only release
440 * <code>buffer</code> and the length of the final message (less header)
1427 // cause code according to X.S004-550E
2898 notification.code = p.readInt();
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java1583 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
1585 if (code == SYSPROPS_TRANSACTION) {
1611 return super.onTransact(code, data, reply, flags);
2631 * @param resultCode Result code, if any, from this Activity.
5358 // Only system code can grant URI permissions on behalf
6848 // going to the content provider to open the file. Later, in the code
7509 // execute our code without the lock.
7772 // processes run critical code.
7904 // likewise in the client code, which also does
8263 // If process is null, we are being called from some internal code
[all...]

Completed in 552 milliseconds

<<111213