Home
last modified time | relevance | path

Searched refs:DEVICE_TYPE (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/
DEasSyncServiceTests.java116 EasSyncService.DEVICE_TYPE, svc.mUserString); in testMakeUriString()
127 EasSyncService.DEVICE_TYPE, svc.mUserString); in testMakeUriString()
/packages/apps/Exchange/tests/src/com/android/exchange/
DEasSyncServiceTests.java116 EasSyncService.DEVICE_TYPE, svc.mUserString); in testMakeUriString()
127 EasSyncService.DEVICE_TYPE, svc.mUserString); in testMakeUriString()
/packages/apps/Exchange/exchange2/src/com/android/exchange/
DEasSyncService.java137 static /*package*/ final String DEVICE_TYPE = "Android"; field in EasSyncService
138 static final String USER_AGENT = DEVICE_TYPE + '/' + Build.VERSION.RELEASE + '-' +
1172 "&DeviceType=" + DEVICE_TYPE; in cacheAuthUserAndBaseUriStrings()