Home
last modified time | relevance | path

Searched defs:requestKey (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java632 final int requestKey = disk.getId().hashCode(); in buildInitPendingIntent() local
651 final int requestKey = vol.getId().hashCode(); in buildInitPendingIntent() local
663 final int requestKey = vol.getId().hashCode(); in buildUnmountPendingIntent() local
671 final int requestKey = vol.getId().hashCode(); in buildUnmountPendingIntent() local
679 final int requestKey = vol.getId().hashCode(); in buildUnmountPendingIntent() local
690 final int requestKey = vol.getId().hashCode(); in buildBrowsePendingIntent() local
722 final int requestKey = vol.getId().hashCode(); in buildVolumeSettingsPendingIntent() local
731 final int requestKey = fsUuid.hashCode(); in buildSnoozeIntent() local
743 final int requestKey = rec.getFsUuid().hashCode(); in buildForgetPendingIntent() local
802 final int requestKey = disk.getId().hashCode(); in buildWizardReadyPendingIntent() local
/frameworks/opt/bitmap/src/com/android/bitmap/
DResourceRequestKey.java49 public Cancelable createFileDescriptorFactoryAsync(RequestKey requestKey, Callback callback) { in createFileDescriptorFactoryAsync()
DDecodeTask.java98 public DecodeTask(RequestKey requestKey, DecodeOptions decodeOpts, in DecodeTask()