/packages/modules/Permission/framework-s/java/android/safetycenter/ |
D | SafetySourceErrorDetails.java | 39 public final class SafetySourceErrorDetails implements Parcelable { class 42 public static final Creator<SafetySourceErrorDetails> CREATOR = 43 new Creator<SafetySourceErrorDetails>() { 45 public SafetySourceErrorDetails createFromParcel(Parcel in) { 47 return new SafetySourceErrorDetails(safetyEvent); 51 public SafetySourceErrorDetails[] newArray(int size) { 52 return new SafetySourceErrorDetails[0]; 58 public SafetySourceErrorDetails(@NonNull SafetyEvent safetyEvent) { in SafetySourceErrorDetails() method in SafetySourceErrorDetails 71 if (!(o instanceof SafetySourceErrorDetails)) return false; in equals() 72 SafetySourceErrorDetails that = (SafetySourceErrorDetails) o; in equals()
|
D | ISafetyCenterManager.aidl | 23 import android.safetycenter.SafetySourceErrorDetails; 69 in SafetySourceErrorDetails safetySourceErrorDetails, in reportSafetySourceError()
|
D | SafetySourceErrorDetails.aidl | 24 parcelable SafetySourceErrorDetails;
|
D | SafetyCenterManager.java | 418 @NonNull SafetySourceErrorDetails safetySourceErrorDetails) { in reportSafetySourceError()
|
/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/ |
D | SafetySourceErrorDetailsTest.kt | 20 import android.safetycenter.SafetySourceErrorDetails 33 val errorDetails = SafetySourceErrorDetails(SAFETY_EVENT) in getSafetyEvent_returnsSafetyEvent() 40 val errorDetails = SafetySourceErrorDetails(SAFETY_EVENT) in parcelRoundTrip_recreatesEqual() 42 assertThat(errorDetails).recreatesEqual(SafetySourceErrorDetails.CREATOR) in parcelRoundTrip_recreatesEqual() 48 parcelableCreator = SafetySourceErrorDetails.CREATOR in equalsHashCodeToString_usingEqualsHashCodeToStringTester() 51 SafetySourceErrorDetails(SAFETY_EVENT), in equalsHashCodeToString_usingEqualsHashCodeToStringTester() 52 SafetySourceErrorDetails( in equalsHashCodeToString_usingEqualsHashCodeToStringTester() 57 SafetySourceErrorDetails( in equalsHashCodeToString_usingEqualsHashCodeToStringTester()
|
D | SafetyCenterUnsupportedTest.kt | 24 import android.safetycenter.SafetySourceErrorDetails 162 SafetySourceErrorDetails(EVENT_SOURCE_STATE_CHANGED) in reportSafetySourceError_doesntCallListener() 175 SafetySourceErrorDetails(EVENT_SOURCE_STATE_CHANGED) in reportSafetySourceError_withoutPermission_throwsSecurityException()
|
D | SafetyCenterManagerTest.kt | 34 import android.safetycenter.SafetySourceErrorDetails 704 SafetySourceErrorDetails(EVENT_SOURCE_STATE_CHANGED) in reportSafetySourceError_changesSafetyCenterDataButDoesntCallErrorListener() 719 SafetySourceErrorDetails(EVENT_SOURCE_STATE_CHANGED) in reportSafetySourceError_unknownId_throwsIllegalArgumentException() 734 SafetySourceErrorDetails(EVENT_SOURCE_STATE_CHANGED) in reportSafetySourceError_staticId_throwsIllegalArgumentException() 751 SafetySourceErrorDetails(EVENT_SOURCE_STATE_CHANGED) in reportSafetySourceError_differentPackage_throwsIllegalArgumentException() 771 SafetySourceErrorDetails(EVENT_SOURCE_STATE_CHANGED) in reportSafetySourceError_withFlagDisabled_doesntCallListener() 784 SafetySourceErrorDetails(EVENT_SOURCE_STATE_CHANGED) in reportSafetySourceError_withoutPermission_throwsSecurityException()
|
/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/ |
D | SafetyCenterApisWithShellPermissions.kt | 28 import android.safetycenter.SafetySourceErrorDetails 75 safetySourceErrorDetails: SafetySourceErrorDetails in SafetyCenterManager()
|
D | SafetySourceIntentHandler.kt | 36 import android.safetycenter.SafetySourceErrorDetails 227 reportSafetySourceError(request.sourceId, SafetySourceErrorDetails(safetyEvent)) in processRequest()
|
/packages/modules/Permission/tests/hostside/safetycenter/helper-app/src/android/safetycenter/hostside/device/ |
D | SafetySourceStateCollectedLoggingHelperTests.kt | 22 import android.safetycenter.SafetySourceErrorDetails 83 SafetySourceErrorDetails( in reportSafetySourceError_source1()
|
/packages/modules/Permission/service/java/com/android/safetycenter/data/ |
D | SafetySourceDataRepository.java | 31 import android.safetycenter.SafetySourceErrorDetails; 165 SafetySourceKey safetySourceKey, SafetySourceErrorDetails safetySourceErrorDetails) { in reportSafetySourceError()
|
D | SafetyCenterDataManager.java | 29 import android.safetycenter.SafetySourceErrorDetails; 212 SafetySourceErrorDetails safetySourceErrorDetails, in reportSafetySourceError()
|
/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/ |
D | SafetyCenterManagerTest.kt | 57 import android.safetycenter.SafetySourceErrorDetails in <lambda>() 1239 SafetySourceErrorDetails(EVENT_SOURCE_STATE_CHANGED) in <lambda>() 2621 SafetySourceErrorDetails(EVENT_SOURCE_STATE_CHANGED) in <lambda>() 2680 SafetySourceErrorDetails(EVENT_SOURCE_STATE_CHANGED) in <lambda>() 2919 SafetySourceErrorDetails(EVENT_SOURCE_STATE_CHANGED) in <lambda>() 2923 SafetySourceErrorDetails(EVENT_SOURCE_STATE_CHANGED) in <lambda>() 2963 SafetySourceErrorDetails(EVENT_SOURCE_STATE_CHANGED) in <lambda>() 3790 SafetySourceErrorDetails(EVENT_SOURCE_STATE_CHANGED) in <lambda>()
|
D | SafetyCenterNotificationTest.kt | 29 import android.safetycenter.SafetySourceErrorDetails 585 SafetySourceErrorDetails( in reportSafetySourceError_sourceWithNotification_cancelsNotification()
|
/packages/modules/Permission/service/java/com/android/safetycenter/ |
D | SafetyCenterService.java | 63 import android.safetycenter.SafetySourceErrorDetails; 369 SafetySourceErrorDetails errorDetails, in reportSafetySourceError()
|
/packages/modules/Permission/framework-s/api/ |
D | system-current.txt | 272 …d reportSafetySourceError(@NonNull String, @NonNull android.safetycenter.SafetySourceErrorDetails); 403 public final class SafetySourceErrorDetails implements android.os.Parcelable { 404 ctor public SafetySourceErrorDetails(@NonNull android.safetycenter.SafetyEvent); 408 … static final android.os.Parcelable.Creator<android.safetycenter.SafetySourceErrorDetails> CREATOR;
|