Home
last modified time | relevance | path

Searched refs:createEntry (Results 1 – 20 of 20) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
H A DBatteryHistEntryTest.java135 assertThat(createEntry(ConvertUtils.CONSUMER_TYPE_SYSTEM_BATTERY).isAppEntry()) in testIsAppEntry_returnExpectedResult()
137 assertThat(createEntry(ConvertUtils.CONSUMER_TYPE_USER_BATTERY).isAppEntry()) in testIsAppEntry_returnExpectedResult()
139 assertThat(createEntry(ConvertUtils.CONSUMER_TYPE_UID_BATTERY).isAppEntry()) in testIsAppEntry_returnExpectedResult()
145 assertThat(createEntry(ConvertUtils.CONSUMER_TYPE_SYSTEM_BATTERY).isUserEntry()) in testIsUserEntry_returnExpectedResult()
147 assertThat(createEntry(ConvertUtils.CONSUMER_TYPE_USER_BATTERY).isUserEntry()) in testIsUserEntry_returnExpectedResult()
149 assertThat(createEntry(ConvertUtils.CONSUMER_TYPE_UID_BATTERY).isUserEntry()) in testIsUserEntry_returnExpectedResult()
155 assertThat(createEntry(ConvertUtils.CONSUMER_TYPE_SYSTEM_BATTERY).isSystemEntry()) in testIsSystemEntry_returnExpectedResult()
157 assertThat(createEntry(ConvertUtils.CONSUMER_TYPE_USER_BATTERY).isSystemEntry()) in testIsSystemEntry_returnExpectedResult()
159 assertThat(createEntry(ConvertUtils.CONSUMER_TYPE_UID_BATTERY).isSystemEntry()) in testIsSystemEntry_returnExpectedResult()
239 private static BatteryHistEntry createEntry(int consumerType) { in createEntry() method in BatteryHistEntryTest
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupTestHelper.java55 return createEntry(id, true, groupAlertBehavior); in createSummaryNotification()
63 return createEntry(mId++, false, groupAlertBehavior); in createChildNotification()
67 return createEntry(id, false, groupAlertBehavior); in createChildNotification()
70 public NotificationEntry createEntry(int id, boolean isSummary, int groupAlertBehavior) { in createEntry() method in NotificationGroupTestHelper
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManagerTest.java125 private NotificationEntry createEntry() throws Exception { in createEntry() method in NotificationViewHierarchyManagerTest
134 NotificationEntry entry0 = createEntry(); in testNotificationsBecomingBundled()
135 NotificationEntry entry1 = createEntry(); in testNotificationsBecomingBundled()
136 NotificationEntry entry2 = createEntry(); in testNotificationsBecomingBundled()
163 NotificationEntry entry0 = createEntry(); in testNotificationsBecomingUnbundled()
164 NotificationEntry entry1 = createEntry(); in testNotificationsBecomingUnbundled()
165 NotificationEntry entry2 = createEntry(); in testNotificationsBecomingUnbundled()
194 NotificationEntry entry0 = createEntry(); in testNotificationsBecomingSuppressed()
195 NotificationEntry entry1 = createEntry(); in testNotificationsBecomingSuppressed()
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/table/packed/read/
H A DBaseTypedPackedTable.java51 return createEntry(mTableReader.getEntryByIndex(i)); in getEntryByIndex()
62 protected abstract E createEntry(PackedTableReader.Entry entry); in createEntry() method in BaseTypedPackedTable
78 return createEntry(entry); in wrapEntryOrNull()
H A DIntValueTypedPackedTable.java47 return createEntry(entry); in findEntry()
51 protected IntValueTable.TableEntry createEntry(PackedTableReader.Entry entry) { in createEntry() method in IntValueTypedPackedTable
/aosp12/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerDataHelper.java84 writeEntry(TrackerEntry.createEntry(loc, distFromNetLoc)); in writeEntry()
91 writeEntry(TrackerEntry.createEntry(tag, logMsg)); in writeEntry()
169 String output = mFormatter.getOutput(TrackerEntry.createEntry(cursor)); in getNextOutput()
H A DTrackerEntry.java95 static TrackerEntry createEntry(Location loc, float distFromNetLocation) { in createEntry() method in TrackerEntry
107 static TrackerEntry createEntry(String tag, String msg) { in createEntry() method in TrackerEntry
208 static TrackerEntry createEntry(Cursor cursor) { in createEntry() method in TrackerEntry
H A DTrackerListHelper.java71 .createEntry(cursor)); in bindView()
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp107 createEntry(0, m_SectionData); in reserve()
503 Fragment* Mips32GOT::createEntry(uint64_t pValue, SectionData* pParent) { in createEntry() function in mcld::Mips32GOT
512 createEntry(0, m_SectionData); in reserveHeader()
513 createEntry(Mips32ModulePtr, m_SectionData); in reserveHeader()
538 Fragment* Mips64GOT::createEntry(uint64_t pValue, SectionData* pParent) { in createEntry() function in mcld::Mips64GOT
547 createEntry(0, m_SectionData); in reserveHeader()
548 createEntry(Mips64ModulePtr, m_SectionData); in reserveHeader()
H A DMipsGOT.h95 virtual Fragment* createEntry(uint64_t pValue, SectionData* pParent) = 0;
231 virtual Fragment* createEntry(uint64_t pValue, SectionData* pParent);
249 virtual Fragment* createEntry(uint64_t pValue, SectionData* pParent);
/aosp12/system/core/libcutils/
H A Dhashmap.cpp169 static Entry* createEntry(void* key, int hash, void* value) { in createEntry() function
202 *p = createEntry(key, hash, value); in hashmapPut()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DImageExporter.java256 uri = createEntry(mResolver, mFormat, mCaptureTime, mFileName);
299 private static Uri createEntry(ContentResolver resolver, CompressFormat format,
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java489 long time = createEntry(temp, tag, flags); in addEntry()
1067 private synchronized long createEntry(File temp, String tag, int flags) throws IOException { in createEntry() method in DropBoxManagerService
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dhttpcore-4.4.13.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpclient-4.5.12.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp12/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/art/build/boot/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt5697 Ljava/time/format/DateTimeTextProvider;->createEntry(Ljava/lang/Object;Ljava/lang/Object;)Ljava/uti…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt56364 …method protected org.apache.http.impl.conn.tsccm.BasicPoolEntry createEntry(org.apache.http.impl.c…
/aosp12/frameworks/base/services/
H A Dart-profile1570 HSPLcom/android/server/DropBoxManagerService;->createEntry(Ljava/io/File;Ljava/lang/String;I)J+]Lja…