/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ipmemorystore/ |
D | IpMemoryStoreServiceTest.java | 304 assertTrue("Store not successful : " + status.resultCode, status.isSuccess()); 319 status.isSuccess()); 376 + status.resultCode, status.isSuccess()); 392 + status.resultCode, status.isSuccess()); 408 + status.resultCode, status.isSuccess()); 427 status.isSuccess()); 436 status.isSuccess()); 444 status.isSuccess()); 453 status.isSuccess()); 471 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 | 185 boolean isSuccess = BluetoothShare.isStatusSuccess(mTransInfo.mStatus); in displayWhichDialog() 190 if (isSuccess) { in displayWhichDialog() 193 } else if (!isSuccess) { in displayWhichDialog() 201 if (isSuccess) { in displayWhichDialog() 204 } else if (!isSuccess) { in displayWhichDialog() 214 + isComplete + isSuccess); in displayWhichDialog()
|
/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 | 368 … boolean isSuccess = setWallpaperBitmapInRotationLive(wallpaperBitmap, true /* isPreview */); in setWallpaperBitmapInNextRotation() 369 return isSuccess ? 1 : 0; in setWallpaperBitmapInNextRotation() 891 protected void onPostExecute(Boolean isSuccess) { in onPostExecute() argument 902 if (isSuccess) { in onPostExecute()
|
/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/ |
D | RegularMaintenanceJobService.java | 85 if (!result.isSuccess()) { in onStartJob() 90 jobFinished(params, !result.isSuccess()); in onStartJob()
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | ModelPreload.java | 63 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/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | RecentsView.java | 1143 taskView.isRunningTask() && onEndListener.isSuccess) { in createTaskDismissAnimation() 1151 if (onEndListener.isSuccess) { in createTaskDismissAnimation() 1191 if (onEndListener.isSuccess) { in createAllTasksDismissAnimation() 1534 if (onEndListener.isSuccess) { in createTaskLauncherAnimation()
|