Home
last modified time | relevance | path

Searched refs:entryType (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEntry.java101 protected RecipientEntry(int entryType, String displayName, String destination, in RecipientEntry() argument
105 this(entryType, displayName, destination, destinationType, in RecipientEntry()
110 protected RecipientEntry(int entryType, String displayName, String destination, in RecipientEntry() argument
114 mEntryType = entryType; in RecipientEntry()
133 protected RecipientEntry(int entryType, String displayName, String destination, in RecipientEntry() argument
137 this(entryType, displayName, destination, destinationType, destinationLabel, in RecipientEntry()
DDropdownChipLayouter.java185 final int entryType = entry.getEntryType(); in bindView() local
186 if (entryType == RecipientEntry.ENTRY_TYPE_PERSON) { in bindView()
190 } else if (entryType == RecipientEntry.ENTRY_TYPE_PERMISSION_REQUEST) { in bindView()
/frameworks/base/core/tests/batterystatstests/BatteryStatsViewer/src/com/android/frameworks/core/batterystatsviewer/
DBatteryConsumerData.java55 public EntryType entryType; field in BatteryConsumerData.Entry
172 private void addProcessStateEntries(String metricTitle, EntryType entryType, in addProcessStateEntries() argument
197 addEntry(metricTitle + " \u2022 " + label, entryType, in addProcessStateEntries()
355 private void addEntry(String title, EntryType entryType, double value1, double value2) { in addEntry() argument
358 entry.entryType = entryType; in addEntry()
DBatteryStatsViewerActivity.java281 switch (entry.entryType) { in onBindViewHolder()
/frameworks/base/services/credentials/java/com/android/server/credentials/
DProviderRegistryGetSession.java200 protected void onUiEntrySelected(String entryType, String entryKey, in onUiEntrySelected() argument
202 switch (entryType) { in onUiEntrySelected()
DProviderClearSession.java127 protected void onUiEntrySelected(String entryType, String entryId, in onUiEntrySelected() argument
DProviderCreateSession.java225 public void onUiEntrySelected(String entryType, String entryKey, in onUiEntrySelected() argument
227 switch (entryType) { in onUiEntrySelected()
DProviderGetSession.java296 protected void onUiEntrySelected(String entryType, String entryKey, in onUiEntrySelected() argument
298 Slog.i(TAG, "onUiEntrySelected with entryType: " + entryType + ", and entryKey: " in onUiEntrySelected()
300 switch (entryType) { in onUiEntrySelected()
DProviderSession.java289 protected abstract void onUiEntrySelected(String entryType, String entryId, in onUiEntrySelected() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleBackupHelper.java202 SharedFileEntryType entryType = getEntryType(entry); in backupKey() local
203 switch(entryType) { in backupKey()
/frameworks/base/core/java/android/content/
DIntent.java12130 char entryType = in toUriInner() local
12142 if (entryType != '\0') { in toUriInner()
12143 uri.append(entryType); in toUriInner()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp2674 AMessage::Type entryType; in loadCodecProperties() local
2675 const char *mapSrc = details->getEntryNameAt(ix, &entryType); in loadCodecProperties()