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 D | SliceUtil.kt | 62 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 D | SettingsSliceDataRepository.kt | 51 val entryId = sliceUri.getEntryId() ?: return null regex
|
/aosp14/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/slice/ |
H A D | SliceUtilTest.kt | 45 val entryId = "myEntry" regex 69 val entryId = "myEntry" regex 89 val entryId = "myEntry" regex
|
H A D | SettingsSliceDataRepositoryTest.kt | 55 val entryId = genEntryId("Layer2Entry1", page) regex 76 val entryId = genEntryId("Layer2Entry1", page) regex
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | SdkConstants.cpp | 65 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 D | EntryLogger.kt | 30 val entryId = LocalEntryDataProvider.current.entryId ?: return { _, _ -> } regex
|
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/ |
H A D | ProviderClearSession.java | 126 protected void onUiEntrySelected(String entryType, String entryId, in onUiEntrySelected()
|
H A D | ProviderRegistryGetSession.java | 156 String entryId = generateUniqueId(); in prepareUiCredentialEntries() local
|
H A D | ProviderSession.java | 288 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 D | SettingsEntryTest.kt | 216 val entryId = genEntryId("myEntry", owner) regex
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 352 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 D | ResourceTable.cpp | 4470 const size_t entryId = Res_GETENTRY(attrId); in getPublicAttributeSdkLevel() local
|