Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/
H A DZenRuleSelectionDialog.java96 bindType(defaultNewEvent()); in onCreateDialog()
97 bindType(defaultNewSchedule()); in onCreateDialog()
116 private void bindType(final ZenRuleInfo ri) { in bindType() method in ZenRuleSelectionDialog
187 bindType(ri); in bindExternalRules()
/aosp12/frameworks/base/core/java/android/os/incremental/
H A DIIncrementalService.aidl65 …int storageId, in @utf8InCpp String sourcePath, in @utf8InCpp String targetFullPath, int bindType); in makeBindMount() argument
/aosp12/frameworks/base/services/incremental/
H A DBinderIncrementalService.cpp161 int32_t bindType, int32_t* _aidl_return) { in makeBindMount() argument
163 android::incremental::IncrementalService::BindKind(bindType)); in makeBindMount()
H A DBinderIncrementalService.h58 const std::string& targetFullPath, int32_t bindType,