Home
last modified time | relevance | path

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

/core/core/src/main/java/androidx/core/app/
DNotificationManagerCompat.java1029 if (record.bound) { in ensureServiceBound()
1033 record.bound = mContext.bindService(intent, this, Service.BIND_AUTO_CREATE in ensureServiceBound()
1035 if (record.bound) { in ensureServiceBound()
1041 return record.bound; in ensureServiceBound()
1048 if (record.bound) { in ensureServiceUnbound()
1050 record.bound = false; in ensureServiceUnbound()
1128 boolean bound = false; field in NotificationManagerCompat.SideChannelManager.ListenerRecord