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.java600 final int requestKey = disk.getId().hashCode(); in buildInitPendingIntent() local
616 final int requestKey = vol.getId().hashCode(); in buildInitPendingIntent() local
628 final int requestKey = vol.getId().hashCode(); in buildUnmountPendingIntent() local
636 final int requestKey = vol.getId().hashCode(); in buildUnmountPendingIntent() local
644 final int requestKey = vol.getId().hashCode(); in buildUnmountPendingIntent() local
655 final int requestKey = vol.getId().hashCode(); in buildBrowsePendingIntent() local
684 final int requestKey = vol.getId().hashCode(); in buildVolumeSettingsPendingIntent() local
693 final int requestKey = fsUuid.hashCode(); in buildSnoozeIntent() local
705 final int requestKey = rec.getFsUuid().hashCode(); in buildForgetPendingIntent() local
755 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()