/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ipmemorystore/ |
D | IpMemoryStoreServiceTest.java | 382 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/ |
D | OmtpEvents.java | 127 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/ |
D | PendingAnimation.java | 43 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/ |
D | BluetoothOppTransferActivity.java | 181 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/ |
D | DnsStatsTest.cpp | 148 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/ |
D | HttpFetcher.java | 129 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/ |
D | ConnectMobileNetworkTask.java | 95 private synchronized void finishTask(boolean isSuccess) { in finishTask() argument 102 if (isSuccess) { in finishTask()
|
D | AddWifiNetworkTask.java | 192 private synchronized void finishTask(boolean isSuccess) { in finishTask() argument 199 if (isSuccess) { in finishTask()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | DefaultBitmapCropper.java | 98 protected void onPostExecute(Boolean isSuccess) { in onPostExecute() argument 99 if (isSuccess) { in onPostExecute()
|
D | DefaultWallpaperPersister.java | 669 protected void onPostExecute(Boolean isSuccess) { in onPostExecute() argument 680 if (isSuccess) { in onPostExecute()
|
/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/ |
D | RegularMaintenanceJobService.java | 86 if (!result.isSuccess()) { in onStartJob() 91 jobFinished(params, !result.isSuccess()); in onStartJob()
|
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ipmemorystore/ |
D | Status.java | 56 public boolean isSuccess() { in isSuccess() method in Status
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | ModelPreload.java | 62 public void onComplete(boolean isSuccess) { } in onComplete() argument
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | BluetoothPbapRequest.java | 57 public final boolean isSuccess() { in isSuccess() method in BluetoothPbapRequest
|
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/ |
D | Request.java | 142 public final boolean isSuccess() { in isSuccess() method in Request
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipRequest.java | 123 public final boolean isSuccess() { in isSuccess() method in BipRequest
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | RecentsView.java | 1173 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/ |
D | DhcpClient.java | 778 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/ |
D | MceStateMachine.java | 710 if (!request.isSuccess()) { in processSetMessageStatus()
|