Searched refs:NA (Results 1 – 2 of 2) sorted by relevance
26 private static readonly NA = 'n/a'; property in WmCustomQueryUtils35 ) ?? WmCustomQueryUtils.NA;38 WmCustomQueryUtils.NA;95 proto.windowToken?.hashCode?.toString(16) ?? WmCustomQueryUtils.NA;96 const title = proto.name ?? WmCustomQueryUtils.NA;113 WmCustomQueryUtils.NA;114 const title = proto.name ?? WmCustomQueryUtils.NA;129 ) ?? WmCustomQueryUtils.NA;130 const title = proto.displayInfo?.name ?? WmCustomQueryUtils.NA;147 WmCustomQueryUtils.NA;[all …]
1071 final int NA = mainApps.size(); in getMainApps() local1072 for (int a = 0; a < NA; a++) { in getMainApps()