Home
last modified time | relevance | path

Searched refs:isSuccess (Results 1 – 19 of 19) sorted by relevance

/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ipmemorystore/
DIpMemoryStoreServiceTest.java382 assertTrue("Store not successful : " + status.resultCode, status.isSuccess());
398 status.isSuccess());
467 + status.resultCode, status.isSuccess());
483 + status.resultCode, status.isSuccess());
499 + status.resultCode, status.isSuccess());
518 status.isSuccess());
527 status.isSuccess());
535 status.isSuccess());
544 status.isSuccess());
562 status.isSuccess());
[all …]
/packages/apps/Dialer/java/com/android/voicemail/impl/
DOmtpEvents.java127 private final boolean isSuccess; field in OmtpEvents
129 OmtpEvents(int type, boolean isSuccess) { in OmtpEvents() argument
131 this.isSuccess = isSuccess; in OmtpEvents()
136 isSuccess = false; in OmtpEvents()
141 isSuccess = false; in OmtpEvents()
149 public boolean isSuccess() { in isSuccess() method in OmtpEvents
150 return isSuccess; in isSuccess()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DPendingAnimation.java43 public void finish(boolean isSuccess, int logAction) { in finish() argument
45 listeners.accept(new OnEndListener(isSuccess, logAction)); in finish()
55 public boolean isSuccess; field in PendingAnimation.OnEndListener
58 public OnEndListener(boolean isSuccess, int logAction) { in OnEndListener() argument
59 this.isSuccess = isSuccess; in OnEndListener()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivity.java181 boolean isSuccess = BluetoothShare.isStatusSuccess(mTransInfo.mStatus); in displayWhichDialog()
186 if (isSuccess) { in displayWhichDialog()
189 } else if (!isSuccess) { in displayWhichDialog()
197 if (isSuccess) { in displayWhichDialog()
200 } else if (!isSuccess) { in displayWhichDialog()
210 + isComplete + isSuccess); in displayWhichDialog()
/packages/modules/DnsResolver/
DDnsStatsTest.cpp148 bool isSuccess; in TEST_F() member
178 for (const auto& [servers, expectation, isSuccess] : tests) { in TEST_F()
185 EXPECT_TRUE(mDnsStats.setServers(ipSockAddrs, PROTO_TCP) == isSuccess); in TEST_F()
186 EXPECT_TRUE(mDnsStats.setServers(ipSockAddrs, PROTO_UDP) == isSuccess); in TEST_F()
187 EXPECT_TRUE(mDnsStats.setServers(ipSockAddrs, PROTO_DOT) == isSuccess); in TEST_F()
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DHttpFetcher.java129 boolean isSuccess = false; in sendRequestAsInputStream()
142 isSuccess = true; in sendRequestAsInputStream()
149 if (httpUrlConnection != null && !isSuccess) { in sendRequestAsInputStream()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DConnectMobileNetworkTask.java95 private synchronized void finishTask(boolean isSuccess) { in finishTask() argument
102 if (isSuccess) { in finishTask()
DAddWifiNetworkTask.java192 private synchronized void finishTask(boolean isSuccess) { in finishTask() argument
199 if (isSuccess) { in finishTask()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultBitmapCropper.java98 protected void onPostExecute(Boolean isSuccess) { in onPostExecute() argument
99 if (isSuccess) { in onPostExecute()
DDefaultWallpaperPersister.java669 protected void onPostExecute(Boolean isSuccess) { in onPostExecute() argument
680 if (isSuccess) { in onPostExecute()
/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
DRegularMaintenanceJobService.java86 if (!result.isSuccess()) { in onStartJob()
91 jobFinished(params, !result.isSuccess()); in onStartJob()
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ipmemorystore/
DStatus.java56 public boolean isSuccess() { in isSuccess() method in Status
/packages/apps/Launcher3/src/com/android/launcher3/model/
DModelPreload.java62 public void onComplete(boolean isSuccess) { } in onComplete() argument
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapRequest.java57 public final boolean isSuccess() { in isSuccess() method in BluetoothPbapRequest
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DRequest.java142 public final boolean isSuccess() { in isSuccess() method in Request
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DBipRequest.java123 public final boolean isSuccess() { in isSuccess() method in BipRequest
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java1173 taskView.isRunningTask() && onEndListener.isSuccess) { in createTaskDismissAnimation()
1181 if (onEndListener.isSuccess) { in createTaskDismissAnimation()
1221 if (onEndListener.isSuccess) { in createAllTasksDismissAnimation()
1588 if (onEndListener.isSuccess) { in createTaskLauncherAnimation()
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpClient.java778 if (!status.isSuccess()) Log.e(TAG, "Failed to set lease expiry, status: " + status); in setLeaseExpiredToIpMemoryStore()
795 if (!status.isSuccess()) Log.e(TAG, "Failed to store network attrs, status: " + status); in maybeSaveLeaseToIpMemoryStore()
1172 if (!status.isSuccess()) { in enter()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java710 if (!request.isSuccess()) { in processSetMessageStatus()