Home
last modified time | relevance | path

Searched defs:entryType (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/tests/batterystatstests/BatteryStatsViewer/src/com/android/frameworks/core/batterystatsviewer/
H A DBatteryConsumerData.java55 public EntryType entryType; field in BatteryConsumerData.Entry
172 private void addProcessStateEntries(String metricTitle, EntryType entryType, in addProcessStateEntries()
355 private void addEntry(String title, EntryType entryType, double value1, double value2) { in addEntry()
/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.java199 protected void onUiEntrySelected(String entryType, String entryKey, in onUiEntrySelected()
H A DProviderCreateSession.java224 public void onUiEntrySelected(String entryType, String entryKey, in onUiEntrySelected()
H A DProviderSession.java288 protected abstract void onUiEntrySelected(String entryType, String entryId, in onUiEntrySelected()
H A DProviderGetSession.java250 protected void onUiEntrySelected(String entryType, String entryKey, in onUiEntrySelected()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleBackupHelper.java202 SharedFileEntryType entryType = getEntryType(entry); in backupKey() local
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java11739 char entryType = in toUriInner() local