/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | HeadsUpManagerTest.java | 105 return createEntry(id, notif); in createStickyEntry() 113 return createEntry(id, notif); in createStickyForSomeTimeEntry() 127 return createEntry(id, notif); in createFullScreenIntentEntry() 209 final NotificationEntry entry = createEntry(/* id = */ 0); in testShouldHeadsUpBecomePinned_noFSI_false() 218 final NotificationEntry entry = createEntry(/* id = */ 0); in testShowNotification_autoDismissesIncludingTouchAcceptanceDelay() 232 final NotificationEntry entry = createEntry(/* id = */ 0); in testShowNotification_autoDismissesWithDefaultTimeout() 282 final NotificationEntry entry = createEntry(/* id = */ 0); in testShowNotification_autoDismissesWithAccessibilityTimeout() 310 final NotificationEntry entry = createEntry(/* id = */ 0); in testRemoveNotification_beforeMinimumDisplayTime() 333 final NotificationEntry entry = createEntry(/* id = */ 0); in testRemoveNotification_afterMinimumDisplayTime() 488 activeRemoteInput.setEntry(createEntry(/* id = */ 1)); in testAlertEntryCompareTo_ongoingCallLessThanActiveRemoteInput() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | AlertingNotificationManagerTest.java | 139 protected NotificationEntry createEntry(int id, Notification n) { in createEntry() method in AlertingNotificationManagerTest 143 protected NotificationEntry createEntry(int id) { in createEntry() method in AlertingNotificationManagerTest 184 final NotificationEntry entry = createEntry(/* id = */ 0); in testShowNotification_addsEntry() 196 final NotificationEntry entry = createEntry(/* id = */ 0); in testShowNotification_autoDismisses() 209 final NotificationEntry entry = createEntry(/* id = */ 0); in testRemoveNotification_removeDeferred() 224 final NotificationEntry entry = createEntry(/* id = */ 0); in testRemoveNotification_forceRemove() 240 final NotificationEntry entry = createEntry(i); in testReleaseAllImmediately() 253 final NotificationEntry entry = createEntry(/* id = */ 0); in testCanRemoveImmediately_notShownLongEnough()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | HeadsUpManagerPhoneTest.java | 153 final NotificationEntry entry = createEntry(/* id = */ 0); in testSnooze() 164 final NotificationEntry entry = createEntry(/* id = */ 0); in testSwipedOutNotification() 180 final NotificationEntry entry = createEntry(/* id = */ 0); in testCanRemoveImmediately_swipedOut() 193 final NotificationEntry earlierEntry = createEntry(/* id = */ 0); in testCanRemoveImmediately_notTopEntry() 194 final NotificationEntry laterEntry = createEntry(/* id = */ 1); in testCanRemoveImmediately_notTopEntry() 207 final NotificationEntry entry = createEntry(/* id = */ 0); in testExtendHeadsUp()
|
H A D | NotificationGroupTestHelper.java | 59 return createEntry(id, tag, true, groupAlertBehavior); in createSummaryNotification() 74 return createEntry(mId++, null, false, groupAlertBehavior); in createChildNotification() 78 return createEntry(id, tag, false, groupAlertBehavior); in createChildNotification() 88 public NotificationEntry createEntry(int id, String tag, boolean isSummary, in createEntry() method in NotificationGroupTestHelper
|
/aosp14/frameworks/base/packages/SettingsLib/Spa/gallery/src/com/android/settingslib/spa/gallery/preference/ |
H A D | PreferencePage.kt | 83 private fun createEntry(entry: EntryEnum): SettingsEntryBuilder { regex 90 createEntry(EntryEnum.SIMPLE_PREFERENCE) 99 createEntry(EntryEnum.SUMMARY_PREFERENCE) 113 createEntry(EntryEnum.DISABLED_PREFERENCE) 128 createEntry(EntryEnum.ASYNC_SUMMARY_PREFERENCE) 166 createEntry(EntryEnum.MANUAL_UPDATE_PREFERENCE) 205 createEntry(EntryEnum.AUTO_UPDATE_PREFERENCE) 251 private fun singleLineSummaryEntry() = createEntry(EntryEnum.SINGLE_LINE_SUMMARY_PREFERENCE)
|
/aosp14/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
H A D | TrackerDataHelper.java | 84 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 D | TrackerEntry.java | 95 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 D | TrackerListHelper.java | 71 .createEntry(cursor)); in bindView()
|
/aosp14/frameworks/base/packages/SettingsLib/Spa/gallery/src/com/android/settingslib/spa/gallery/page/ |
H A D | ArgumentPage.kt | 43 private fun createEntry(owner: SettingsPage, entry: EntryEnum): SettingsEntryBuilder { regex 57 createEntry(owner, EntryEnum.STRING_PARAM) 68 createEntry(owner, EntryEnum.INT_PARAM)
|
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/ |
H A D | DataConverter.kt | 654 val createEntry = CreateEntry.fromSlice(it.slice) ?: return@forEach regex 659 pendingIntent = createEntry.pendingIntent, 661 userProviderDisplayName = createEntry.accountName.toString(), 662 profileIcon = createEntry.icon?.loadDrawable(context), 663 passwordCount = createEntry.getPasswordCredentialCount(), 664 passkeyCount = createEntry.getPublicKeyCredentialCount(), 665 totalCredentialCount = createEntry.getTotalCredentialCount(), 666 lastUsedTime = createEntry.lastUsedTime ?: Instant.MIN, 667 footerDescription = createEntry.description?.toString(),
|
/aosp14/frameworks/base/core/java/android/service/credentials/ |
H A D | BeginCreateCredentialResponse.java | 125 public @NonNull Builder addCreateEntry(@NonNull CreateEntry createEntry) { in addCreateEntry() argument 126 mCreateEntries.add(Objects.requireNonNull(createEntry)); in addCreateEntry()
|
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/ |
H A D | ProviderCreateSession.java | 346 public void addCreateEntry(CreateEntry createEntry) { in addCreateEntry() argument 349 id, createEntry.getSlice(), setUpFillInIntent()); in addCreateEntry() 350 mUiCreateEntries.put(id, new Pair<>(createEntry, entry)); in addCreateEntry()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/eventlog/ |
H A D | LocalEventLog.java | 66 private static int createEntry(boolean isFiller, int timeDelta) { in createEntry() method in LocalEventLog 168 mEntries[mLogEndIndex] = createEntry(isFiller, timeDelta); in addLogEventInternal()
|
/aosp14/system/core/libcutils/ |
H A D | hashmap.cpp | 169 static Entry* createEntry(void* key, int hash, void* value) { in createEntry() function 202 *p = createEntry(key, hash, value); in hashmapPut()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ImageExporter.java | 245 uri = createEntry(mResolver, mFormat, mCaptureTime, mFileName, mOwner, mFlags); 288 private static Uri createEntry(ContentResolver resolver, CompressFormat format,
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | DropBoxManagerService.java | 521 long time = createEntry(temp, tag, flags); in addEntry() 1101 private synchronized long createEntry(File temp, String tag, int flags) throws IOException { in createEntry() method in DropBoxManagerService
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 198 HSPLcom/android/server/DropBoxManagerService;->createEntry(Ljava/io/File;Ljava/lang/String;I)J 4787 HSPLcom/android/server/location/eventlog/LocalEventLog;->createEntry(ZI)I
|