/frameworks/support/tv-provider/tests/src/android/support/media/tv/ |
D | ChannelLogoUtilsTest.java | 36 private long mChannelId; field in ChannelLogoUtilsTest 46 mChannelId = ContentUris.parseId(mChannelUri); in setUp() 56 assertNull(ChannelLogoUtils.loadChannelLogo(getContext(), mChannelId)); in testStoreChannelLogo_fromBitmap() local 60 assertTrue(ChannelLogoUtils.storeChannelLogo(getContext(), mChannelId, logo)); in testStoreChannelLogo_fromBitmap() local 64 assertNotNull(ChannelLogoUtils.loadChannelLogo(getContext(), mChannelId)); in testStoreChannelLogo_fromBitmap() local 68 assertNull(ChannelLogoUtils.loadChannelLogo(getContext(), mChannelId)); in testStoreChannelLogo_fromResUri() local 77 assertTrue(ChannelLogoUtils.storeChannelLogo(getContext(), mChannelId, logoUri)); in testStoreChannelLogo_fromResUri() local 81 assertNotNull(ChannelLogoUtils.loadChannelLogo(getContext(), mChannelId)); in testStoreChannelLogo_fromResUri() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccPkcs15.java | 91 if (mChannelId >= 0) { in selectFile() 92 mUiccCard.iccTransmitApduLogicalChannel(mChannelId, 0x00, 0xA4, 0x00, 0x04, 0x02, in selectFile() 100 if (mChannelId >=0 ) { in readBinary() 101 mUiccCard.iccTransmitApduLogicalChannel(mChannelId, 0x00, 0xB0, 0x00, 0x00, 0x00, in readBinary() 162 mChannelId = ((int[]) ar.result)[0]; in handleMessage() 163 log("mChannelId: " + mChannelId); in handleMessage() 181 private int mChannelId = -1; // Channel Id for communicating with UICC. field in UiccPkcs15 251 if (mChannelId >= 0) { in cleanUp() 252 mUiccCard.iccCloseLogicalChannel(mChannelId, obtainMessage( in cleanUp() 254 mChannelId = -1; in cleanUp()
|
D | UiccCarrierPrivilegeRules.java | 209 private int mChannelId; // Channel Id for communicating with UICC. field in UiccCarrierPrivilegeRules 420 mChannelId = ((int[]) ar.result)[0]; in handleMessage() 421 mUiccCard.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, P1, P2, P3, in handleMessage() 423 mChannelId)); in handleMessage() 457 mUiccCard.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, in handleMessage() 460 mChannelId)); in handleMessage() 475 mUiccCard.iccCloseLogicalChannel(mChannelId, obtainMessage( in handleMessage() 477 mChannelId = -1; in handleMessage()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccCardTest.java | 187 int mChannelId = 1; in testUpdateUiccCardState() local 191 mSimulatedCommands.setOpenChannelId(mChannelId); in testUpdateUiccCardState() 207 eq(mChannelId), anyInt(), anyInt(), anyInt(), anyInt(), anyInt(), anyString(), in testUpdateUiccCardState()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommands.java | 124 private int mChannelId = IccOpenLogicalChannelResponse.INVALID_CHANNEL; field in SimulatedCommands 1875 Object result = new int[]{mChannelId}; in iccOpenLogicalChannel() 2072 mChannelId = channelId; in setOpenChannelId()
|
/frameworks/support/compat/java/android/support/v4/app/ |
D | NotificationCompat.java | 869 b.mBigContentView, b.mHeadsUpContentView, b.mChannelId, b.mBadgeIcon, in build() 1054 String mChannelId; field in NotificationCompat.Builder 1080 mChannelId = channelId; in Builder() 1779 mChannelId = channelId; in setChannelId()
|