Home
last modified time | relevance | path

Searched refs:mOwnerAppId (Results 1 – 1 of 1) sorted by relevance

/device/google/atv/MdnsOffloadManagerService/src/com/android/tv/mdnsoffloadmanager/
DOffloadIntentStore.java86 && mAppIdAllowlist.contains(intent.mOwnerAppId)) in getOffloadIntentsForInterface()
147 && mAppIdAllowlist.contains(intent.mOwnerAppId)) in getPassthroughIntentsForInterface()
216 final int mOwnerAppId; field in OffloadIntentStore.OffloadIntent
231 mOwnerAppId = ownerAppId; in OffloadIntent()
240 sb.append(", mOwnerAppId=").append(mOwnerAppId); in toString()
256 final int mOwnerAppId; field in OffloadIntentStore.PassthroughIntent
270 mOwnerAppId = ownerAppId; in PassthroughIntent()
280 sb.append(", mOwnerAppId=").append(mOwnerAppId); in toString()