Searched refs:dataProfiles (Results 1 - 1 of 1) sorted by relevance

/hardware/ril/libril/
H A Dril.cpp1892 RIL_DataProfileInfo dataProfiles[num]; local
1897 dataProfilePtrs[i] = &dataProfiles[i];
1900 dataProfiles[i].profileId = (int) t;
1902 dataProfiles[i].apn = strdupReadString(p);
1903 dataProfiles[i].protocol = strdupReadString(p);
1905 dataProfiles[i].authType = (int) t;
1907 dataProfiles[i].user = strdupReadString(p);
1908 dataProfiles[i].password = strdupReadString(p);
1911 dataProfiles[i].type = (int) t;
1914 dataProfiles[
[all...]

Completed in 290 milliseconds