Searched refs:options (Results 51 - 75 of 189) sorted by relevance

12345678

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardViewManager.java95 public synchronized void show(Bundle options) { argument
100 maybeCreateKeyguardLocked(enableScreenRotation, false, options);
157 Bundle options) {
204 inflateKeyguardView(options);
212 private void inflateKeyguardView(Bundle options) { argument
238 if (options != null) {
239 if (options.getBoolean(LockPatternUtils.KEYGUARD_SHOW_USER_SWITCHER)) {
242 if (options.getBoolean(LockPatternUtils.KEYGUARD_SHOW_SECURITY_CHALLENGE)) {
245 int widgetToShow = options.getInt(LockPatternUtils.KEYGUARD_SHOW_APPWIDGET,
307 public synchronized void reset(Bundle options) { argument
156 maybeCreateKeyguardLocked(boolean enableScreenRotation, boolean force, Bundle options) argument
[all...]
H A DKeyguardActivityLauncher.java126 Bundle options = new Bundle();
127 options.putInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY,
129 pickIntent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_OPTIONS, options);
208 private void startActivityForCurrentUser(final Intent intent, final Bundle options, argument
212 getContext().startActivityAsUser(intent, options, user);
230 options,
/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java119 String authTokenType, String[] features, Bundle options)
130 accountType, authTokenType, features, options);
144 Account account, Bundle options) throws RemoteException {
151 new AccountAuthenticatorResponse(response), account, options);
345 * @param options a Bundle of authenticator-specific options, may be null
359 String authTokenType, String[] requiredFeatures, Bundle options)
366 * @param options a Bundle of authenticator-specific options, may be null
379 Account account, Bundle options)
118 addAccount(IAccountAuthenticatorResponse response, String accountType, String authTokenType, String[] features, Bundle options) argument
143 confirmCredentials(IAccountAuthenticatorResponse response, Account account, Bundle options) argument
358 addAccount(AccountAuthenticatorResponse response, String accountType, String authTokenType, String[] requiredFeatures, Bundle options) argument
378 confirmCredentials(AccountAuthenticatorResponse response, Account account, Bundle options) argument
399 getAuthToken(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle options) argument
429 updateCredentials(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle options) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeLayoutParamsMapAttributes.java80 String[] options, int defaultValue) {
116 String[] options, int defaultValue) {
79 getAttributeListValue(String namespace, String attribute, String[] options, int defaultValue) argument
115 getAttributeListValue(int index, String[] options, int defaultValue) argument
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDInfo.h34 * options() - the general options
35 * scripts() - the script options
53 GeneralOptions& options() function in class:mcld::MCLDInfo
56 const GeneralOptions& options() const function in class:mcld::MCLDInfo
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManager.java380 * @param options The options to associate with this widget
382 public void updateAppWidgetOptions(int appWidgetId, Bundle options) { argument
384 sService.updateAppWidgetOptions(appWidgetId, options);
400 * @return The options associated with the given widget instance.
625 * @param options Bundle containing options for the AppWidget. See also
630 public void bindAppWidgetId(int appWidgetId, ComponentName provider, Bundle options) { argument
632 sService.bindAppWidgetId(appWidgetId, provider, options);
676 * @param options Bundl
681 bindAppWidgetIdIfAllowed(int appWidgetId, ComponentName provider, Bundle options) argument
[all...]
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2TSExtractor.cpp51 MediaBuffer **buffer, const ReadOptions *options = NULL);
94 MediaBuffer **out, const ReadOptions *options) {
99 if (mSeekable && options && options->getSeekTo(&seekTimeUs, &seekMode)) {
115 return mImpl->read(out, options);
93 read( MediaBuffer **out, const ReadOptions *options) argument
H A DAnotherPacketSource.h42 MediaBuffer **buffer, const ReadOptions *options = NULL);
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextSRTSource.cpp70 const MediaSource::ReadOptions *options) {
72 status_t err = getText(options, &text, startTimeUs, endTimeUs);
215 const MediaSource::ReadOptions *options,
223 if (options != NULL && options->getSeekTo(&seekTimeUs, &mode)) {
66 read( int64_t *startTimeUs, int64_t *endTimeUs, Parcel *parcel, const MediaSource::ReadOptions *options) argument
214 getText( const MediaSource::ReadOptions *options, AString *text, int64_t *startTimeUs, int64_t *endTimeUs) argument
H A DTimedText3GPPSource.cpp43 const MediaSource::ReadOptions *options) {
45 status_t err = mSource->read(&textBuffer, options);
41 read( int64_t *startTimeUs, int64_t *endTimeUs, Parcel *parcel, const MediaSource::ReadOptions *options) argument
H A DTimedTextPlayer.h73 void doRead(MediaSource::ReadOptions* options = NULL);
/frameworks/av/libvideoeditor/lvpp/
H A DDummyAudioSource.cpp119 MediaBuffer **out, const MediaSource::ReadOptions *options) {
126 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
118 read( MediaBuffer **out, const MediaSource::ReadOptions *options) argument
H A DDummyAudioSource.h41 const MediaSource::ReadOptions *options = NULL);
H A DVideoEditorSRC.h36 MediaBuffer **buffer, const ReadOptions *options = NULL);
/frameworks/av/media/libstagefright/
H A DJPEGSource.cpp111 MediaBuffer **out, const ReadOptions *options) {
116 if (options != NULL && options->getSeekTo(&seekTimeUs, &mode)) {
110 read( MediaBuffer **out, const ReadOptions *options) argument
H A DAMRExtractor.cpp48 MediaBuffer **buffer, const ReadOptions *options = NULL);
251 MediaBuffer **out, const ReadOptions *options) {
256 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
250 read( MediaBuffer **out, const ReadOptions *options) argument
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.cpp90 MediaBuffer **buffer, const ReadOptions *options) {
93 CHECK(options == NULL || !options->getSeekTo(&seekTimeUs, &seekMode));
89 read( MediaBuffer **buffer, const ReadOptions *options) argument
/frameworks/compile/libbcc/runtime/make/platform/
H A Ddarwin_fat.mk31 # This section may override any of the variables in make/options.mk, using:
34 # See make/options.mk for the available options and their meanings. Options can
/frameworks/base/core/java/android/app/
H A DPendingIntent.java240 * @param options Additional options for how the Activity should be started.
241 * May be null if there are no options.
248 Intent intent, int flags, Bundle options) {
259 flags, options, UserHandle.myUserId());
272 Intent intent, int flags, Bundle options, UserHandle user) {
283 flags, options, user.getIdentifier());
378 Intent[] intents, int flags, Bundle options) {
389 null, null, requestCode, intents, resolvedTypes, flags, options,
403 Intent[] intents, int flags, Bundle options, UserHandl
247 getActivity(Context context, int requestCode, Intent intent, int flags, Bundle options) argument
271 getActivityAsUser(Context context, int requestCode, Intent intent, int flags, Bundle options, UserHandle user) argument
377 getActivities(Context context, int requestCode, Intent[] intents, int flags, Bundle options) argument
402 getActivitiesAsUser(Context context, int requestCode, Intent[] intents, int flags, Bundle options, UserHandle user) argument
[all...]
/frameworks/base/core/java/android/content/
H A DSyncActivityTooManyDeletes.java33 * Presents multiple options for handling the case where a sync was aborted because there
62 CharSequence[] options = new CharSequence[]{
71 options);
110 // the constants for position correspond to the items options array in onCreate()
/frameworks/compile/mclinker/
H A Dmcld-device-build.mk3 # The three inline options together reduce libbcc.so almost 1MB.
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp227 MediaSource::ReadOptions options; local
230 err = rawSource->read(&buffer, &options);
231 options.clearSeekTo();
287 options.setSeekTo(seekTimeUs);
303 MediaSource::ReadOptions options; local
317 status_t err = rawSource->read(&buffer, &options);
320 options.clearSeekTo();
359 options.setSeekTo(0x7fffffffL);
362 options.setSeekTo(5000000);
369 options
471 read( MediaBuffer **buffer, const ReadOptions *options) argument
543 MediaSource::ReadOptions options; local
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaSource.h60 MediaBuffer **buffer, const ReadOptions *options = NULL) = 0;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp190 MediaSource::ReadOptions options; local
195 options.setSeekTo(seekTimeUs);
201 status_t err = track->mSource->read(&mbuf, &options);
203 options.clearSeekTo();
/frameworks/av/media/libstagefright/include/
H A DAACEncoder.h38 MediaBuffer **buffer, const ReadOptions *options);

Completed in 416 milliseconds

12345678