Lines Matching refs:storageIDs
289 MtpStorageIDList* storageIDs = device->getStorageIDs();290 if (!storageIDs)293 int length = storageIDs->size();296 env->SetIntArrayRegion(array, 0, length, (const jint *)storageIDs->array());298 delete storageIDs;