Searched defs:mapping (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/util/
H A DAccountDisplayInfoFactoryTests.java178 final Map<AccountWithDataSet, AccountType> mapping) {
179 return new MockAccountTypeManager(mapping.values().toArray(new AccountType[mapping.size()]),
180 mapping.keySet().toArray(new AccountWithDataSet[mapping.size()]));
177 createFakeAccountTypeManager( final Map<AccountWithDataSet, AccountType> mapping) argument
/packages/apps/Dialer/java/com/android/incallui/incall/impl/
H A DMappedButtonConfig.java36 * Determines logical button slot and ordering based on a provided mapping.
38 * <p>The provided mapping is declared with the following pieces of information: key, the {@link
39 * InCallButtonIds} for which the mapping applies; {@link MappingInfo#getSlot()}, the arbitrarily
49 @NonNull private final Map<Integer, MappingInfo> mapping; field in class:MappedButtonConfig
53 * Creates this MappedButtonConfig with the given mapping of {@link InCallButtonIds} to their
56 * @param mapping the mapping.
58 public MappedButtonConfig(@NonNull Map<Integer, MappingInfo> mapping) { argument
59 this.mapping = new ArrayMap<>();
60 this.mapping
[all...]
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 2185 milliseconds