Searched defs:safetySourceId (Results 1 – 14 of 14) sorted by relevance
79 String safetySourceId, in validateRequest()178 boolean callerCanAccessAnySource, String safetySourceId, String callerPackageName) { in isExternalSafetySourceActive()191 SafetySource safetySource, String packageName, String safetySourceId) { in validateCallingPackage()
134 String safetySourceId, in setSafetySourceData()213 String safetySourceId, in reportSafetySourceError()441 String safetySourceId, String packageName, @UserIdInt int userId) { in getSafetySourceData()
58 String safetySourceId, in maybeOverrideSafetyEvent()
254 ArraySet<String> safetySourceIssueIds, String safetySourceId, @UserIdInt int userId) { in updateIssuesForSource()
42 String safetySourceId, in setBiometricSafetySourceData()65 String safetySourceId, in setBiometricSafetySourceData()
53 public void setSafetySourceData(Context context, String safetySourceId, in setSafetySourceData()
367 public void setSafetySourceData( in setSafetySourceData()395 public SafetySourceData getSafetySourceData(@NonNull String safetySourceId) { in getSafetySourceData()416 public void reportSafetySourceError( in reportSafetySourceError()
57 String safetySourceId, in getSafetySourceData()68 String safetySourceId, in reportSafetySourceError()
45 String safetySourceId, in getSafetySourceWorkString()
141 String safetySourceId, String callingPackageName) { in getExternalSafetySource()189 String safetySourceId, @Nullable String callingPackageName) { in isExternalSafetySourceActive()207 public boolean isExternalSafetySourceFromRealConfig(String safetySourceId) { in isExternalSafetySourceFromRealConfig()
463 @SafetySourceIssue.IssueCategory int issueCategory, String safetySourceId) { in isIssueCategoryAllowedForSource()503 String safetySourceId) { in getActionsToOverrideWithDefaultIntentForSource()
303 String safetySourceId, in setSafetySourceData()352 String safetySourceId, String packageName, @UserIdInt int userId) { in getSafetySourceData()371 String safetySourceId, in reportSafetySourceError()
38 val safetySourceId: String? = getStringExtra(EXTRA_SAFETY_SOURCE_ID) in toSafetyCenterIntent() constant
30 val safetySourceId: String? = null, constant in com.android.safetycenter.testing.NotificationCharacteristics