Searched refs:getByteArray (Results 1 – 14 of 14) sorted by relevance
66 mAppData = extras.getByteArray(EXTRA_APPDATA); in NfcB()67 mProtInfo = extras.getByteArray(EXTRA_PROTINFO); in NfcB()
71 mSystemCode = extras.getByteArray(EXTRA_SC); in NfcF()72 mManufacturer = extras.getByteArray(EXTRA_PMM); in NfcF()
75 mHiLayerResponse = extras.getByteArray(EXTRA_HI_LAYER_RESP); in IsoDep()76 mHistBytes = extras.getByteArray(EXTRA_HIST_BYTES); in IsoDep()
71 mAtqa = extras.getByteArray(EXTRA_ATQA); in NfcA()
210 return b.getByteArray("out"); in transceive()
240 byte[] apdu = dataBundle.getByteArray(KEY_DATA); in handleMessage()
87 public byte[] getByteArray() { in getByteArray() method in SerializedFrame.DirectByteOutputStream
476 public byte[] getByteArray(final int key) { in getByteArray() method in Metadata
175 ? savedInstanceState.getByteArray(KEY_NATIVE_SAVED_STATE) : null; in onCreate()
322 byte res[] = mMetadata.getByteArray(Metadata.ALBUM_ART); in testGetByteArray()
124 byte[] bytes = bundle.getByteArray(X509_CERTIFICATE); in restoreState()
1404 public byte[] getByteArray(String key) { in getByteArray() method in Bundle
4764 return mExtras == null ? null : mExtras.getByteArray(name); in getByteArrayExtra()
17483 method public byte[] getByteArray(java.lang.String);44026 method public byte[] getByteArray(java.lang.String, byte[]);44107 method public abstract byte[] getByteArray(java.lang.String, byte[]);