Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DForegroundServiceDelegationOptions.java85 public String mClientInstanceName; field in ForegroundServiceDelegationOptions
133 mClientInstanceName = clientInstanceName; in ForegroundServiceDelegationOptions()
149 && this.mClientInstanceName.equals(that.mClientInstanceName); in isSameDelegate()
157 + ":" + mClientInstanceName); in getComponentName()
179 .append(mClientInstanceName) in getDescription()
235 String mClientInstanceName; // The delegation service instance name field in ForegroundServiceDelegationOptions.Builder
285 mClientInstanceName = clientInstanceName; in setClientInstanceName()
322 mClientInstanceName, in build()