Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DManagedServicesTest.java1821 Bundle metaDataAutobindDisallow = new Bundle(); in rebindServices_onlyBindsIfAutobindMetaDataTrue() local
1822 metaDataAutobindDisallow.putBoolean(META_DATA_DEFAULT_AUTOBIND, false); in rebindServices_onlyBindsIfAutobindMetaDataTrue()
1823 metaDatas.put(cn_disallowed, metaDataAutobindDisallow); in rebindServices_onlyBindsIfAutobindMetaDataTrue()
1869 Bundle metaDataAutobindDisallow = new Bundle(); in rebindServices_bindsIfAutobindMetaDataFalseWhenServiceBound() local
1870 metaDataAutobindDisallow.putBoolean(META_DATA_DEFAULT_AUTOBIND, false); in rebindServices_bindsIfAutobindMetaDataFalseWhenServiceBound()
1871 metaDatas.put(cn_disallowed, metaDataAutobindDisallow); in rebindServices_bindsIfAutobindMetaDataFalseWhenServiceBound()
1908 Bundle metaDataAutobindDisallow = new Bundle(); in setComponentState_ignoresAutobindMetaData() local
1909 metaDataAutobindDisallow.putBoolean(META_DATA_DEFAULT_AUTOBIND, false); in setComponentState_ignoresAutobindMetaData()
1910 metaDatas.put(cn_disallowed, metaDataAutobindDisallow); in setComponentState_ignoresAutobindMetaData()