Home
last modified time | relevance | path

Searched refs:clientInstanceName (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DForegroundServiceDelegationOptions.java110 @NonNull String clientInstanceName, in ForegroundServiceDelegationOptions() argument
114 clientInstanceName, foregroundServiceTypes, delegationService, in ForegroundServiceDelegationOptions()
123 @NonNull String clientInstanceName, in ForegroundServiceDelegationOptions() argument
133 mClientInstanceName = clientInstanceName; in ForegroundServiceDelegationOptions()
284 public Builder setClientInstanceName(@NonNull String clientInstanceName) { in setClientInstanceName() argument
285 mClientInstanceName = clientInstanceName; in setClientInstanceName()