Searched defs:tech (Results 1 - 4 of 4) sorted by last modified time

/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/qemu/telephony/
H A Dandroid_modem.c123 android_parse_modem_tech( const char * tech )
125 const struct { const char* name; AModemTech tech; } techs[] = { member in struct:__anon30205
136 if (!strcmp(tech, techs[nn].name))
137 return techs[nn].tech;
1021 * Tell whether the specified tech is valid for the preferred mask.
1023 * @tech: The AModemTech we try to validate
1028 static int matchPreferredMask( int32_t pmask, AModemTech tech )
1033 if (pmask & (1 << (tech + i*8 ))) {
/external/libnfc-nci/src/nfc/int/
H A Dce_int.h130 tNFC_RF_TECH tech; member in struct:__anon24346
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 122 milliseconds