Searched refs:getByteArray (Results 1 – 13 of 13) 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()
87 public byte[] getByteArray() { in getByteArray() method in SerializedFrame.DirectByteOutputStream
476 public byte[] getByteArray(final int key) { in getByteArray() method in Metadata
176 ? 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()
1368 public byte[] getByteArray(String key) { in getByteArray() method in Bundle
4613 return mExtras == null ? null : mExtras.getByteArray(name); in getByteArrayExtra()
16808 method public byte[] getByteArray(java.lang.String);42064 method public byte[] getByteArray(java.lang.String, byte[]);42145 method public abstract byte[] getByteArray(java.lang.String, byte[]);