Home
last modified time | relevance | path

Searched defs:entryId (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/slice/
H A DSliceUtil.kt62 val entryId = getEntryId() ?: return null regex
100 val entryId = getEntryId() ?: return null regex
108 val entryId = getEntryId() regex
116 val entryId = getEntryId() regex
H A DSettingsSliceDataRepository.kt51 val entryId = sliceUri.getEntryId() ?: return null regex
/aosp14/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/slice/
H A DSliceUtilTest.kt45 val entryId = "myEntry" regex
69 val entryId = "myEntry" regex
89 val entryId = "myEntry" regex
H A DSettingsSliceDataRepositoryTest.kt55 val entryId = genEntryId("Layer2Entry1", page) regex
76 val entryId = genEntryId("Layer2Entry1", page) regex
/aosp14/frameworks/base/tools/aapt2/
H A DSdkConstants.cpp65 static bool less_entry_id(const std::pair<uint16_t, ApiVersion>& p, uint16_t entryId) { in less_entry_id() argument
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/util/
H A DEntryLogger.kt30 val entryId = LocalEntryDataProvider.current.entryId ?: return { _, _ -> } regex
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DProviderClearSession.java126 protected void onUiEntrySelected(String entryType, String entryId, in onUiEntrySelected()
H A DProviderRegistryGetSession.java156 String entryId = generateUniqueId(); in prepareUiCredentialEntries() local
H A DProviderSession.java288 protected abstract void onUiEntrySelected(String entryType, String entryId, in onUiEntrySelected()
/aosp14/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/framework/common/
H A DSettingsEntryTest.kt216 val entryId = genEntryId("myEntry", owner) regex
/aosp14/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp352 status_t lookup(uint16_t entryId, uint16_t* outEntryId) const { in lookup()
7719 size_t entryId; in print() local
/aosp14/frameworks/base/tools/aapt/
H A DResourceTable.cpp4470 const size_t entryId = Res_GETENTRY(attrId); in getPublicAttributeSdkLevel() local