Home
last modified time | relevance | path

Searched refs:createIfNotFound (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DForegroundServiceController.java133 boolean createIfNotFound) { in updateUserState() argument
137 if (createIfNotFound) { in updateUserState()
/aosp12/build/soong/finder/
H A Dfinder.go488 func (m *pathMap) GetNode(path string, createIfNotFound bool) *pathMap {
512 if createIfNotFound {
/aosp12/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5600 bool createIfNotFound = false; in stringToValue() local
5604 createIfNotFound = true; in stringToValue()
5612 createIfNotFound = false; in stringToValue()
5661 createIfNotFound); in stringToValue()
/aosp12/frameworks/base/tools/aapt/
H A DResourceTable.cpp2394 const bool createIfNotFound) in getCustomResourceWithCreation() argument
2397 if (resId != 0 || !createIfNotFound) { in getCustomResourceWithCreation()