Searched defs:result (Results 101 - 125 of 804) sorted by relevance

1234567891011>>

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DVolumeCurve.cpp67 String8 result; local
69 result.append(buffer);
73 result.append(buffer);
74 result.append(i == (mCurvePoints.size() - 1) ? " }\n" : ", ");
76 write(fd, result.string(), result.size());
83 String8 result; local
88 result.append(buffer);
91 result.append(buffer);
93 result
[all...]
/frameworks/base/core/java/android/accounts/
H A DAccountAuthenticatorResponse.java45 public void onResult(Bundle result) { argument
47 result.keySet(); // force it to be unparcelled
49 + AccountManager.sanitizeResult(result));
52 mAccountAuthenticatorResponse.onResult(result);
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiPlaybackClient.java39 * Listener used by the client to get the result of one touch play operation.
43 * Called when the result of the feature one touch play is returned.
45 * @param result the result of the operation. {@link HdmiControlManager#RESULT_SUCCESS}
48 public void onComplete(int result); argument
79 * of the result
99 * of the result
123 public void onComplete(int result) {
124 callback.onComplete(result);
/frameworks/base/core/java/android/nfc/
H A DTransceiveResult.java25 * Class used to pipe transceive result from the NFC service.
38 public TransceiveResult(final int result, final byte[] data) { argument
39 mResult = result;
74 int result = in.readInt();
77 if (result == RESULT_SUCCESS) {
84 return new TransceiveResult(result, responseData);
/frameworks/base/core/java/android/os/
H A DRegistrant.java49 notifyResult(Object result) argument
51 internalNotifyRegistrant (result, null);
66 internalNotifyRegistrant (ar.result, ar.exception);
70 internalNotifyRegistrant (Object result, Throwable exception) argument
81 msg.obj = new AsyncResult(userObj, result, exception);
H A DRemoteCallback.java30 public void onResult(Bundle result); argument
62 public void sendResult(@Nullable final Bundle result) { argument
69 mListener.onResult(result);
73 mListener.onResult(result);
78 mCallback.sendResult(result);
/frameworks/base/core/java/android/service/chooser/
H A DChooserTargetService.java140 IntentFilter matchedFilter, IChooserTargetResult result) throws RemoteException {
151 result.sendResult(targets);
139 getChooserTargets(ComponentName targetComponentName, IntentFilter matchedFilter, IChooserTargetResult result) argument
/frameworks/base/core/java/android/util/
H A DTimedRemoteCaller.java28 * the response. The remote method calls back with the result and
32 * the timeout then the call failed. Older result received when
33 * waiting for the result are ignored.
44 * public void onCompleted(Object result, int sequence) {
45 * onRemoteMethodResult(result, sequence);
61 * @param <T> The type of the expected result.
100 T result = mResult;
102 return result;
106 public final void onRemoteMethodResult(T result, int sequence) { argument
110 mResult = result;
[all...]
/frameworks/base/core/jni/
H A Dandroid_text_AndroidBidi.cpp34 jint result = 0; local
46 result = ubidi_getParaLevel(bidi);
56 return result;
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
H A Dnative.cpp26 int result = a + b; local
27 ALOGI("%d + %d = %d", a, b, result);
28 return result;
89 jint result = -1; local
105 result = JNI_VERSION_1_4;
108 return result;
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
H A Dnative.cpp26 int result = a + b; local
27 ALOGI("%d + %d = %d", a, b, result);
28 return result;
89 jint result = -1; local
105 result = JNI_VERSION_1_4;
108 return result;
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
H A Dnative.cpp26 int result = a + b; local
27 ALOGI("%d + %d = %d", a, b, result);
28 return result;
89 jint result = -1; local
105 result = JNI_VERSION_1_4;
108 return result;
/frameworks/base/media/java/android/mtp/
H A DMtpPropertyList.java30 // result code for GetObjectPropList
44 public MtpPropertyList(int maxCount, int result) { argument
46 mResult = result;
75 public void setResult(int result) { argument
76 mResult = result;
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootsLoader.java49 public void deliverResult(Collection<RootInfo> result) { argument
54 mResult = result;
57 super.deliverResult(result);
H A DUriDerivativeLoader.java69 public void deliverResult(Res result) { argument
71 closeQuietly(result);
75 mResult = result;
78 super.deliverResult(result);
81 if (oldResult != null && oldResult != result) {
108 public void onCanceled(Res result) { argument
109 closeQuietly(result);
125 private void closeQuietly(Res result) { argument
126 if (result instanceof AutoCloseable) {
128 ((AutoCloseable) result)
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DMasterClearReceiver.java104 protected void onPostExecute(Void result) { argument
/frameworks/base/services/core/java/com/android/server/am/
H A DStrictModeViolationDialog.java43 AppErrorResult result, ProcessRecord app) {
50 mResult = result;
42 StrictModeViolationDialog(Context context, ActivityManagerService service, AppErrorResult result, ProcessRecord app) argument
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DActiveSourceHandler.java101 private void invokeCallback(int result) { argument
106 mCallback.onComplete(result);
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssMeasurementsProvider.java63 protected ListenerOperation<IGnssMeasurementsListener> getHandlerOperation(int result) { argument
65 switch (result) {
80 Log.v(TAG, "Unhandled addListener result: " + result);
H A DGnssNavigationMessageProvider.java64 protected ListenerOperation<IGnssNavigationMessageListener> getHandlerOperation(int result) { argument
66 switch (result) {
81 Log.v(TAG, "Unhandled addListener result: " + result);
/frameworks/base/services/tests/servicestests/src/com/android/server/notification/
H A DValidateNotificationPeopleTest.java32 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
33 assertNull("lack of extra should return null", result);
41 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
42 assertStringArrayEquals("string should be in result[0]", expected, result);
50 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
51 assertStringArrayEquals("char[] should be in result[0]", expected, result);
59 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
60 assertStringArrayEquals("charSequence should be in result[
147 assertStringArrayEquals(String message, String[] expected, String[] result) argument
[all...]
/frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
H A DBandwidthEnforcementTestService.java62 public static void dumpResult(String tag, boolean result, String outputFile) { argument
70 if (result) {
77 if (result) {
/frameworks/base/tools/aapt/tests/
H A DCrunchCache_test.cpp58 int result = cc.crunch(cu); local
59 cout << ((result > 0) ? "PASSED" : "FAILED") << endl;
60 errno += ((result > 0) ? 0 : 1);
63 expectEqual(result, EXPECTED_RESULT, "number of files touched");
74 result = cc.crunch(cu, true);
75 expectEqual(result, EXPECTED_OVERWRITES, "number of files touched with overwrite");
/frameworks/base/tools/aapt2/flatten/
H A DArchive.cpp123 int32_t result = mWriter->StartEntry(path.data(), zipFlags); variable
124 if (result != 0) {
131 int32_t result = mWriter->WriteBytes(data, len); variable
132 if (result != 0) {
140 int32_t result = mWriter->WriteBytes(b.buffer.get(), b.size); variable
141 if (result != 0) {
149 int32_t result = mWriter->FinishEntry(); variable
150 if (result != 0) {
/frameworks/base/tools/aapt2/io/
H A DFileSystem.cpp56 IFile* result = mCurrent->second.get(); local
58 return result;

Completed in 342 milliseconds

1234567891011>>