Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DForegroundServiceDelegationOptions.java85 public String mClientInstanceName; field in ForegroundServiceDelegationOptions
108 mClientInstanceName = clientInstanceName; in ForegroundServiceDelegationOptions()
122 && this.mClientInstanceName.equals(that.mClientInstanceName); in isSameDelegate()
130 + ":" + mClientInstanceName); in getComponentName()
152 .append(mClientInstanceName) in getDescription()
207 String mClientInstanceName; // The delegation service instance name field in ForegroundServiceDelegationOptions.Builder
255 mClientInstanceName = clientInstanceName; in setClientInstanceName()
292 mClientInstanceName, in build()