OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:samplesync
(Results
1 - 25
of
29
) sorted by null
1
2
/development/samples/SampleSyncAdapter/res/xml-v14/
contacts.xml
22
inviteContactActivity="com.example.android.
samplesync
.activities.InviteContactActivity"
24
viewContactNotifyService="com.example.android.
samplesync
.notifier.NotifierService"
25
viewGroupActivity="com.example.android.
samplesync
.activities.ViewGroupActivity"
27
viewStreamItemActivity="com.example.android.
samplesync
.activities.ViewStreamItemActivity"
28
viewStreamItemPhotoActivity="com.example.android.
samplesync
.activities.ViewStreamItemPhotoActivity"
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/
Constants.java
16
package com.example.android.
samplesync
;
23
public static final String ACCOUNT_TYPE = "com.example.android.
samplesync
";
28
public static final String AUTHTOKEN_TYPE = "com.example.android.
samplesync
";
/development/samples/SampleSyncAdapter/samplesyncadapter_server/templates/
simple_form.html
19
<title>
SampleSync
: {{ title }}</title>
23
<h1>
SampleSync
: {{ header }}</h1>
edit_avatar.html
19
<title>
SampleSync
: Edit Picture</title>
23
<h1>
SampleSync
: Edit Picture</h1>
contacts.html
19
<title>
SampleSync
: Contacts for '{{ username }}'</title>
23
<h1>
SampleSync
: Contacts for '{{ username }}'</h1>
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/activities/
InviteContactActivity.java
16
package com.example.android.
samplesync
.activities;
18
import com.example.android.
samplesync
.R;
ViewGroupActivity.java
16
package com.example.android.
samplesync
.activities;
18
import com.example.android.
samplesync
.R;
ViewStreamItemActivity.java
16
package com.example.android.
samplesync
.activities;
18
import com.example.android.
samplesync
.R;
ViewStreamItemPhotoActivity.java
16
package com.example.android.
samplesync
.activities;
18
import com.example.android.
samplesync
.R;
/development/samples/SampleSyncAdapter/tests/src/com/example/android/samplesync/client/
UserTest.java
16
package com.example.android.
samplesync
.client;
18
import com.example.android.
samplesync
.client.User;
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
SyncAdapter.java
16
package com.example.android.
samplesync
.syncadapter;
18
import com.example.android.
samplesync
.Constants;
19
import com.example.android.
samplesync
.client.NetworkUtilities;
20
import com.example.android.
samplesync
.client.RawContact;
21
import com.example.android.
samplesync
.platform.ContactManager;
53
private static final String SYNC_MARKER_KEY = "com.example.android.
samplesync
.marker";
SyncService.java
16
package com.example.android.
samplesync
.syncadapter;
/development/samples/SampleSyncAdapter/res/xml/
authenticator.xml
24
android:accountType="com.example.android.
samplesync
"
syncadapter.xml
34
android:accountType="com.example.android.
samplesync
"
/development/samples/SampleSyncAdapter/res/xml-v11/
syncadapter.xml
30
android:accountType="com.example.android.
samplesync
"
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticationService.java
17
package com.example.android.
samplesync
.authenticator;
Authenticator.java
17
package com.example.android.
samplesync
.authenticator;
19
import com.example.android.
samplesync
.Constants;
20
import com.example.android.
samplesync
.client.NetworkUtilities;
35
* authenticating accounts in the com.example.android.
samplesync
domain. The
AuthenticatorActivity.java
17
package com.example.android.
samplesync
.authenticator;
19
import com.example.android.
samplesync
.Constants;
20
import com.example.android.
samplesync
.R;
21
import com.example.android.
samplesync
.client.NetworkUtilities;
294
*
SampleSync
Service
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/notifier/
NotifierService.java
16
package com.example.android.
samplesync
.notifier;
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
SampleSyncAdapterColumns.java
16
package com.example.android.
samplesync
.platform;
BatchOperation.java
16
package com.example.android.
samplesync
.platform;
ContactOperations.java
16
package com.example.android.
samplesync
.platform;
18
import com.example.android.
samplesync
.Constants;
19
import com.example.android.
samplesync
.R;
20
import com.example.android.
samplesync
.client.NetworkUtilities;
/development/samples/SampleSyncAdapter/tests/src/com/example/android/samplesync/authenticator/
AuthenticatorActivityTest.java
16
package com.example.android.
samplesync
.authenticator;
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java
17
package com.example.android.
samplesync
.client;
97
* Connects to the
SampleSync
test server, authenticates the provided
/development/samples/SampleSyncAdapter/
AndroidManifest.xml
21
package="com.example.android.
samplesync
"
Completed in 380 milliseconds
1
2