Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DLocationProviderProxy.java234 String myPackage = mServiceWatcher.getCurrentPackageName();
235 if (myPackage != null) {
236 mProviderPackages.add(myPackage);
/frameworks/base/tools/aapt/
DResourceTable.cpp292 const String16 myPackage; member
303 : myPackage(_package) in PendingAttribute()
319 if (!outTable->makeAttribute(myPackage, ident, sourcePos, type, comment, appendComment)) { in createIfNeeded()
329 const String16& myPackage, in compileAttribute() argument
334 PendingAttribute attr(myPackage, in, block, inStyleable); in compileAttribute()
389 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
407 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
432 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
471 myPackage, attr16, attr.ident, String16(""), in compileAttribute()
541 myPackage, in compileAttribute()
[all …]