Searched refs:app (Results 1 - 25 of 1547) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp1496 AudioPlayback_Parameters app; local
1497 app.sessionId = pAudioPlayer->mSessionId;
1498 app.streamType = pAudioPlayer->mStreamType;
1555 pAudioPlayer->mAPlayer = new android::LocAVPlayer(&app, false /*hasVideo*/);
1616 android::StreamPlayer* splr = new android::StreamPlayer(&app, false /*hasVideo*/,
1626 android::AudioToCbRenderer* decoder = new android::AudioToCbRenderer(&app);
1658 android::AacBqToPcmCbRenderer* bqtobq = new android::AacBqToPcmCbRenderer(&app,
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DNativeMedia.java19 import android.app.Activity;
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java17 package android.support.v4.app;
59 * Static library support version of the framework's {@link android.app.FragmentManager}.
339 * Returns true if the final {@link android.app.Activity#onDestroy() Activity.onDestroy()}
2135 // This will allow android.app.Fragments to do the right thing.
H A DFragmentPagerAdapter.java17 package android.support.v4.app;
47 * {@sample development/samples/Support4Demos/src/com/example/android/supportv4/app/FragmentPagerSupport.java
H A DFragmentStatePagerAdapter.java17 package android.support.v4.app;
50 * {@sample development/samples/Support13Demos/src/com/example/android/supportv13/app/FragmentStatePagerSupport.java
H A DFragmentTabHost.java17 package android.support.v4.app;
42 * {@sample development/samples/Support4Demos/src/com/example/android/supportv4/app/FragmentTabs.java
47 * {@sample development/samples/Support4Demos/src/com/example/android/supportv4/app/FragmentTabsFragmentSupport.java
H A DFragmentTransaction.java17 package android.support.v4.app;
32 * Static library support version of the framework's {@link android.app.FragmentTransaction}.
H A DINotificationSideChannel.aidl17 package android.support.v4.app;
19 import android.app.Notification;
H A DListFragment.java17 package android.support.v4.app;
36 * Static library support version of the framework's {@link android.app.ListFragment}.
H A DLoaderManager.java17 package android.support.v4.app;
19 import android.app.Activity;
31 * Static library support version of the framework's {@link android.app.LoaderManager}.
389 // Notify of the new data so the app can switch out the old data before
H A DNavUtils.java17 package android.support.v4.app;
19 import android.app.Activity;
148 * <p>If this method returns false the app can trivially call
150 * up navigation. If this method returns true, the app should synthesize a new task stack
H A DNoSaveStateFrameLayout.java17 package android.support.v4.app;
H A DNotificationCompat.java17 package android.support.v4.app;
19 import android.app.Notification;
20 import android.app.PendingIntent;
38 * Helper for accessing features in {@link android.app.Notification}
132 * {@link android.app.Service#startForeground}.
168 * compared with your app's {@link #PRIORITY_DEFAULT} items.
183 * notification lists, compared with your app's {@link #PRIORITY_DEFAULT} items.
304 * {@link android.app.Notification.Style} used to create this notification.
329 * {@link android.app.Notification.MediaStyle} notification.
350 * {@see android.app
[all...]
H A DNotificationCompatExtras.java17 package android.support.v4.app;
25 * the {@link android.app.Notification#FLAG_LOCAL_ONLY} field before it was available.
32 * by {@link android.app.Notification.Builder#setGroup} before it was available.
39 * by {@link android.app.Notification.Builder#setGroupSummary} before it was available.
47 * by {@link android.app.Notification.Builder#setSortKey} before it was available.
54 * the {@link android.app.Notification.Action#extras} field before it was available.
62 * the {@link android.app.Notification.Action#getRemoteInputs} before the field
H A DNotificationCompatSideChannelService.java17 package android.support.v4.app;
19 import android.app.Notification;
20 import android.app.Service;
28 * {@link android.support.v4.app.NotificationManagerCompat}.
H A DNotificationManagerCompat.java17 package android.support.v4.app;
19 import android.app.Notification;
20 import android.app.NotificationManager;
21 import android.app.Service;
215 * @param id the ID of the notification. The pair (tag, id) must be unique within your app.
H A DRemoteInput.java17 package android.support.v4.app;
25 * Helper for using the {@link android.app.RemoteInput} API
54 * {@link #getResultsFromIntent} when the {@link android.app.PendingIntent} is sent.
92 * Builder class for {@link android.support.v4.app.RemoteInput} objects.
102 * Create a builder object for {@link android.support.v4.app.RemoteInput} objects.
173 * {@link android.support.v4.app.RemoteInput} object.
H A DServiceCompat.java17 package android.support.v4.app;
20 * Helper for accessing features in {@link android.app.Service}
30 * Constant to return from {@link android.app.Service#onStartCommand}: if this
32 * {@link android.app.Service#onStartCommand}), then leave it in the started
35 * guarantee to call {@link android.app.Service#onStartCommand} after creating
H A DShareCompat.java17 package android.support.v4.app;
19 import android.app.Activity;
46 * intent that always includes data about the calling activity and app.
47 * This lets the called activity provide attribution for the app that shared
55 * application icon and the application's localized label (the app's human-readable name).
57 * to call out the app that the content was shared from.
69 "android.support.v4.app.EXTRA_CALLING_PACKAGE";
76 "android.support.v4.app.EXTRA_CALLING_ACTIVITY";
164 * for the app that shared the content.
184 * for the app tha
[all...]
H A DSharedElementCallback.java16 package android.support.v4.app;
H A DSuperNotCalledException.java17 package android.support.v4.app;
H A DTaskStackBuilder.java17 package android.support.v4.app;
19 import android.app.Activity;
20 import android.app.PendingIntent;
39 * app navigation using the back key changed. The back key's behavior is local
/frameworks/support/v4/java/android/support/v4/media/
H A DTransportMediator.java19 import android.app.Activity;
254 * client to indicate it is playing, and takes audio focus for the app.
282 * client to indicate it is stopped, and removes audio focus from the app.
/frameworks/support/v4/java/android/support/v4/media/session/
H A DIMediaSession.aidl18 import android.app.PendingIntent;
H A DMediaControllerCompat.java19 import android.app.PendingIntent;
43 * Allows an app to interact with an ongoing media session. Media buttons and
562 * Interface for controlling media playback on a session. This allows an app

Completed in 165 milliseconds

1234567891011>>