/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
D | BluetoothMasClient.java | 358 int status = request.isSuccess() ? STATUS_OK : STATUS_FAILED; in handleMessage() 364 client.sendToClient(EVENT_UPDATE_INBOX, request.isSuccess()); in handleMessage() 367 if (request.isSuccess()) { in handleMessage() 386 client.sendToClient(EVENT_SET_PATH, request.isSuccess(), in handleMessage() 393 client.sendToClient(EVENT_GET_FOLDER_LISTING, request.isSuccess(), folders); in handleMessage() 398 client.sendToClient(EVENT_GET_FOLDER_LISTING_SIZE, request.isSuccess(), in handleMessage() 405 client.sendToClient(EVENT_GET_MESSAGES_LISTING, request.isSuccess(), msgs); in handleMessage() 411 client.sendToClient(EVENT_GET_MESSAGE, request.isSuccess(), bmsg); in handleMessage() 414 client.sendToClient(EVENT_SET_MESSAGE_STATUS, request.isSuccess()); in handleMessage() 420 client.sendToClient(EVENT_PUSH_MESSAGE, request.isSuccess(), handle); in handleMessage() [all …]
|
D | BluetoothMasRequest.java | 150 final public boolean isSuccess() { in isSuccess() method in BluetoothMasRequest
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
D | BridgeRenderSession.java | 93 if (mLastResult.isSuccess()) { in render() 110 if (mLastResult.isSuccess()) { in animate() 132 if (mLastResult.isSuccess()) { in insertChild() 158 if (mLastResult.isSuccess()) { in moveChild() 179 if (mLastResult.isSuccess()) { in removeChild()
|
D | Bridge.java | 320 if (lastResult.isSuccess()) { in createSession() 322 if (lastResult.isSuccess()) { in createSession() 351 if (lastResult.isSuccess()) { in renderDrawable()
|
/frameworks/base/tools/layoutlib/bridge/src/android/animation/ |
D | AnimationThread.java | 106 if (result.isSuccess() == false) { in run() 142 if (result.isSuccess() == false) { in run() 156 if (mSession.render(false /*freshRender*/).isSuccess()) { in run()
|
/frameworks/volley/src/com/android/volley/ |
D | Response.java | 69 public boolean isSuccess() { in isSuccess() method in Response
|
D | ExecutorDelivery.java | 98 if (mResponse.isSuccess()) { in run()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | RenderSessionImpl.java | 189 if (!result.isSuccess()) { in init() 753 if (!result.isSuccess()) { in insertChild() 758 if (result.isSuccess()) { in insertChild() 823 if (!result.isSuccess()) { in moveChild() 829 if (!result.isSuccess()) { in moveChild() 836 if (result.isSuccess()) { in moveChild() 887 if (!result.isSuccess()) { in moveChild() 892 if (layoutParams != null && result.isSuccess()) { in moveChild() 1021 if (!result.isSuccess()) { in removeChild()
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/ |
D | FwdLockFile.c | 262 int isSuccess = FALSE; in FwdLockFile_attach() local 282 isSuccess = FwdLockFile_DeriveKeys(pSession); in FwdLockFile_attach() 286 if (isSuccess) { in FwdLockFile_attach()
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/ |
D | BluetoothPbapRequest.java | 55 final public boolean isSuccess() { in isSuccess() method in BluetoothPbapRequest
|
D | BluetoothPbapObexSession.java | 163 if (mRequest.isSuccess()) { in run()
|
/frameworks/volley/tests/src/com/android/volley/toolbox/ |
D | ImageRequestTest.java | 67 assertTrue(response.isSuccess()); in verifyResize()
|
/frameworks/volley/tests/src/com/android/volley/ |
D | NetworkDispatcherTest.java | 72 assertTrue(response.isSuccess()); in testSuccessPostsResponse()
|
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/ |
D | Main.java | 293 if (!session.getResult().isSuccess()) { in testRendering() 299 if (!renderResult.isSuccess()) { in testRendering()
|
/frameworks/base/docs/html/training/wearables/data-layer/ |
D | messages.jd | 52 if (!sendMessageResult.getStatus().isSuccess()) {
|
D | events.jd | 45 if(result.getStatus().isSuccess()) { 65 if(result.getStatus().isSuccess()) { 159 if (!connectionResult.isSuccess()) {
|
D | assets.jd | 108 if (!result.isSuccess()) {
|
/frameworks/base/docs/html/training/articles/ |
D | wear-location-detection.jd | 172 if (status.getStatus().isSuccess()) { 363 if (!dataItemResult.getStatus().isSuccess()) {
|
/frameworks/base/docs/html/training/in-app-billing/ |
D | preparing-iab-app.jd | 122 if (!result.isSuccess()) {
|
D | purchase-iab-products.jd | 124 if (result.isSuccess()) {
|