Searched refs:creatorName (Results 1 – 6 of 6) sorted by relevance
243 + config.creatorName + NL); in writeKnownNetworkHistory()369 if (config.creatorName == null || config.lastUpdateName == null) { in readNetworkHistory()370 config.creatorName = in readNetworkHistory()372 config.lastUpdateName = config.creatorName; in readNetworkHistory()376 + " to " + config.creatorName); in readNetworkHistory()529 config.creatorName = value; in readNetworkHistory()
1244 if (app.uid != config.creatorUid || !app.packageName.equals(config.creatorName)) { in removeNetworksForApp()1992 currentConfig.creatorName = config.creatorName; in addOrUpdateNetworkNative()2007 + " name=" + currentConfig.creatorName); in addOrUpdateNetworkNative()
484 config.creatorName = mContext.getPackageManager().getNameForUid(uid); in recordUidIfAuthorized()
439 public String creatorName; field in WifiConfiguration1536 if (creatorName != null) sbuf.append(" cname=" + creatorName); in toString()1884 creatorName = source.creatorName; in WifiConfiguration()1959 dest.writeString(creatorName); in writeToParcel()2030 config.creatorName = in.readString();
368 if (mConfig.creatorName != null && mConfig.creatorName.equals(systemName)) { in getSavedNetworkSummary()373 appInfo = ipm.getApplicationInfo(mConfig.creatorName, 0 /* flags */, userId); in getSavedNetworkSummary()
26605 field public java.lang.String creatorName;