Home
last modified time | relevance | path

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

/packages/apps/Car/Radio/src/com/android/car/radio/util/
DRemote.java52 public static <V> V exec(RemoteFunction<V> func) { in exec()
63 public static void exec(RemoteVoidFunction func) { in exec()
74 public static <V> void tryExec(RemoteFunction<V> func) { in tryExec()
85 public static void tryExec(RemoteVoidFunction func) { in tryExec()
/packages/apps/Gallery2/src/com/android/gallery3d/provider/
DGalleryProvider.java207 final T args, final PipeDataWriter<T> func) throws FileNotFoundException { in openPipeHelper()
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapEmailProvider.java368 final Bundle opts, final T args, final PipeDataReader<T> func) in openInversePipeHelper()