Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DServiceWatcher.java170 String bestPackage = null; in bindBestPackageLocked() local
201 bestPackage = packageName; in bindBestPackageLocked()
210 (bestPackage == null ? "no new best package" in bindBestPackageLocked()
211 : "new best package: " + bestPackage))); in bindBestPackageLocked()
216 if (bestPackage != null) { in bindBestPackageLocked()
217 bindToPackageLocked(bestPackage, bestVersion, bestIsMultiuser); in bindBestPackageLocked()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5483 const Package* bestPackage = NULL; in getEntry() local
5568 bestPackage = typeSpec->package; in getEntry()
5606 outEntry->package = bestPackage; in getEntry()
5607 …outEntry->typeStr = StringPoolRef(&bestPackage->typeStrings, actualTypeIndex - bestPackage->typeId… in getEntry()
5608 outEntry->keyStr = StringPoolRef(&bestPackage->keyStrings, dtohl(entry->key.index)); in getEntry()