Searched refs:META_DATA_DEFAULT_AUTOBIND (Results 1 – 4 of 4) sorted by relevance
24 import static android.service.notification.NotificationListenerService.META_DATA_DEFAULT_AUTOBIND;1912 metaDataAutobindDisallow.putBoolean(META_DATA_DEFAULT_AUTOBIND, false); in rebindServices_onlyBindsIfAutobindMetaDataTrue()1915 metaDataAutobindAllow.putBoolean(META_DATA_DEFAULT_AUTOBIND, true); in rebindServices_onlyBindsIfAutobindMetaDataTrue()1960 metaDataAutobindDisallow.putBoolean(META_DATA_DEFAULT_AUTOBIND, false); in rebindServices_bindsIfAutobindMetaDataFalseWhenServiceBound()1999 metaDataAutobindDisallow.putBoolean(META_DATA_DEFAULT_AUTOBIND, false); in setComponentState_ignoresAutobindMetaData()
26 import static android.service.notification.NotificationListenerService.META_DATA_DEFAULT_AUTOBIND;1835 META_DATA_DEFAULT_AUTOBIND)) { in isAutobindAllowed()1836 return serviceInfo.metaData.getBoolean(META_DATA_DEFAULT_AUTOBIND, true); in isAutobindAllowed()
153 public static final String META_DATA_DEFAULT_AUTOBIND field in NotificationListenerService
41201 …field public static final String META_DATA_DEFAULT_AUTOBIND = "android.service.notification.defaul…