Searched refs:mInfoIntent (Results 1 – 2 of 2) sorted by relevance
86 private final @Nullable PendingIntent mInfoIntent; field in PrinterInfo106 mInfoIntent = infoIntent; in PrinterInfo()219 return mInfoIntent; in getInfoIntent()281 mInfoIntent = parcel.readParcelable(null); in PrinterInfo()299 parcel.writeParcelable(mInfoIntent, flags); in writeToParcel()314 result = prime * result + ((mInfoIntent != null) ? mInfoIntent.hashCode() : 0); in hashCode()352 if (mInfoIntent == null) { in equalsIgnoringStatus()353 if (other.mInfoIntent != null) { in equalsIgnoringStatus()356 } else if (!mInfoIntent.equals(other.mInfoIntent)) { in equalsIgnoringStatus()395 builder.append(", infoIntent=").append(mInfoIntent); in toString()[all …]
54971 Landroid/print/PrinterInfo$Builder;->mInfoIntent:Landroid/app/PendingIntent;54989 Landroid/print/PrinterInfo;->mInfoIntent:Landroid/app/PendingIntent;