Home
last modified time | relevance | path

Searched defs:record (Results 1 – 25 of 156) sorted by relevance

1234567

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordTest.java312 NotificationRecord record = new NotificationRecord(mMockContext, sbn, channel); in testSound_default_upgradeUsesChannel() local
364 NotificationRecord record = new NotificationRecord(mMockContext, sbn, channel); in testVibration_custom_upgradeUsesChannel() local
374 NotificationRecord record = new NotificationRecord(mMockContext, sbn, channel); in testVibration_insistent_createsInsistentVibrationEffect() local
417 NotificationRecord record = new NotificationRecord(mMockContext, sbn, channel); in testImportance_upgrade() local
466 NotificationRecord record = new NotificationRecord(mMockContext, sbn, channel); in testLights_upgrade_defaultLights() local
482 NotificationRecord record = new NotificationRecord(mMockContext, sbn, channel); in testLights_upgrade() local
501 NotificationRecord record = new NotificationRecord(mMockContext, sbn, channel); in testLogMaker() local
531 NotificationRecord record = new NotificationRecord(mMockContext, sbn, channel); in testLogMakerImportanceApp() local
552 NotificationRecord record = new NotificationRecord(mMockContext, sbn, channel); in testLogMakerImportanceAsst() local
581 NotificationRecord record = new NotificationRecord(mMockContext, sbn, channel); in testLogMakerImportanceSystem() local
[all …]
/aosp14/frameworks/base/tests/Internal/src/com/android/internal/os/
H A DTimeoutRecordTest.java45 TimeoutRecord record = TimeoutRecord.forBroadcastReceiver(intent); in forBroadcastReceiver_returnsCorrectTimeoutRecord() local
58 TimeoutRecord record = TimeoutRecord.forBroadcastReceiver(intent, in forBroadcastReceiver_withPackageAndClass_returnsCorrectTimeoutRecord() local
74 TimeoutRecord record = TimeoutRecord.forBroadcastReceiver(intent, 1000L); in forBroadcastReceiver_withTimeoutDurationMs_returnsCorrectTimeoutRecord() local
86 TimeoutRecord record = TimeoutRecord.forInputDispatchNoFocusedWindow("Test ANR reason"); in forInputDispatchNoFocusedWindow_returnsCorrectTimeoutRecord() local
97 TimeoutRecord record = TimeoutRecord.forInputDispatchWindowUnresponsive("Test ANR reason"); in forInputDispatchWindowUnresponsive_returnsCorrectTimeoutRecord() local
107 TimeoutRecord record = TimeoutRecord.forServiceExec("Test ANR reason"); in forServiceExec_returnsCorrectTimeoutRecord() local
117 TimeoutRecord record = TimeoutRecord.forServiceStartWithEndTime("Test ANR reason", 1000L); in forServiceStartWithEndTime_returnsCorrectTimeoutRecord() local
128 TimeoutRecord record = TimeoutRecord.forContentProvider("Test ANR reason"); in forContentProvider_returnsCorrectTimeoutRecord() local
138 TimeoutRecord record = TimeoutRecord.forApp("Test ANR reason"); in forApp_returnsCorrectTimeoutRecord() local
/aosp14/frameworks/base/packages/SettingsLib/SpaPrivileged/tests/src/com/android/settingslib/spaprivileged/template/app/
H A DAppOpPermissionAppListTest.kt130 val record = regex
146 val record = regex
162 val record = regex
178 val record = regex
198 val record = regex
213 val record = regex
228 val record = regex
243 val record = regex
258 val record = regex
274 val record = regex
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DFgsLoggerTest.java72 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testFgsStartThenApiStart() local
93 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testApiStartThenFgsStart() local
117 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testFgsStartApiStartFgsStopApiStop() local
156 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testApiStartStopFgs() local
176 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testFgsStartStopApiStartStop() local
200 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testMultipleStartStopApis() local
257 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testMultipleStartStops() local
325 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testMultiStartStopThroughout() local
394 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testMultipleFGS() local
467 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testMultipleUid() local
[all …]
H A DUidObserverControllerTest.java233 final ChangeRecord record = new ChangeRecord(); in addPendingChange() local
245 final ChangeRecord record = getLatestPendingChange(uid); in assertPendingChange() local
261 final ChangeRecord record = changeRecords.get(i); in getLatestPendingChange() local
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationComparator.java148 private boolean isImportantColorized(NotificationRecord record) { in isImportantColorized()
155 private boolean isImportantOngoing(NotificationRecord record) { in isImportantOngoing()
168 protected boolean isImportantPeople(NotificationRecord record) { in isImportantPeople()
178 protected boolean isImportantMessaging(NotificationRecord record) { in isImportantMessaging()
182 protected boolean isSystemMax(NotificationRecord record) { in isSystemMax()
196 private boolean isMediaNotification(NotificationRecord record) { in isMediaNotification()
200 private boolean isCallCategory(NotificationRecord record) { in isCallCategory()
205 private boolean isCallStyle(NotificationRecord record) { in isCallStyle()
H A DZenModeFiltering.java138 private static Bundle extras(NotificationRecord record) { in extras()
143 protected void recordCall(NotificationRecord record) { in recordCall()
151 NotificationRecord record) { in shouldIntercept()
308 private boolean isCritical(NotificationRecord record) { in isCritical()
323 protected static boolean isAlarm(NotificationRecord record) { in isAlarm()
328 private static boolean isEvent(NotificationRecord record) { in isEvent()
336 public boolean isCall(NotificationRecord record) { in isCall()
341 public boolean isMedia(NotificationRecord record) { in isMedia()
347 public boolean isSystem(NotificationRecord record) { in isSystem()
364 protected boolean isMessage(NotificationRecord record) { in isMessage()
[all …]
H A DSnoozeHelper.java202 protected void snooze(NotificationRecord record, long duration) { in snooze()
216 protected void snooze(NotificationRecord record, String contextId) { in snooze()
228 private void snooze(NotificationRecord record) { in snooze()
233 mSnoozedNotifications.put(record.getKey(), record); in snooze() local
294 protected void update(int userId, NotificationRecord record) { in update()
297 mSnoozedNotifications.put(record.getKey(), record); in update() local
314 NotificationRecord record; in repost() local
327 mCallback.repost(record.getUserId(), record, muteOnReturn); in repost() local
348 NotificationRecord record = mSnoozedNotifications.remove(groupSummaryKey); in repostGroupSummary() local
370 final NotificationRecord record = mSnoozedNotifications.valueAt(i); in clearData() local
[all …]
H A DNotificationIntrusivenessExtractor.java44 public RankingReconsideration process(NotificationRecord record) { in process()
H A DRankingHelper.java115 final NotificationRecord record = notificationList.get(i); in sort() local
126 final NotificationRecord record = notificationList.get(i); in sort() local
H A DZenLog.java77 public static void traceIntercepted(NotificationRecord record, String reason) { in traceIntercepted()
81 public static void traceNotIntercepted(NotificationRecord record, String reason) { in traceNotIntercepted()
85 public static void traceAlertOnUpdatedIntercept(NotificationRecord record) { in traceAlertOnUpdatedIntercept()
160 public static void traceDisableEffects(NotificationRecord record, String reason) { in traceDisableEffects()
H A DNotificationAdjustmentExtractor.java33 public RankingReconsideration process(NotificationRecord record) { in process()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DViewInfoStore.java67 InfoRecord record = mLayoutHolderMap.get(holder); in addToPreLayout() local
77 final InfoRecord record = mLayoutHolderMap.get(holder); in isDisappearing() local
108 final InfoRecord record = mLayoutHolderMap.valueAt(index); in popFromLayoutStep() local
148 InfoRecord record = mLayoutHolderMap.get(holder); in addToAppearedInPreLayoutHolders() local
164 final InfoRecord record = mLayoutHolderMap.get(viewHolder); in isInPreLayout() local
185 InfoRecord record = mLayoutHolderMap.get(holder); in addToPostLayout() local
201 InfoRecord record = mLayoutHolderMap.get(holder); in addToDisappearedInLayout() local
214 InfoRecord record = mLayoutHolderMap.get(holder); in removeFromDisappearedInLayout() local
224 final InfoRecord record = mLayoutHolderMap.removeAt(index); in process() local
314 InfoRecord record = sPool.acquire(); in obtain() local
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionStack.java86 public void addSession(MediaSessionRecordImpl record) { in addSession()
105 public void removeSession(MediaSessionRecordImpl record) { in removeSession()
124 public boolean contains(MediaSessionRecordImpl record) { in contains()
153 MediaSessionRecordImpl record, boolean shouldUpdatePriority) { in onPlaybackStateChanged()
186 public void onSessionActiveStateChanged(MediaSessionRecordImpl record) { in onSessionActiveStateChanged()
234 public void updateMediaButtonSessionBySessionPolicyChange(MediaSessionRecord record) { in updateMediaButtonSessionBySessionPolicyChange()
335 MediaSessionRecord record = records.get(i); in getDefaultVolumeSession() local
348 MediaSessionRecord record = records.get(i); in getDefaultRemoteSession() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DPackageConfigPersister.java186 PackageConfigRecord record = findRecord(mModified, packageName, userId); in updateFromImpl() local
234 private boolean updateNightMode(Integer requestedNightMode, PackageConfigRecord record) { in updateNightMode()
242 private boolean updateLocales(LocaleList requestedLocaleList, PackageConfigRecord record) { in updateLocales()
251 PackageConfigRecord record) { in updateGender()
293 final PackageConfigRecord record = findRecord(mPendingWrite, packageName, userId); in removePackage() local
383 PackageConfigRecord record = records.get(name); in findRecordOrCreate() local
402 PackageConfigRecord record) { in removeRecord()
435 WriteProcessItem(PackageConfigRecord record) { in WriteProcessItem()
/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEvent.java1027 final AccessibilityRecord record = event.mRecords.get(i); in init() local
1049 AccessibilityRecord record = records.get(i); in setSealed() local
1071 public void appendRecord(AccessibilityRecord record) { in appendRecord()
1493 AccessibilityRecord record = mRecords.remove(0); in clear() local
1522 AccessibilityRecord record = new AccessibilityRecord(); in initFromParcel() local
1547 private void readAccessibilityRecordFromParcel(AccessibilityRecord record, in readAccessibilityRecordFromParcel()
1593 AccessibilityRecord record = mRecords.get(i); in writeToParcel() local
1615 private void writeAccessibilityRecordToParcel(AccessibilityRecord record, Parcel parcel, in writeAccessibilityRecordToParcel()
/aosp14/frameworks/base/tools/preload/
H A DRoot.java54 void indexClassOperation(Record record) { in indexClassOperation()
115 void indexProcess(Record record) { in indexProcess()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastProcessQueue.java231 private @NonNull ArrayDeque<SomeArgs> getQueueForBroadcast(@NonNull BroadcastRecord record) { in getQueueForBroadcast()
259 public BroadcastRecord enqueueOrReplaceBroadcast(@NonNull BroadcastRecord record, in enqueueOrReplaceBroadcast()
302 final BroadcastRecord record = getActive(); in reEnqueueActiveBroadcast() local
322 private BroadcastRecord replaceBroadcast(@NonNull BroadcastRecord record, int recordIndex) { in replaceBroadcast()
338 @NonNull BroadcastRecord record, int recordIndex) { in replaceBroadcastInQueue()
414 final BroadcastRecord record = (BroadcastRecord) args.arg1; in forEachMatchingBroadcastInQueue() local
622 private void onBroadcastEnqueued(@NonNull BroadcastRecord record, int recordIndex) { in onBroadcastEnqueued()
663 private void onBroadcastDequeued(@NonNull BroadcastRecord record, int recordIndex) { in onBroadcastDequeued()
981 final BroadcastRecord record = (BroadcastRecord) args.arg1; in isDispatchedInQueue() local
1273 final BroadcastRecord record = (BroadcastRecord) args.arg1; in assertHealthLocked() local
[all …]
H A DProviderMap.java79 ContentProviderRecord record = mSingletonByName.get(name); in getProviderByName() local
97 ContentProviderRecord record = mSingletonByClass.get(name); in getProviderByClass() local
106 void putProviderByName(String name, ContentProviderRecord record) { in putProviderByName()
119 void putProviderByClass(ComponentName name, ContentProviderRecord record) { in putProviderByClass()
/aosp14/frameworks/base/cmds/incident_helper/src/parsers/
H A DCpuInfoParser.cpp30 record_t record = parseRecord(line, delimiter); in writeSuffixLine() local
50 record_t record; in Parse() local
H A DKernelWakesParser.cpp32 record_t record; // retain each record in Parse() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSPanelControllerBaseTest.java329 QSPanelControllerBase.TileRecord record = mController.mRecords.get(0); in changeTiles_callbackRemovedOnOldOnes() local
344 QSPanelControllerBase.TileRecord record = mController.mRecords.get(0); in onViewDetached_removesJustTheAssociatedCallback() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLaunchParamsControllerTests.java89 final ActivityRecord record = new ActivityBuilder(mAtm).build(); in testArgumentPropagation() local
95 mController.calculate(record.getTask(), layout, record, source, options, request, in testArgumentPropagation() local
268 final ActivityRecord record = new ActivityBuilder(mAtm).build(); in testCalculatePhase() local
273 mController.calculate(record.getTask(), layout, record, source, options, null/*request*/, in testCalculatePhase() local
H A DWindowOrganizerTests.java534 final ActivityRecord record = makePipableActivity(); in testSetActivityWindowingMode() local
1059 final ActivityRecord record = createActivityRecordWithParentTask(mDisplayContent, in makePipableActivity() local
1075 final ActivityRecord record = makePipableActivity(); in testEnterPipParams() local
1098 final ActivityRecord record = makePipableActivity(); in testChangePipParams() local
1134 final ActivityRecord record = createActivityRecordAndDispatchPendingEvents(task); in testChangeTaskDescription() local
1306 final ActivityRecord record = createActivityRecord(rootTask.mDisplayContent, task); in testAppearDeferThenInfoChange() local
1343 final ActivityRecord record = createActivityRecordAndDispatchPendingEvents(task); in testInfoChangeDeferMultiple() local
1373 final ActivityRecord record = createActivityRecordAndDispatchPendingEvents(task); in testInfoChangDeferThenVanish() local
1415 final ActivityRecord record = createActivityRecordAndDispatchPendingEvents(task); in testVanishDeferThenBackOnRoot() local
1544 final ActivityRecord record = makePipableActivity(); in testResumeTopsWhenLeavingPinned() local
[all …]
/aosp14/system/core/trusty/fuzz/
H A Dtipc_fuzzer.cpp45 static std::unique_ptr<CoverageRecord> record; variable

1234567