Searched refs:debugTag (Results 1 – 4 of 4) sorted by relevance
74 protected WakeLockStateMachine(String debugTag, Context context, Phone phone) { in WakeLockStateMachine() argument75 super(debugTag); in WakeLockStateMachine()81 mWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, debugTag); in WakeLockStateMachine()
2496 public static String validateDebugTag(@Nullable String debugTag) { in validateDebugTag() argument2497 if (debugTag == null) { in validateDebugTag()2500 debugTag = debugTag.trim(); in validateDebugTag()2501 if (debugTag.isEmpty()) { in validateDebugTag()2504 if (debugTag.length() > MAX_DEBUG_TAG_LENGTH) { in validateDebugTag()2508 return debugTag.intern(); in validateDebugTag()
230 private static String debugTag(int bias, @PowerManager.ThermalStatus int status) { in debugTag() method in ThermalStatusRestrictionTest435 String msg = debugTag(jobBias, thermalStatus); in testIsJobRestrictedBiasFgs_flagThermalRestrictionsToFgsJobsEnabled()522 String msg = debugTag(jobBias, thermalStatus); in testIsJobRestrictedBiasLessThanFgs()
1773 final String debugTag; in readDebugTagsFromXml() local1775 debugTag = JobInfo.validateDebugTag(parser.getAttributeValue(null, "tag")); in readDebugTagsFromXml()1780 debugTags.add(debugTag); in readDebugTagsFromXml()