Searched defs:safetySourceId (Results 1 – 13 of 13) 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()
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()
53 public void setSafetySourceData(Context context, String safetySourceId, in setSafetySourceData()
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()
455 @SafetySourceIssue.IssueCategory int issueCategory, String safetySourceId) { in isIssueCategoryAllowedForSource()495 String safetySourceId) { in getActionsToOverrideWithDefaultIntentForSource()
300 String safetySourceId, in setSafetySourceData()349 String safetySourceId, String packageName, @UserIdInt int userId) { in getSafetySourceData()368 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