OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GalResult
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Exchange/src/com/android/exchange/adapter/
GalParser.java
19
import com.android.exchange.provider.
GalResult
;
20
import com.android.exchange.provider.
GalResult
.GalData;
30
GalResult
mGalResult = new
GalResult
();
37
public
GalResult
getGalResult() {
56
public void parseProperties(
GalResult
galResult
) throws IOException {
102
galResult
.addGalData(galData);
105
public void parseResult(
GalResult
galResult
) throws IOException
[
all
...]
/packages/apps/Exchange/src/com/android/exchange/provider/
GalResult.java
26
public class
GalResult
{
31
public
GalResult
() {
ExchangeDirectoryProvider.java
52
import com.android.exchange.provider.
GalResult
.GalData;
329
final
GalResult
galResult
= EasSyncService.searchGal(getContext(), accountId,
331
if (
galResult
!= null) {
333
projection,
galResult
, sortOrder, limit, isEmail, isPhone);
375
/*package*/ Cursor buildGalResultCursor(String[] projection,
GalResult
galResult
,
445
final int count =
galResult
.galData.size();
447
final GalData galDataRow =
galResult
.galData.get(i);
/packages/apps/Exchange/tests/src/com/android/exchange/provider/
ExchangeDirectoryProviderTests.java
21
import com.android.exchange.provider.
GalResult
.GalData;
52
GalResult
result = new
GalResult
();
85
private
GalResult
getTestDisplayNameResult() {
86
GalResult
result = new
GalResult
();
99
GalResult
result = getTestDisplayNameResult();
113
GalResult
result = getTestDisplayNameResult();
/packages/apps/Exchange/src/com/android/exchange/
EasSyncService.java
75
import com.android.exchange.provider.
GalResult
;
[
all
...]
Completed in 54 milliseconds