Home
last modified time | relevance | path

Searched refs:getResult (Results 1 – 25 of 67) sorted by relevance

123

/frameworks/layoutlib/remote/tests/src/
DRemoteBridgeTest.java97 assertEquals(Result.Status.SUCCESS, result.getResult().getStatus()); in testActivity()
98 if (result.getResult().getException() != null) { in testActivity()
99 result.getResult().getException().printStackTrace(); in testActivity()
124 assertEquals(Result.Status.SUCCESS, result.getResult().getStatus()); in testCustomClassLoading()
125 if (result.getResult().getException() != null) { in testCustomClassLoading()
126 result.getResult().getException().printStackTrace(); in testCustomClassLoading()
140 assertEquals(Result.Status.SUCCESS, result.getResult().getStatus()); in testCustomClassLoading()
141 if (result.getResult().getException() != null) { in testCustomClassLoading()
142 result.getResult().getException().printStackTrace(); in testCustomClassLoading()
/frameworks/base/test-mock/src/android/test/mock/
DMockAccountManager.java109 public T getResult() in getResult() method in MockAccountManager.MockAccountManagerFuture
114 public T getResult(long timeout, TimeUnit unit) in getResult() method in MockAccountManager.MockAccountManagerFuture
116 return getResult(); in getResult()
/frameworks/base/core/java/android/accounts/
DAccountManagerFuture.java94 V getResult() throws OperationCanceledException, IOException, AuthenticatorException; in getResult() method
113 V getResult(long timeout, TimeUnit unit) in getResult() method
DAccountManager.java1535 null /* handler */).getResult();
2315 public Bundle getResult()
2321 public Bundle getResult(long timeout, TimeUnit unit)
2501 public T getResult()
2507 public T getResult(long timeout, TimeUnit unit)
2582 Bundle result = future.getResult();
2634 final Bundle result = future.getResult();
/frameworks/base/services/backup/java/com/android/server/backup/restore/
DRestoreEngine.java56 return getResult(); in waitForResult()
59 public int getResult() { in getResult() method in RestoreEngine
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHal.java318 return supplicantIface.getResult(); in getIfaceV1_0()
349 return supplicantIface.getResult(); in addIfaceV1_1()
562 return result.getResult(); in getName()
847 return result.getResult(); in connect()
1063 return result.getResult(); in getDeviceAddress()
1113 return result.getResult(); in getSsid()
1307 return capability.getResult(); in getGroupCapability()
1621 Long value = result.getResult(); in requestServiceDiscovery()
1810 return result.getResult(); in startWpsPinDisplay()
1944 return result.getResult(); in listNetworks()
[all …]
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
DRemoteRenderSessionAdapter.java44 public Result getResult() throws RemoteException { in getResult() method in RemoteRenderSessionAdapter
45 return mDelegate.getResult(); in getResult()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
DRenderResult.java47 return new RenderResult(session.getResult(), in getFromSession()
54 public Result getResult() { in getResult() method in RenderResult
DRenderTestBase.java354 if (!session.getResult().isSuccess()) { in render()
355 getLogger().error(session.getResult().getException(), in render()
356 session.getResult().getErrorMessage()); in render()
362 getLogger().error(session.getResult().getException(), in render()
363 session.getResult().getErrorMessage()); in render()
/frameworks/base/services/core/java/com/android/server/
DDynamicSystemService.java78 public int getResult() { in getResult() method in DynamicSystemService.GsiServiceCallback
173 return callback.getResult() == 0; in remove()
193 return callback.getResult() == 0; in setEnable()
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteRenderSessionAdapter.java38 public Result getResult() { in getResult() method in RemoteRenderSessionAdapter
40 return mDelegate.getResult(); in getResult()
/frameworks/base/telephony/java/android/telephony/ims/
DImsSsData.java392 out.writeInt(getResult()); in writeToParcel()
499 public @ImsReasonInfo.UtReason int getResult() { in getResult() method in ImsSsData
583 + " Result: " + getResult(); in toString()
/frameworks/base/core/java/android/webkit/
DJsResult.java71 public final boolean getResult() { in getResult() method in JsResult
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccController.java399 switch (result.getResult()) { in onGetMetadataComplete()
418 addExtrasToResultIntent(extrasIntent, result.getResult()); in onGetMetadataComplete()
593 if (result.getResult() != EuiccService.RESULT_OK) { in onGetMetadataComplete()
611 if (result.getResult() == EuiccService.RESULT_MUST_DEACTIVATE_SIM) { in onGetMetadataComplete()
627 if (result.getResult() != EuiccService.RESULT_OK) { in onGetMetadataComplete()
675 switch (result.getResult()) { in downloadSubscriptionPrivileged()
742 addExtrasToResultIntent(extrasIntent, result.getResult()); in downloadSubscriptionPrivileged()
830 switch (result.getResult()) { in onGetDefaultListComplete()
853 addExtrasToResultIntent(extrasIntent, result.getResult()); in onGetDefaultListComplete()
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteRenderSession.java33 Result getResult() throws RemoteException; in getResult() method
/frameworks/minikin/libs/minikin/
DGreedyLineBreaker.cpp53 LineBreakResult getResult() const;
361 LineBreakResult GreedyLineBreaker::getResult() const { in getResult() function in minikin::__anondb74f7790111::GreedyLineBreaker
396 return lineBreaker.getResult(); in breakLineGreedy()
/frameworks/base/core/java/android/os/
DUpdateEngine.java566 private int getResult() { in getResult() method in UpdateEngine.CleanupAppliedPayloadCallback
624 return callback.getResult(); in cleanupAppliedPayload()
/frameworks/base/telephony/java/android/service/euicc/
DGetDownloadableSubscriptionMetadataResult.java62 public int getResult() { in getResult() method in GetDownloadableSubscriptionMetadataResult
DDownloadSubscriptionResult.java56 public @Result int getResult() { in getResult() method in DownloadSubscriptionResult
DGetDefaultDownloadableSubscriptionListResult.java65 public int getResult() { in getResult() method in GetDefaultDownloadableSubscriptionListResult
DGetEuiccProfileInfoListResult.java64 public int getResult() { in getResult() method in GetEuiccProfileInfoListResult
/frameworks/layoutlib/legacy/src/com/android/layoutlib/bridge/
DBridge.java60 public Result getResult() { in getResult() method in Bridge.BridgeRenderSession
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUnitTest.java107 public int getResult() { in getResult() method in UnitTest
/frameworks/rs/tests/java_api/RSUnitTests/gui/com/android/rs/unittest/
DRSListActivity.java49 switch (test.getResult()) { in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
DDataCollector.java215 mFalsingPlugin.dataCollected(currentSession.getResult() == Session.SUCCESS, b); in queueSession()
218 if (currentSession.getResult() != Session.SUCCESS) { in queueSession()

123