Searched refs:mLocalId (Results 1 – 6 of 6) sorted by relevance
34 private final @NonNull String mLocalId; field in PrinterId46 mLocalId = localId; in PrinterId()51 mLocalId = Preconditions.checkNotNull(parcel.readString()); in PrinterId()73 return mLocalId; in getLocalId()84 parcel.writeString(mLocalId); in writeToParcel()102 if (!mLocalId.equals(other.mLocalId)) { in equals()113 hashCode = prime * hashCode + mLocalId.hashCode(); in hashCode()122 builder.append(", localId=").append(mLocalId); in toString()
37 return mLocalId; in getLocalId()72 const local_id_t mLocalId; variable
86 return mLocalId; in getLocalId()119 const local_id_t mLocalId; variable
766 : mAllocator(allocator), mLocalId(localId), mImpl(new Impl(allocator)) {} in C2BufferQueueBlockPool()
740 : mAllocator(allocator), mLocalId(localId), mImpl(new Impl(allocator)) {} in C2PooledBlockPool()
54963 Landroid/print/PrinterId;->mLocalId:Ljava/lang/String;