Searched defs:opts (Results 1 - 7 of 7) 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.java70 Rect sourceBounds, Bundle opts);
69 startActivityForProfile(ComponentName component, UserHandleCompat user, Rect sourceBounds, Bundle opts) argument
H A DLauncherAppsCompatV16.java85 Rect sourceBounds, Bundle opts) {
91 mContext.startActivity(launchIntent, opts);
84 startActivityForProfile(ComponentName component, UserHandleCompat user, Rect sourceBounds, Bundle opts) argument
H A DLauncherAppsCompatVL.java77 Rect sourceBounds, Bundle opts) {
78 mLauncherApps.startMainActivity(component, user.getUser(), sourceBounds, opts);
76 startActivityForProfile(ComponentName component, UserHandleCompat user, Rect sourceBounds, Bundle opts) argument
/packages/apps/Dialer/tests/src/com/android/dialer/voicemail/
H A DVoicemailAsyncTaskUtilTest.java378 public AssetFileDescriptor openTypedAssetFile(Uri uri, String mimeTypeFilter, 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 360 milliseconds