Home
last modified time | relevance | path

Searched refs:sessions (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/base/docs/html/design/videos/
Dindex.jd4 <p>The Android Design Team presents design-oriented sessions at Google I/O every year. Visit these …
12 …<h3 id="design-for-success"><a href="https://developers.google.com/events/io/2013/sessions/3263685…
24 …<h3 id="design-for-success"><a href="https://developers.google.com/events/io/2013/sessions/3263017…
36 …<h3 id="design-for-success"><a href="https://developers.google.com/events/io/2013/sessions/3264254…
48 …<h3 id="design-for-success"><a href="https://developers.google.com/events/io/2013/sessions/3264831…
49 …e will discuss how the team applied "Pulse Studies" (iterative research sessions) in order to put …
60 …<h3 id="design-for-success"><a href="https://developers.google.com/events/io/2013/sessions/3264601…
74 …<h3 id="design-for-success"><a href="https://developers.google.com/events/io/sessions/gooio2012/11…
86 …<h3 id="design-for-engineers"><a href="https://developers.google.com/events/io/sessions/gooio2012/…
98 …<h3 id="navigation-in-android"><a href="https://developers.google.com/events/io/sessions/gooio2012…
[all …]
/frameworks/base/cmds/media/src/com/android/commands/media/
DMedia.java115 List<IBinder> sessions = mSessionService in runMonitor() local
117 for (IBinder session : sessions) { in runMonitor()
296 List<IBinder> sessions = mSessionService in runListSessions() local
298 for (IBinder session : sessions) { in runListSessions()
/frameworks/base/media/java/android/media/session/
DIActiveSessionsListener.aidl25 void onActiveSessionsChanged(in List<MediaSession.Token> sessions); in onActiveSessionsChanged() argument
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
DBordeauxSessionStorage.java133 void getAllSessions(ConcurrentHashMap<String, BordeauxSessionManager.Session> sessions) { in getAllSessions() argument
140 sessions.put(key, session); in getAllSessions()
/frameworks/base/docs/html/distribute/analyze/
Dunderstand-user-value.jd133 For example, for a report across all sessions in a date range you may choose
134 to include only users whose cumulative revenue across all sessions in a date
140 Alternatively, you could include only sessions that were the result of a
141 specific advertising campaign or only sessions that resulted from a specific
Dmeasure.jd114 breakdown by country, length of sessions, and more. However, you'll likely
/frameworks/base/docs/html/distribute/stories/
Dtablets.jd136 <li>Longer sessions &mdash; more Android tablet users have sessions longer than 5 minutes</li>
163 <p>“Whereas our app for phones is used throughout the day for quick sessions,
165 much longer sessions,” said Sun. “People are doing a lot more than just checking
173 <p>Fifty percent more Android tablet users have Mint sessions of 5 minutes or
Dlocalization.jd80 "https://developers.google.com/events/io/sessions/326345917">Building Android
82 "https://developers.google.com/events/io/sessions/326455375">What’s New for
/frameworks/base/tests/CoreTests/android/core/
DSSLSocketTest.java986 Map<String, byte[]> sessions = new HashMap<String, byte[]>(); field in SSLSocketTest.FakeClientSessionCache
990 return sessions.get(host); in getSessionData()
997 sessions.put(host, sessionData); in putSessionData()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerService.java791 private static int getSessionCount(SparseArray<PackageInstallerSession> sessions, in getSessionCount() argument
794 final int size = sessions.size(); in getSessionCount()
796 final PackageInstallerSession session = sessions.valueAt(i); in getSessionCount()
/frameworks/base/docs/html/tools/testing/
Dwhat_to_test.jd62 <a href="http://code.google.com/events/io/2009/sessions/CodingLifeBatteryLife.html">
/frameworks/base/docs/html/training/volley/
Dindex.jd26 <a class="notice-developers-video wide" href="https://developers.google.com/events/io/sessions/3253…
Drequest-custom.jd19 <a class="notice-developers-video wide" href="https://developers.google.com/events/io/sessions/3253…
Drequestqueue.jd20 <a class="notice-developers-video wide" href="https://developers.google.com/events/io/sessions/3253…
Dsimple.jd22 <a class="notice-developers-video wide" href="https://developers.google.com/events/io/sessions/3253…
Drequest.jd20 <a class="notice-developers-video wide" href="https://developers.google.com/events/io/sessions/3253…
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp608 uint32_t sessions = t->hasAudioSession(lSessionId); in createTrack() local
609 if (sessions & PlaybackThread::EFFECT_SESSION) { in createTrack()
1660 uint32_t sessions = thread->hasAudioSession(sessionId); in getAudioHwSyncForSession() local
1661 if (sessions & PlaybackThread::TRACK_SESSION) { in getAudioHwSyncForSession()
/frameworks/base/docs/html/training/efficient-downloads/
Defficient-network-access.jd76 <p>Prefetching data is an effective way to reduce the number of independent data transfer sessions.…
120 …possible during each transfer session in an effort to limit the number of sessions you require.</p>
/frameworks/base/docs/html/sdk/installing/
Dstudio-layout.jd19 href="https://developers.google.com/events/io/sessions/324603352">
/frameworks/base/docs/html/guide/topics/connectivity/
Dsip.jd38 without having to manage sessions, transport-level communication, or audio
200 <li>Initiating SIP sessions.</li>
Dbluetooth-le.jd39 <li><a href="http://developers.google.com/events/io/sessions/326240948">
/frameworks/base/docs/html/about/versions/
Dandroid-3.1-highlights.jd356 <h3 id="rtp">RTP API, for control over audio streaming sessions</h3>
361 conferencing, and audio streaming can use the API to initiate sessions and
Dandroid-2.3-highlights.jd321 voice calls, without having to manage sessions, transport-level communication,
/frameworks/base/docs/html/training/displaying-bitmaps/
Dmanage-memory.jd21 …<li><a href="http://www.google.com/events/io/2011/sessions/memory-management-for-android-apps.html…
/frameworks/base/docs/html/tools/help/
Dsystrace.jd115 <p>See the sections below for example Systrace sessions.</p>

12