Searched defs:opts (Results 1 - 6 of 6) sorted by relevance

/packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/
H A DNaughtySuggestionProvider.java59 public AssetFileDescriptor openTypedAssetFile(Uri uri, String mimeTypeFilter, Bundle opts) { argument
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DMmsFileProvider.java109 Bundle opts, Cursor c) {
108 writeDataToPipe(ParcelFileDescriptor output, Uri uri, String mimeType, Bundle opts, Cursor c) argument
/packages/apps/Launcher3/src/com/android/launcher3/compat/
H A DLauncherAppsCompat.java71 Rect sourceBounds, Bundle opts);
70 startActivityForProfile(ComponentName component, UserHandleCompat user, Rect sourceBounds, Bundle opts) argument
H A DLauncherAppsCompatV16.java82 Rect sourceBounds, Bundle opts) {
88 mContext.startActivity(launchIntent, opts);
81 startActivityForProfile(ComponentName component, UserHandleCompat user, Rect sourceBounds, Bundle opts) argument
H A DLauncherAppsCompatVL.java74 Rect sourceBounds, Bundle opts) {
75 mLauncherApps.startMainActivity(component, user.getUser(), sourceBounds, opts);
73 startActivityForProfile(ComponentName component, UserHandleCompat user, Rect sourceBounds, Bundle opts) argument
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapEmailProvider.java127 * @param opts Options supplied by caller.
131 Bundle opts, T args);
141 String mimeType, Bundle opts, Cursor args) {
184 Bundle opts, Cursor c) {
349 * @param opts Options supplied by caller.
358 final Bundle opts, final T args, final PipeDataReader<T> func)
366 func.readDataFromPipe(fds[0], uri, mimeType, opts, args);
130 readDataFromPipe(ParcelFileDescriptor input, Uri uri, String mimeType, Bundle opts, T args) argument
140 readDataFromPipe(ParcelFileDescriptor input, Uri uri, String mimeType, Bundle opts, Cursor args) argument
183 writeDataToPipe(ParcelFileDescriptor output, Uri uri, String mimeType, Bundle opts, Cursor c) argument
357 openInversePipeHelper(final Uri uri, final String mimeType, final Bundle opts, final T args, final PipeDataReader<T> func) argument

Completed in 172 milliseconds