OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:buildState
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RecentsProvider.java
103
public static Uri
buildState
(String authority, String rootId, String documentId) {
/packages/apps/Settings/src/com/android/settings/applications/
AppOpsState.java
460
public List<AppOpEntry>
buildState
(OpsTemplate tpl) {
461
return
buildState
(tpl, 0, null);
485
public List<AppOpEntry>
buildState
(OpsTemplate tpl, int uid, String packageName) {
Completed in 68 milliseconds