Home
last modified time | relevance | path

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

/system/bt/binder/android/bluetooth/
DIBluetoothManager.aidl37 boolean enable(String packageName); in enable() argument
38 boolean enableNoAutoConnect(String packageName); in enableNoAutoConnect() argument
39 boolean disable(String packageName, boolean persist); in disable() argument
50 int updateBleAppCount(IBinder b, boolean enable, String packageName); in updateBleAppCount() argument
/system/tools/hidl/docs/src/writer/files/
DIndexFileWriter.kt31 val packageName: String, in <lambda>() constant in writer.files.EntryData
52 packageName = parser.packageName, in <lambda>()
180 if (pkgEntries.containsKey(entry.packageName)) { in <lambda>()
181 pkgEntries[entry.packageName]!!.add(entry) in <lambda>()
183 pkgEntries[entry.packageName] = mutableListOf(entry) in <lambda>()
/system/security/keystore/
DKeyAttestationPackageInfo.cpp28 KeyAttestationPackageInfo::KeyAttestationPackageInfo(const String16& packageName, in KeyAttestationPackageInfo() argument
31 : packageName_(new String16(packageName)), versionCode_(versionCode), signatures_(signatures) {} in KeyAttestationPackageInfo()
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/src/androidTest/java/com/example/simpleperf/simpleperfexampleofkotlin/
DExampleInstrumentedTest.kt22 assertEquals("com.example.simpleperf.simpleperfexampleofkotlin", appContext.packageName) in useAppContext()
/system/security/keystore/include/keystore/
DKeyAttestationPackageInfo.h40 KeyAttestationPackageInfo(const String16& packageName, int64_t versionCode,
/system/libhidl/transport/include/hidl/
DServiceManagement.h42 void onRegistration(const std::string &packageName,
/system/tools/hidl/docs/src/writer/
Dformatutils.kt88 val pkgPath = parser.packageName.replace(".", File.separator) in getOutPath()
/system/tools/hidl/docs/src/parser/files/
DAbstractFileParser.kt41 val packageName: String get() = packageInfo.name constant
/system/tools/hidl/
DAST.cpp700 FQName packageName = fqName.getPackageAndVersion(); in getImportedPackages() local
702 if (packageName == mPackage) { in getImportedPackages()
707 importSet->insert(packageName); in getImportedPackages()
/system/libhidl/transport/
DServiceManagement.cpp157 void onRegistration(const std::string &packageName, in onRegistration() argument
160 tryShortenProcessName(packageName); in onRegistration()