Home
last modified time | relevance | path

Searched refs:debugInfo (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/timedetector/
H A DTelephonyTimeSuggestion.java87 ArrayList<String> debugInfo = in.readArrayList( in createFromParcel() local
89 if (debugInfo != null) { in createFromParcel()
90 suggestion.addDebugInfo(debugInfo); in createFromParcel()
197 public void addDebugInfo(@NonNull String debugInfo) { in addDebugInfo() argument
201 mDebugInfo.add(debugInfo); in addDebugInfo()
209 public void addDebugInfo(@NonNull List<String> debugInfo) { in addDebugInfo() argument
211 mDebugInfo = new ArrayList<>(debugInfo.size()); in addDebugInfo()
213 mDebugInfo.addAll(debugInfo); in addDebugInfo()
279 public Builder addDebugInfo(@NonNull String debugInfo) { in addDebugInfo() argument
283 mDebugInfo.add(debugInfo); in addDebugInfo()
H A DTimeSuggestionHelper.java82 public void addDebugInfo(@NonNull String debugInfo) { in addDebugInfo() argument
86 mDebugInfo.add(debugInfo); in addDebugInfo()
103 public void addDebugInfo(@NonNull List<String> debugInfo) { in addDebugInfo() argument
105 mDebugInfo = new ArrayList<>(debugInfo.size()); in addDebugInfo()
107 mDebugInfo.addAll(debugInfo); in addDebugInfo()
/aosp14/frameworks/base/core/java/android/app/timezonedetector/
H A DTelephonyTimeZoneSuggestion.java83 int slotIndex, @NonNull String debugInfo) { in createEmptySuggestion() argument
167 List<String> debugInfo = in createFromParcel() local
169 if (debugInfo != null) { in createFromParcel()
170 suggestion.addDebugInfo(debugInfo); in createFromParcel()
246 public void addDebugInfo(@NonNull String debugInfo) { in addDebugInfo() argument
250 mDebugInfo.add(debugInfo); in addDebugInfo()
258 public void addDebugInfo(@NonNull List<String> debugInfo) { in addDebugInfo() argument
260 mDebugInfo = new ArrayList<>(debugInfo.size()); in addDebugInfo()
262 mDebugInfo.addAll(debugInfo); in addDebugInfo()
356 public Builder addDebugInfo(@NonNull String debugInfo) { in addDebugInfo() argument
[all …]
H A DTimeZoneDetector.java141 static ManualTimeZoneSuggestion createManualTimeZoneSuggestion(String tzId, String debugInfo) { in createManualTimeZoneSuggestion() argument
143 suggestion.addDebugInfo(debugInfo); in createManualTimeZoneSuggestion()
H A DManualTimeZoneSuggestion.java68 …ArrayList<String> debugInfo = (ArrayList<String>) in.readArrayList(null /* classLoader */, java.la… in createFromParcel() local
69 suggestion.mDebugInfo = debugInfo; in createFromParcel()
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/location/
H A DLocationTimeZoneProvider.java194 @Nullable String debugInfo) { in ProviderState() argument
200 this.mDebugInfo = debugInfo; in ProviderState()
217 @Nullable String debugInfo) { in newState() argument
287 return new ProviderState(provider, newStateEnum, event, currentUserConfig, debugInfo); in newState()
773 String debugInfo = "handleTemporaryFailure: reason=" + reason in handleTemporaryFailure() local
777 null, currentState.currentUserConfiguration, debugInfo); in handleTemporaryFailure()
H A DLocationTimeZoneProviderController.java660 String debugInfo = "Provider event received: provider=" + provider in handleProviderSuggestion() local
663 reportSuggestionEvent(suggestion, debugInfo); in handleProviderSuggestion()
771 String debugInfo = "Uncertainty timeout triggered for " + provider.getName() + ":" in onProviderUncertaintyTimeout() local
779 reportSuggestionEvent(suggestion, debugInfo); in onProviderUncertaintyTimeout()
H A DLocationTimeZoneManagerShellCommand.java279 for (String debugInfo : lastEvent.getDebugInfo()) { in runDumpControllerState()
281 "debug_info", LocationTimeZoneProviderEventProto.DEBUG_INFO, debugInfo); in runDumpControllerState()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
H A DUsageStatsDatabaseTest.java359 String debugInfo = ""; in compareIntervalStats() local
361 debugInfo += c.toString() + "\n"; in compareIntervalStats()
363 debugInfo += "\n"; in compareIntervalStats()
365 debugInfo += c.toString() + "\n"; in compareIntervalStats()
368 + " not found in deserialized IntervalStat\n" + debugInfo); in compareIntervalStats()
/aosp14/frameworks/base/services/core/java/com/android/server/timedetector/
H A DNetworkTimeUpdateService.java666 @NonNull String debugInfo, @NonNull RefreshCallbacks refreshCallbacks) { in makeNetworkTimeSuggestion() argument
671 timeSuggestion.addDebugInfo(debugInfo); in makeNetworkTimeSuggestion()
/aosp14/frameworks/base/apct-tests/perftests/rubidium/assets/
H A Drubidium_scoring_logic_compiled.js48 …a,r:b};Ac(this,a,b);return{desirability:0,postRevshareBidCpmUsdMicros:0,debugInfo:this.D?g:void 0,…
49 …mUsdMicros,postRevshareBidCpmUsdMicros:this.postRevshareBidCpmUsdMicros,debugInfo:this.D?f:void 0,…
51 …d,f,W(a,8)||W(a,22));W(a,8)&&b.debugInfo&&console.log(b.debugInfo);if(W(a,22)&&b.debugInfo){d=b.de…
58 …ac(e),a.o.set(m,e),e=Mc(a,e),1!==e.B))return c=a.reject(e.G,e.B),c.debugInfo&&(c.debugInfo.acru=m),
H A Dturtledove_generate_bid.js114 ….l):(b=c,b.J=H.l)}return{bidResponse:{ad:{},bid:b.J,render:b.renderUrl},debugInfo:void 0}};var Ac=…
H A Dturtledove_parametrized_generateBid.js111 ….l):(b=c,b.J=H.l)}return{bidResponse:{ad:{},bid:b.J,render:b.renderUrl},debugInfo:void 0}};var wc=…
H A Drubidium_bidding_logic_compiled.js72 …turn{ha:{ad:{},bid:c.I/1E6,render:c.renderUrl,allowComponentAuction:!0},debugInfo:void 0}}function…
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java7930 final String debugInfo = in shouldAllowFgsStartForegroundWithBindingCheckLocked() local
7951 if (!debugInfo.equals(r.mInfoAllowStartForeground)) { in shouldAllowFgsStartForegroundWithBindingCheckLocked()
7953 r.mInfoAllowStartForeground = debugInfo; in shouldAllowFgsStartForegroundWithBindingCheckLocked()