/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
D | AsyncMediaRequestWrapper.java | 56 public int getRequestType() { in getRequestType() method in AsyncMediaRequestWrapper 57 return mWrappedRequest.getRequestType(); in getRequestType()
|
D | MediaRequest.java | 64 int getRequestType(); in getRequestType() method
|
D | EncodedImageResource.java | 153 public int getRequestType() { in getRequestType() method in EncodedImageResource.DecodeImageRequest
|
D | DecodedImageResource.java | 245 public int getRequestType() { in getRequestType() method in DecodedImageResource.EncodeImageRequest
|
D | ImageRequest.java | 76 public int getRequestType() { in getRequestType() method in ImageRequest
|
D | MediaResourceManager.java | 188 if (mediaRequest.getRequestType() != MediaRequest.REQUEST_LOAD_MEDIA) { in loadMediaFromCache()
|
D | VCardRequest.java | 320 public int getRequestType() { in getRequestType() method in VCardRequest
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | PinItemDragListener.java | 76 if (mRequest.getRequestType() == PinItemRequest.REQUEST_TYPE_SHORTCUT) { in createDragHelper() 97 if (mRequest.getRequestType() == PinItemRequest.REQUEST_TYPE_APPWIDGET) { in createDragHelper()
|
D | AddItemActivity.java | 151 switch (mRequest.getRequestType()) { in onCreate() 341 if (mRequest.getRequestType() == PinItemRequest.REQUEST_TYPE_SHORTCUT) { in onPlaceAutomaticallyClick()
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/ |
D | BluetoothRequestPermissionActivityTest.java | 117 assertThat(mActivity.getRequestType()).isEqualTo( in onCreate_requestDisableIntent_hasDisableRequestType() 127 assertThat(mActivity.getRequestType()).isEqualTo( in onCreate_requestDiscoverableIntent_hasDiscoverableRequestType() 218 assertThat(mActivity.getRequestType()).isEqualTo( in onCreate_requestEnableIntent_hasEnableRequestType()
|
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/media/ |
D | FakeImageRequest.java | 60 public int getRequestType() { in getRequestType() method in FakeImageRequest
|
/packages/apps/Launcher3/src/com/android/launcher3/pm/ |
D | PinRequestHelper.java | 59 if (request != null && request.getRequestType() == PinItemRequest.REQUEST_TYPE_SHORTCUT in createWorkspaceItemFromPinItemRequest()
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | PropertyHalService.java | 221 private @AsyncRequestType int getRequestType() { in getRequestType() method in PropertyHalService.AsyncPropRequestInfo 546 switch (requestInfo.getRequestType()) { in retryIfNotExpired() 690 if (clientRequestInfo.getRequestType() != GET_INITIAL_VALUE_FOR_SET) { in onGetAsyncResults() 831 + " time: %d ms", requestTypeToString(requestInfo.getRequestType()), in generateTimeoutResult() 835 switch (requestInfo.getRequestType()) { in generateTimeoutResult() 979 if (pendingRequest.getRequestType() == SET) { in removePendingAsyncPropRequestInfoLocked() 1851 && propRequestInfo.getRequestType() != GET_INITIAL_VALUE_FOR_SET) { in cancelRequests()
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothRequestPermissionActivity.java | 447 int getRequestType() { in getRequestType() method in BluetoothRequestPermissionActivity
|