Searched refs:mLocalId (Results 1 – 6 of 6) sorted by relevance
35 private final @NonNull String mLocalId; field in PrinterId47 mLocalId = localId; in PrinterId()52 mLocalId = Preconditions.checkNotNull(parcel.readString()); in PrinterId()74 return mLocalId; in getLocalId()85 parcel.writeString(mLocalId); in writeToParcel()103 if (!mLocalId.equals(other.mLocalId)) { in equals()114 hashCode = prime * hashCode + mLocalId.hashCode(); in hashCode()123 builder.append(", localId=").append(mLocalId); in toString()
86 return mLocalId; in getLocalId()119 const local_id_t mLocalId; variable
42 return mLocalId; in getLocalId()106 const local_id_t mLocalId; variable
951 : mAllocator(allocator), mLocalId(localId), mImpl(new Impl(allocator)) {} in C2BufferQueueBlockPool()
766 : mAllocator(allocator), mLocalId(localId), mImpl(new Impl(allocator)) {} in C2PooledBlockPool()
44401 Landroid/print/PrinterId;->mLocalId:Ljava/lang/String;