Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DCallLogEntryText.java96 List<CharSequence> components = new ArrayList<>(); in buildSecondaryTextForEntries() local
144 List<CharSequence> components = new ArrayList<>(); in buildSecondaryTextForBottomSheet() local
208 private static CharSequence joinSecondaryTextComponents(List<CharSequence> components) { in joinSecondaryTextComponents()
/packages/apps/Nfc/src/com/android/nfc/
DRegisteredComponentCache.java140 void dump(ArrayList<ComponentInfo> components) { in dump()
156 ArrayList<ComponentInfo> components = new ArrayList<ComponentInfo>(); in generateComponentsList() local
179 ArrayList<ComponentInfo> components) throws XmlPullParserException, IOException { in parseComponentInfo()
190 parser, info, components); in parseComponentInfo() local
199 ResolveInfo resolveInfo, ArrayList<ComponentInfo> components) in parseTechLists()
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DReverseGeocodeTask.java76 JSONArray components = topResult.optJSONArray(JSON_KEY_ADDRESS_COMPONENTS); in doInBackground() local
/packages/apps/Gallery2/jni_jpegstream/src/
Djpeg_writer.cpp75 const int components = (static_cast<int>(format) & 0xff); in setup() local
Djpeg_reader.cpp71 const int components = (static_cast<int>(format) & 0xff); in setup() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DVisibilityPreferenceControllerTest.java151 List<ComponentName> components = new ArrayList<>(); in testUpdateState_disabledByAdmin_disableSecure() local
173 List<ComponentName> components = new ArrayList<>(); in testUpdateState_disabledByAdmin_disableUnredacted() local
/packages/services/Car/obd2-lib/src/com/android/car/obd2/
DObd2Connection.java296 final char[] components = new char[] {'P', 'C', 'B', 'U'}; in getDiagnosticTroubleCode() local
/packages/services/Car/car-lib/src/android/car/diagnostic/
DCarDiagnosticEvent.java618 public final IgnitionMonitor components; field in CarDiagnosticEvent.CommonIgnitionMonitors