/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | RequestPermissionActivity.java | 253 int returnCode; in proceedAndFinish() local 257 returnCode = RESULT_OK; in proceedAndFinish() 267 returnCode = mTimeout; in proceedAndFinish() 269 if (returnCode < RESULT_FIRST_USER) { in proceedAndFinish() 270 returnCode = RESULT_FIRST_USER; in proceedAndFinish() 273 returnCode = RESULT_CANCELED; in proceedAndFinish() 280 setResult(returnCode); in proceedAndFinish()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | RequestPermissionActivity.java | 257 int returnCode; in proceedAndFinish() local 261 returnCode = RESULT_OK; in proceedAndFinish() 271 returnCode = mTimeout; in proceedAndFinish() 273 if (returnCode < RESULT_FIRST_USER) { in proceedAndFinish() 274 returnCode = RESULT_FIRST_USER; in proceedAndFinish() 277 returnCode = RESULT_CANCELED; in proceedAndFinish() 284 setResult(returnCode); in proceedAndFinish()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/ |
D | JPEGOutputStream.java | 102 int returnCode = JpegConfig.J_ERROR_FATAL; in write() local 104 returnCode = writeInputBytes(buffer, offset, length); in write() 106 if (returnCode < 0) { in write() 110 if (returnCode < 0) { in write()
|
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
D | PackageDeletionTask.java | 68 public void packageDeleted(String packageName, int returnCode) { in packageDeleted() argument 69 if (returnCode != PackageManager.DELETE_SUCCEEDED) { in packageDeleted()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/ |
D | MoveAppProgressFragment.java | 51 public static CharSequence moveStatusToMessage(Context context, int returnCode) { in moveStatusToMessage() argument 52 switch (returnCode) { in moveStatusToMessage()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/ |
D | StorageWizardMoveProgress.java | 83 private CharSequence moveStatusToMessage(int returnCode) { in moveStatusToMessage() argument 84 switch (returnCode) { in moveStatusToMessage()
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothRequestPermissionActivity.java | 193 int returnCode = timeoutSeconds; in setDiscoverable() local 194 return returnCode < RESULT_FIRST_USER ? RESULT_FIRST_USER : returnCode; in setDiscoverable()
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
D | StorageWizardMoveProgress.java | 85 private CharSequence moveStatusToMessage(int returnCode) { in moveStatusToMessage() argument 86 switch (returnCode) { in moveStatusToMessage()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/ |
D | DeleteNonRequiredAppsTask.java | 152 public void packageDeleted(String packageName, int returnCode) { in packageDeleted() argument 153 if (returnCode != PackageManager.DELETE_SUCCEEDED) { in packageDeleted()
|
/packages/modules/NetworkStack/common/ |
D | CaptivePortalProbeSpec.java | 179 final int returnCode = statusMatch && locationMatch ? SUCCESS_CODE : PORTAL_CODE; in getResult() local 181 returnCode, locationHeader, getUrl().toString(), this); in getResult()
|
/packages/modules/NetworkStack/src/com/android/networkstack/metrics/ |
D | DataStallDetectionStats.java | 54 @NonNull int[] returnCode, @NonNull long[] dnsTime, int evalType, int netType) { in DataStallDetectionStats() argument 59 dns.dnsReturnCode = returnCode; in DataStallDetectionStats()
|
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
D | NativeNfcTag.java | 318 private native byte[] doTransceive(byte[] data, boolean raw, int[] returnCode); in doTransceive() argument 320 public synchronized byte[] transceive(byte[] data, boolean raw, int[] returnCode) { in transceive() argument 324 byte[] result = doTransceive(data, raw, returnCode); in transceive()
|
/packages/modules/NetworkStack/src/com/android/server/ |
D | NetworkStackService.java | 355 public void notifyDnsResponse(int returnCode) { in notifyDnsResponse() argument 357 mNm.notifyDnsResponse(returnCode); in notifyDnsResponse()
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | DeviceHost.java | 73 byte[] transceive(byte[] data, boolean raw, int[] returnCode); in transceive() argument
|
/packages/modules/NetworkStack/src/com/android/server/connectivity/ |
D | NetworkMonitor.java | 457 public void notifyDnsResponse(int returnCode) { in notifyDnsResponse() argument 458 sendMessage(EVENT_DNS_NOTIFICATION, returnCode); in notifyDnsResponse()
|