Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceBindHelper.java228 private int bindCount; field in CarrierServiceBindHelper.AppBinding
329 bindCount++; in rebind()
416 pw.println(" bindCount: " + bindCount); in dump()
/frameworks/base/services/incremental/
DIncrementalService.cpp1775 int bindCount = 0; in mountExistingImage() local
1779 bindCount += !addBindMountWithMd(*ifs, bp.second.storage_id(), std::move(bp.first), in mountExistingImage()
1786 if (bindCount == 0) { in mountExistingImage()