OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:buildstate
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Settings/src/com/android/settings/applications/
AppOpsState.java
500
public List<AppOpEntry>
buildState
(OpsTemplate tpl) {
501
return
buildState
(tpl, 0, null, RECENCY_COMPARATOR);
525
public List<AppOpEntry>
buildState
(OpsTemplate tpl, int uid, String packageName) {
526
return
buildState
(tpl, uid, packageName, RECENCY_COMPARATOR);
529
public List<AppOpEntry>
buildState
(OpsTemplate tpl, int uid, String packageName,
AppOpsDetails.java
105
List<AppOpsState.AppOpEntry> entries = mState.
buildState
(tpl,
AppOpsCategory.java
142
return mState.
buildState
(mTemplate, 0, null,
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RecentsProvider.java
108
public static Uri
buildState
(String authority, String rootId, String documentId) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar
Completed in 3404 milliseconds