Searched refs:exempt (Results 1 – 8 of 8) sorted by relevance
70 exempt = 'EXEMPT'85 …'+none+' '+justification+'\n\tFlag: <packageName>.<flagName>\n\tFlag: ' +exempt+' '+justification+…
84 boolean exempt) { in SensitiveNotificatioMediaProjectionSession() argument87 this.mExempt = exempt; in SensitiveNotificatioMediaProjectionSession()132 long sessionId, int projectionAppUid, boolean exempt) { in logSensitiveContentProtectionSessionStart() argument134 new SensitiveNotificatioMediaProjectionSession(sessionId, projectionAppUid, exempt); in logSensitiveContentProtectionSessionStart()
331 void setFreezeExempt(boolean exempt) { in setFreezeExempt() argument332 mFreezeExempt = exempt; in setFreezeExempt()
180 // app requested to be exempt183 // indicates if the app is exempt from background restrictions and the reason if applicable.
134 …description: "Allowlisting to exempt safety-relevant cameras from privacy control for automotive d…
469 // Set of app ids that are exempt form low power standby484 // Packages that are exempt from Low Power Standby restrictions
6609 boolean exempt = mN.bigContentView == null in bigContentViewRequired()6611 return !exempt; in bigContentViewRequired()6619 boolean exempt = mN.contentView != null && mN.bigContentView == null in bigContentViewRequired()6621 return !exempt; in bigContentViewRequired()
22253 // app requested to be exempt22256 // indicates if the app is exempt from background restrictions and the reason if applicable.