Home
last modified time | relevance | path

Searched refs:groups (Results 1 – 25 of 69) sorted by relevance

123

/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pGroupList.java127 final Collection<WifiP2pGroup> groups = mGroups.snapshot().values(); in getNetworkId()
128 for (WifiP2pGroup grp: groups) { in getNetworkId()
151 final Collection<WifiP2pGroup> groups = mGroups.snapshot().values(); in getNetworkId() local
152 for (WifiP2pGroup grp: groups) { in getNetworkId()
187 final Collection<WifiP2pGroup> groups = mGroups.snapshot().values(); in contains() local
188 for (WifiP2pGroup grp: groups) { in contains()
199 final Collection<WifiP2pGroup> groups = mGroups.snapshot().values(); in toString() local
200 for (WifiP2pGroup grp: groups) { in toString()
213 final Collection<WifiP2pGroup> groups = mGroups.snapshot().values(); in writeToParcel() local
214 dest.writeInt(groups.size()); in writeToParcel()
[all …]
DWifiP2pManager.java632 public void onPersistentGroupInfoAvailable(WifiP2pGroupList groups); in onPersistentGroupInfoAvailable() argument
748 WifiP2pGroupList groups = (WifiP2pGroupList) message.obj; in handleMessage() local
751 onPersistentGroupInfoAvailable(groups); in handleMessage()
/frameworks/native/cmds/screenshot/
Dscreenshot.c153 gid_t groups[] = { AID_LOG, AID_SDCARD_RW }; in main() local
154 setgroups(sizeof(groups)/sizeof(groups[0]), groups); in main()
/frameworks/native/cmds/dumpstate/
Ddumpstate.c409 gid_t groups[] = { AID_LOG, AID_SDCARD_R, AID_SDCARD_RW, in main() local
411 if (setgroups(sizeof(groups)/sizeof(groups[0]), groups) != 0) { in main()
/frameworks/base/docs/html/
Dsupport.jd19 <a href="http://groups.google.com/group/android-developers">android-developers</a> support forum<br…
20 <a href="http://groups.google.com/group/android-ndk">android-ndk</a> support forum<br />
21 <a href="http://groups.google.com/group/android-security-discuss">android-security-discuss</a> supp…
/frameworks/base/cmds/pm/src/com/android/commands/pm/
DPm.java519 boolean groups = false; in runListPermissions()
528 groups = true; in runListPermissions()
530 groups = true; in runListPermissions()
545 if (groups) { in runListPermissions()
559 doListPermissions(groupList, groups, labels, summary, in runListPermissions()
565 doListPermissions(groupList, groups, labels, summary, in runListPermissions()
572 doListPermissions(groupList, groups, labels, summary, in runListPermissions()
578 doListPermissions(groupList, groups, labels, summary, in runListPermissions()
588 boolean groups, boolean labels, boolean summary, in doListPermissions() argument
594 if (groups) { in doListPermissions()
[all …]
/frameworks/base/docs/html/training/
Dindex.jd10 Classes are organized into several groups you can see at the top-level of the left navigation.</p>
/frameworks/base/docs/html/design/building-blocks/
Dlists.jd28 <p>Use section dividers to organize the content of your list into groups and facilitate scanning.</…
/frameworks/base/docs/html/distribute/googleplay/edu/
Dabout.jd19 <p>With easy bulk ordering for groups, schools will be able to purchase and
76 to student devices over the air. They can send the apps to individuals or groups
/frameworks/base/docs/html/guide/topics/ui/layout/
Drelative.jd28 because it can eliminate nested view groups and keep your layout hierarchy flat, which improves
29 performance. If you find yourself using several nested {@link android.widget.LinearLayout} groups,
/frameworks/rs/scriptc/
Drs_mesh.rsh45 * @return number of primitive groups in the mesh. This would
Drs_graphics.rsh331 * @param primitiveIndex for meshes that contain multiple primitive groups
339 * @param primitiveIndex for meshes that contain multiple primitive groups
/frameworks/compile/mclinker/include/mcld/LD/
DDiagCommonKinds.inc43 DIAG(fatal_forbid_nest_group, DiagnosticEngine::Fatal, "May not nest groups", "May not nest groups")
/frameworks/base/core/java/android/widget/
DAppSecurityPermissions.java484 private void displayPermissions(List<MyPermissionGroupInfo> groups, in displayPermissions() argument
490 for (int i=0; i<groups.size(); i++) { in displayPermissions()
491 MyPermissionGroupInfo grp = groups.get(i); in displayPermissions()
/frameworks/base/docs/html/guide/topics/resources/
Dmenu-resource.jd237 <tr><td><code>container</code></td><td>For groups that are part of a
239 <tr><td><code>system</code></td><td>For groups that are provided by the
241 <tr><td><code>secondary</code></td><td>For groups that are user-supplied secondary
243 <tr><td><code>alternative</code></td><td>For groups that are alternative actions
/frameworks/base/docs/html/guide/topics/manifest/
Dpermission-group-element.jd26 on declaring permissions and assigning them to groups.
/frameworks/base/docs/html/training/cloudsync/
Dbackupapi.jd130 to the constructor, add the names of the shared preference groups being used by
139 // The names of the SharedPreferences groups that the application maintains. These
/frameworks/base/tools/aapt/
DResource.cpp381 const DefaultKeyedVector<String8, sp<AaptGroup> >& groups = dir->getFiles(); in collect_files() local
382 int N = groups.size(); in collect_files()
384 String8 leafName = groups.keyAt(i); in collect_files()
385 const sp<AaptGroup>& group = groups.valueAt(i); in collect_files()
2563 const KeyedVector<String8,sp<AaptGroup> > groups = d->getFiles(); in writeProguardForLayouts() local
2564 const size_t N = groups.size(); in writeProguardForLayouts()
2566 const sp<AaptGroup>& group = groups.valueAt(i); in writeProguardForLayouts()
/frameworks/base/docs/html/guide/topics/ui/
Dsettings.jd19 <li><a href="#Groups">Creating setting groups</a></li>
135 for large screens when you have multiple groups of settings.</li>
263 define groups of settings or display those groups in a
267 <h3 id="Groups">Creating setting groups</h3>
271 dividing some or all of the settings into groups, effectively turning one long list into multiple
286 <p>If you want to provide dividers with headings between groups of settings (as shown in figure 2),
320 <p>If you want to place groups of settings into a subscreen (as shown in figure 3), place the group
621 <p>For example, here's a fragment that can be reused for multiple settings groups, when each
/frameworks/base/docs/html/tools/testing/
Dwhat_to_test.jd10 <a href="http://groups.google.com/group/android-developers">android-developers</a> Google Groups
/frameworks/base/docs/html/training/tv/
Doptimizing-layouts-tv.jd54 and use view groups like {@link android.widget.GridView} instead
57 <li>Use view groups such as {@link android.widget.RelativeLayout}
/frameworks/base/docs/html/training/improving-layouts/
Dreusing-layouts.jd120 <p>The {@code &lt;merge />} tag helps eliminate redundant view groups in your view hierarchy
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in52 void API_ENTRY(glGetPerfMonitorGroupsAMD)(GLint *numGroups, GLsizei groupsSize, GLuint *groups) {
53 CALL_GL_API(glGetPerfMonitorGroupsAMD, numGroups, groupsSize, groups);
/frameworks/base/docs/html/google/play/billing/
Dbilling_testing.jd50 In this case, you can use Google Play’s alpha and beta release groups to manage
144 <p>With alpha/beta test groups, real users (chosen by you) can install your app
148 license accounts in your alpha and beta distribution groups, those users will
/frameworks/base/docs/html/tools/help/
Dindex.jd6 applications for the Android platform. The tools are classified into two groups: SDK tools

123