Home
last modified time | relevance | path

Searched refs:str1 (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifCollectionLogger.kt36 str1 = key in logNotifPosted()
38 "POSTED $str1" in logNotifPosted()
44 str1 = groupKey in logNotifGroupPosted()
47 "POSTED GROUP $str1 ($int1 events)" in logNotifGroupPosted()
53 str1 = key in logNotifUpdated()
55 "UPDATED $str1" in logNotifUpdated()
61 str1 = key in logNotifRemoved()
64 "REMOVED $str1 reason=$int1" in logNotifRemoved()
70 str1 = key in logNotifReleased()
72 "RELEASED $str1" in logNotifReleased()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterLogger.kt33 str1 = key in logStartingActivityFromClick()
35 "(1/4) onNotificationClicked: $str1" in logStartingActivityFromClick()
41 str1 = key in logHandleClickAfterKeyguardDismissed()
43 "(2/4) handleNotificationClickAfterKeyguardDismissed: $str1" in logHandleClickAfterKeyguardDismissed()
49 str1 = key in logHandleClickAfterPanelCollapsed()
51 "(3/4) handleNotificationClickAfterPanelCollapsed: $str1" in logHandleClickAfterPanelCollapsed()
57 str1 = key in logStartNotificationIntent()
60 "(4/4) Starting $str2 for notification $str1" in logStartNotificationIntent()
66 str1 = key in logExpandingBubble()
68 "Expanding bubble for $str1 (rather than firing intent)" in logExpandingBubble()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerLogger.kt31 str1 = key in logNotifAdded()
33 "NOTIF ADDED $str1" in logNotifAdded()
39 str1 = key in logNotifUpdated()
41 "NOTIF UPDATED $str1" in logNotifUpdated()
47 str1 = key in logInflationAborted()
51 "NOTIF INFLATION ABORTED $str1 notifStatus=$str2 reason=$str3" in logInflationAborted()
57 str1 = key in logNotifInflated()
60 "NOTIF INFLATED $str1 isNew=$bool1}" in logNotifInflated()
66 str1 = key in logRemovalIntercepted()
68 "NOTIF REMOVE INTERCEPTED for $str1" in logRemovalIntercepted()
[all …]
DNotificationClickerLogger.kt30 str1 = entry.key in logOnClick()
33 "CLICK $str1 (channel=$str2)" in logOnClick()
39 str1 = entry.key in logMenuVisible()
41 "Ignoring click on $str1; menu is visible" in logMenuVisible()
47 str1 = entry.key in logParentMenuVisible()
49 "Ignoring click on $str1; parent menu is visible" in logParentMenuVisible()
55 str1 = entry.key in logChildrenExpanded()
57 "Ignoring click on $str1; children are expanded" in logChildrenExpanded()
63 str1 = entry.key in logGutsExposed()
65 "Ignoring click on $str1; guts are exposed" in logGutsExposed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotifBindPipelineLogger.kt30 str1 = stageName in logStageSet()
32 "Stage set: $str1" in logStageSet()
38 str1 = notifKey in logManagedRow()
40 "Row set for notif: $str1" in logManagedRow()
46 str1 = notifKey in logRequestPipelineRun()
48 "Request pipeline run for notif: $str1" in logRequestPipelineRun()
54 str1 = notifKey in logRequestPipelineRowNotSet()
56 "Row is not set so pipeline will not run. notif = $str1" in logRequestPipelineRowNotSet()
62 str1 = notifKey in logStartPipeline()
64 "Start pipeline for notif: $str1" in logStartPipeline()
[all …]
DRowContentBindStageLogger.kt29 str1 = notifKey in logStageParams()
32 "Invalidated notif $str1 with params: \n$str2" in logStageParams()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/logging/
DQSLogger.kt38 str1 = tileSpec in logTileAdded()
40 "[$str1] Tile added" in logTileAdded()
46 str1 = tileSpec in logTileDestroyed()
49 "[$str1] Tile destroyed. Reason: $str2" in logTileDestroyed()
56 str1 = tileSpec in logTileChangeListening()
58 "[$str1] Tile listening=$bool1" in logTileChangeListening()
65 str1 = containerName in logAllTilesChangeListening()
68 "Tiles listening=$bool1 in $str1. $str2" in logAllTilesChangeListening()
74 str1 = tileSpec in logTileClick()
79 "[$str1] Tile clicked. StatusBarState=$str2. TileState=$str3" in logTileClick()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
DGroupCoalescerLogger.kt29 str1 = key in logEventCoalesced()
31 "COALESCED: $str1" in logEventCoalesced()
37 str1 = groupKey in logEmitBatch()
39 "Emitting event batch for group $str1" in logEmitBatch()
45 str1 = modifiedKey in logEarlyEmit()
48 "Modification of notif $str1 triggered early emit of batched group $str2" in logEarlyEmit()
54 str1 = modifiedKey in logMaxBatchTimeout()
57 "Modification of notif $str1 triggered TIMEOUT emit of batched group $str2" in logMaxBatchTimeout()
63 str1 = forKey in logMissingRanking()
65 "RankingMap is missing an entry for coalesced notification $str1" in logMissingRanking()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DActionClickLogger.kt37 str1 = entry?.key in logInitialClick()
41 "ACTION CLICK $str1 (channel=$str2) for pending intent $str3" in logInitialClick()
49 str1 = entry?.key in logRemoteInputWasHandled()
51 " [Action click] Triggered remote input (for $str1))" in logRemoteInputWasHandled()
60 str1 = entry?.key in logStartingIntentWithDefaultHandler()
63 " [Action click] Launching intent $str2 via default handler (for $str1)" in logStartingIntentWithDefaultHandler()
71 str1 = pendingIntent.intent.toString() in logWaitingToCloseKeyguard()
73 " [Action click] Intent $str1 launches an activity, dismissing keyguard first..." in logWaitingToCloseKeyguard()
81 str1 = pendingIntent.intent.toString() in logKeyguardGone()
83 " [Action click] Keyguard dismissed, calling default handler for intent $str1" in logKeyguardGone()
/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/logging/
DBroadcastDispatcherLogger.kt41 str1 = intentString in logBroadcastReceived()
43 "[$int1] Broadcast received for user $int2: $str1" in logBroadcastReceived()
51 str1 = action in logBroadcastDispatched()
54 "Broadcast $int1 ($str1) dispatched to $str2" in logBroadcastDispatched()
62 str1 = receiverString in logReceiverRegistered()
64 "Receiver $str1 registered for user $int1" in logReceiverRegistered()
72 str1 = receiverString in logReceiverUnregistered()
74 "Receiver $str1 unregistered for user $int1" in logReceiverUnregistered()
89 str1 = if (categories != "") { in logContextReceiverRegistered()
97 $str1 in logContextReceiverRegistered()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
DShadeListBuilderLogger.kt53 str1 = filterName in logPreGroupFilterInvalidated()
56 """Pre-group NotifFilter "$str1" invalidated; pipeline state is $int1""" in logPreGroupFilterInvalidated()
62 str1 = name in logPromoterInvalidated()
65 """NotifPromoter "$str1" invalidated; pipeline state is $int1""" in logPromoterInvalidated()
71 str1 = name in logNotifSectionInvalidated()
74 """NotifSection "$str1" invalidated; pipeline state is $int1""" in logNotifSectionInvalidated()
80 str1 = name in logNotifComparatorInvalidated()
83 """NotifComparator "$str1" invalidated; pipeline state is $int1""" in logNotifComparatorInvalidated()
89 str1 = name in logFinalizeFilterInvalidated()
92 """Finalize NotifFilter "$str1" invalidated; pipeline state is $int1""" in logFinalizeFilterInvalidated()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsLogger.kt35 { str1 = reason }, in logStartSectionUpdate()
50 str1 = clazz.name in logIncomingHeader()
52 { "$int1: other ($str1)" } in <lambda>()
66 fun logStr(str: String) = logBuffer.log(TAG, LogLevel.DEBUG, { str1 = str }, { "$str1" }) in logHeadsUp()
75 str1 = label in logPosition()
89 str1 = label in logPosition()
91 { "$int1: $str1" } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeLogger.kt114 str1 = delay in logMissedTick()
116 "Missed AOD time tick by $str1" in logMissedTick()
140 str1 = state.name in logDozeStateChanged()
142 "Doze state changed to $str1" in logDozeStateChanged()
167 str1 = state.name in logPulseDropped()
170 "Pulse dropped, pulsePending=$bool1 state=$str1 blocked=$bool2" in logPulseDropped()
176 str1 = reason in logPulseDropped()
178 "Pulse dropped, why=$str1" in logPulseDropped()
200 str1 = state.name in logDozeSuppressed()
202 "Doze state suppressed, state=$str1" in logDozeSuppressed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DPreparationCoordinatorLogger.kt29 str1 = key in logNotifInflated()
31 "NOTIF INFLATED $str1" in logNotifInflated()
37 str1 = key in logInflationAborted()
40 "NOTIF INFLATION ABORTED $str1 reason=$str2" in logInflationAborted()
DSharedCoordinatorLogger.kt33 str1 = profiles in logUserOrProfileChanged()
35 "Current user or profiles changed. Current user is $int1; profiles are $str1" in logUserOrProfileChanged()
/frameworks/base/cmds/idmap2/tests/
DR.h51 constexpr ResourceId str1 = 0x7f02000d; variable
56 inline const std::string str1 = hexify(R::target::string::str1); variable
68 constexpr ResourceId str1 = 0x7f020000; variable
79 constexpr ResourceId str1 = 0x00020000; variable
DResourceMappingTests.cpp121 ASSERT_RESULT(MappingExists(res, R::target::string::str1, Res_value::TYPE_REFERENCE, in TEST()
122 R::overlay::string::str1, false /* rewrite */)); in TEST()
141 ASSERT_RESULT(MappingExists(res, R::target::string::str1, Res_value::TYPE_DYNAMIC_REFERENCE, in TEST()
144 R::overlay::string::str1, true /* rewrite */)); in TEST()
162 ASSERT_RESULT(MappingExists(res, R::target::string::str1, Res_value::TYPE_REFERENCE, 0x0104000a, in TEST()
182 ASSERT_RESULT(MappingExists(res, R::target::string::str1, Res_value::TYPE_STRING, in TEST()
282 ASSERT_RESULT(MappingExists(res, R::target::string::str1, Res_value::TYPE_REFERENCE, in TEST()
283 R::overlay::string::str1, false /* rewrite */)); in TEST()
DIdmapTests.cpp249 ASSERT_TARGET_ENTRY(target_entries[1], R::target::string::str1, Res_value::TYPE_DYNAMIC_REFERENCE, in TEST()
250 R::overlay::string::str1); in TEST()
259 ASSERT_OVERLAY_ENTRY(overlay_entries[1], R::overlay::string::str1, R::target::string::str1); in TEST()
290 ASSERT_TARGET_ENTRY(target_entries[1], R::target::string::str1, Res_value::TYPE_DYNAMIC_REFERENCE, in TEST()
291 R::overlay_shared::string::str1); in TEST()
301 ASSERT_OVERLAY_ENTRY(overlay_entries[1], R::overlay_shared::string::str1, in TEST()
302 R::target::string::str1); in TEST()
323 ASSERT_TARGET_ENTRY(target_entries[0], R::target::string::str1, Res_value::TYPE_REFERENCE, in TEST()
350 ASSERT_TARGET_ENTRY(target_entries[1], R::target::string::str1, Res_value::TYPE_STRING, in TEST()
DIdmap2BinaryTests.cpp133 ASSERT_NE(result->stdout.find(R::target::string::literal::str1 + " -> 0x7f020000 string/str1"), in TEST_F()
305 "--resid", R::target::string::literal::str1}); in TEST_F()
/frameworks/base/tools/split-select/
DTestRules.cpp51 const Rule ContainsAnyRule(Rule::Key key, const char* str1) { in ContainsAnyRule() argument
55 rule.stringArgs.add(String8(str1)); in ContainsAnyRule()
59 const Rule ContainsAnyRule(Rule::Key key, const char* str1, const char* str2) { in ContainsAnyRule() argument
63 rule.stringArgs.add(String8(str1)); in ContainsAnyRule()
DTestRules.h52 const Rule ContainsAnyRule(Rule::Key key, const char* str1);
53 const Rule ContainsAnyRule(Rule::Key key, const char* str1, const char* str2);
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
DLogBuffer.kt201 log(TAG, LogLevel.DEBUG, { str1 = name }, { "$str1 frozen" }) in freeze()
212 log(TAG, LogLevel.DEBUG, { str1 = name }, { "$str1 unfrozen" }) in unfreeze()
DLogMessageImpl.kt27 override var str1: String?, variable in com.android.systemui.log.LogMessageImpl
51 str1 = null in reset()
DLogMessage.kt40 var str1: String? variable
/frameworks/av/media/mtp/
DMtpDescriptors.h90 char str1[sizeof(STR_INTERFACE)]; member

12