Searched defs:mChannelId (Results 1 – 7 of 7) sorted by relevance
36 private long mChannelId; field in ChannelLogoUtilsTest56 assertNull(ChannelLogoUtils.loadChannelLogo(getContext(), mChannelId)); in testStoreChannelLogo_fromBitmap() local60 assertTrue(ChannelLogoUtils.storeChannelLogo(getContext(), mChannelId, logo)); in testStoreChannelLogo_fromBitmap() local64 assertNotNull(ChannelLogoUtils.loadChannelLogo(getContext(), mChannelId)); in testStoreChannelLogo_fromBitmap() local68 assertNull(ChannelLogoUtils.loadChannelLogo(getContext(), mChannelId)); in testStoreChannelLogo_fromResUri() local77 assertTrue(ChannelLogoUtils.storeChannelLogo(getContext(), mChannelId, logoUri)); in testStoreChannelLogo_fromResUri() local81 assertNotNull(ChannelLogoUtils.loadChannelLogo(getContext(), mChannelId)); in testStoreChannelLogo_fromResUri() local
187 int mChannelId = 1; in testUpdateUiccCardState() local
181 private int mChannelId = -1; // Channel Id for communicating with UICC. field in UiccPkcs15
209 private int mChannelId; // Channel Id for communicating with UICC. field in UiccCarrierPrivilegeRules
1131 private String mChannelId; field in Notification8109 private String mChannelId; field in Notification.Builder.TvExtender
124 private int mChannelId = IccOpenLogicalChannelResponse.INVALID_CHANNEL; field in SimulatedCommands
1054 String mChannelId; field in NotificationCompat.Builder