/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/os/ |
H A D | IDeviceIdleController.aidl | 46 …void addPowerSaveTempWhitelistApp(String name, long duration, int userId, int reasonCode, String r… in addPowerSaveTempWhitelistApp() 47 long addPowerSaveTempWhitelistAppForMms(String name, int userId, int reasonCode, String reason); in addPowerSaveTempWhitelistAppForMms() 48 long addPowerSaveTempWhitelistAppForSms(String name, int userId, int reasonCode, String reason); in addPowerSaveTempWhitelistAppForSms() 49 long whitelistAppTemporarily(String name, int userId, int reasonCode, String reason); in whitelistAppTemporarily()
|
H A D | PowerExemptionManager.java | 610 public void addToTemporaryAllowList(@NonNull String packageName, @ReasonCode int reasonCode, in addToTemporaryAllowList() 635 @ReasonCode int reasonCode, @Nullable String reason, @AllowListEvent int event) { in addToTemporaryAllowListForEvent() 679 public static int getExemptionReasonForStatsd(@ReasonCode int reasonCode) { in getExemptionReasonForStatsd() 728 public static String reasonCodeToString(@ReasonCode int reasonCode) { in reasonCodeToString()
|
H A D | PowerWhitelistManager.java | 461 @ReasonCode int reasonCode, @Nullable String reason) { in whitelistAppTemporarily() 518 @WhitelistEvent int event, @ReasonCode int reasonCode, @Nullable String reason) { in whitelistAppTemporarilyForEvent() 541 public static String reasonCodeToString(@ReasonCode int reasonCode) { in reasonCodeToString()
|
/aosp14/frameworks/base/apex/jobscheduler/framework/java/com/android/server/ |
H A D | DeviceIdleInternal.java | 41 long durationMs, int userId, boolean sync, @ReasonCode int reasonCode, in addPowerSaveTempWhitelistApp() 49 @ReasonCode int reasonCode, @Nullable String reason); in addPowerSaveTempWhitelistApp() 63 @TempAllowListType int type, boolean sync, @ReasonCode int reasonCode, in addPowerSaveTempWhitelistAppDirect() 106 @TempAllowListType int getTempAllowListType(@ReasonCode int reasonCode, in getTempAllowListType()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | DelegateStateCallback.java | 66 void onDestroyed(@SipDelegateManager.SipDelegateDestroyReason int reasonCode); in onDestroyed()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/ |
H A D | MetricsHelper.java | 87 private static int reasonToStatsReason(int reasonCode) { in reasonToStatsReason()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/stub/ |
H A D | CapabilityExchangeEventListener.java | 116 default void onPublishUpdated(int reasonCode, @NonNull String reasonPhrase, in onPublishUpdated()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
H A D | CapabilityExchangeAidlWrapper.java | 92 public void onPublishUpdated(int reasonCode, @NonNull String reasonPhrase, in onPublishUpdated()
|
H A D | SipDelegateAidlWrapper.java | 193 public void onDestroyed(int reasonCode) { in onDestroyed()
|
/aosp14/frameworks/base/services/core/java/com/android/server/net/ |
H A D | NetworkPolicyManagerInternal.java | 52 @ReasonCode int reasonCode, @Nullable String reason); in onTempPowerSaveWhitelistChange()
|
H A D | NetworkPolicyLogger.java | 203 void tempPowerSaveWlChanged(int appId, boolean added, int reasonCode, String reason) { in tempPowerSaveWlChanged() 350 int reasonCode, String reason) { in getTempPowerSaveWlChangedLog() 544 int reasonCode, String reason) { in tempPowerSaveWlChanged()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/ |
H A D | DeviceIdleController.java | 1958 final int reasonCode = msg.arg2; in handleMessage() local 2151 @ReasonCode int reasonCode, @Nullable String reason) throws RemoteException { in whitelistAppTemporarily() 2161 @ReasonCode int reasonCode, @Nullable String reason) throws RemoteException { in addPowerSaveTempWhitelistApp() 2166 @ReasonCode int reasonCode, @Nullable String reason) throws RemoteException { in addPowerSaveTempWhitelistAppForMms() 2250 long durationMs, int userId, boolean sync, @ReasonCode int reasonCode, in addPowerSaveTempWhitelistApp() 2260 @ReasonCode int reasonCode, @Nullable String reason) { in addPowerSaveTempWhitelistApp() 2323 public @TempAllowListType int getTempAllowListType(@ReasonCode int reasonCode, in getTempAllowListType() 3062 private @TempAllowListType int getTempAllowListType(@ReasonCode int reasonCode, in getTempAllowListType() 3075 int userId, @ReasonCode int reasonCode, @Nullable String reason) in addPowerSaveTempAllowlistAppChecked() 3128 @ReasonCode int reasonCode, @Nullable String reason) { in addPowerSaveTempAllowlistAppInternal() [all …]
|
/aosp14/frameworks/base/core/java/android/app/admin/ |
H A D | PolicyUpdateReceiver.java | 202 int reasonCode = intent.getIntExtra( in getPolicyChangedReason() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageRemovedInfo.java | 99 private static @NonNull BroadcastOptions getTemporaryAppAllowlistBroadcastOptions( in getTemporaryAppAllowlistBroadcastOptions()
|
H A D | BroadcastHelper.java | 233 public @NonNull BroadcastOptions getTemporaryAppAllowlistBroadcastOptions( in getTemporaryAppAllowlistBroadcastOptions()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ProcessRecord.java | 1174 void killLocked(String reason, @Reason int reasonCode, boolean noisy) { in killLocked() 1179 void killLocked(String reason, @Reason int reasonCode, @SubReason int subReason, in killLocked() 1185 void killLocked(String reason, String description, @Reason int reasonCode, in killLocked() 1191 void killLocked(String reason, @Reason int reasonCode, @SubReason int subReason, in killLocked() 1197 void killLocked(String reason, String description, @Reason int reasonCode, in killLocked()
|
H A D | AppErrors.java | 454 int reasonCode = ApplicationExitInfo.REASON_ANR; in killAppAtUserRequestLocked() local 468 private void killAppImmediateLSP(ProcessRecord app, int reasonCode, int subReason, in killAppImmediateLSP()
|
H A D | PendingIntentRecord.java | 236 @ReasonCode int reasonCode; field in PendingIntentRecord.TempAllowListDuration 256 @ReasonCode int reasonCode, @Nullable String reason) { in setAllowlistDurationLocked()
|
H A D | PendingIntentController.java | 319 long duration, int type, @PowerWhitelistManager.ReasonCode int reasonCode, in setPendingIntentAllowlistDuration()
|
H A D | PhantomProcessList.java | 497 @Reason int reasonCode, @SubReason int subReason, String msg) { in killPhantomProcessGroupLocked()
|
H A D | BroadcastQueueImpl.java | 940 final @ReasonCode int reasonCode = brOptions.getTemporaryAppAllowlistReasonCode(); in maybeScheduleTempAllowlistLocked() local
|
/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/app/job/ |
H A D | JobParameters.java | 147 public static String getInternalReasonCodeDescription(int reasonCode) { in getInternalReasonCodeDescription()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | BroadcastOptions.java | 403 @ReasonCode int reasonCode, @Nullable String reason) { in setTemporaryAppAllowlist()
|
H A D | ActivityManagerInternal.java | 168 @ReasonCode int reasonCode, @Nullable String reason); in setPendingIntentAllowlistDuration() 207 @ReasonCode int reasonCode, in updateDeviceIdleTempAllowlist() 610 long duration, int type, @ReasonCode int reasonCode, String reason); in tempAllowlistForPendingIntent()
|
/aosp14/frameworks/base/telephony/java/android/service/euicc/ |
H A D | EuiccService.java | 366 @Nullable String reasonCode) { in encodeSmdxSubjectAndReasonCode()
|