OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syncActive
(Results
1 - 7
of
7
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutWindowCoordinator.java
175
syncActive
();
206
syncActive
();
259
private void
syncActive
() {
269
syncActive
();
274
syncActive
();
279
syncActive
();
284
syncActive
();
351
syncActive
();
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
EntryListFragment.java
346
boolean
syncActive
= ContentResolver.isSyncActive(
350
setRefreshActionButtonState(
syncActive
|| syncPending);
/developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
EntryListFragment.java
346
boolean
syncActive
= ContentResolver.isSyncActive(
350
setRefreshActionButtonState(
syncActive
|| syncPending);
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
EntryListFragment.java
346
boolean
syncActive
= ContentResolver.isSyncActive(
350
setRefreshActionButtonState(
syncActive
|| syncPending);
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
RichSetupFragment.java
242
boolean
syncActive
= ContentResolver.isSyncActive(account,
246
boolean syncServiceInProgress =
syncActive
|| syncPending;
/packages/apps/Settings/src/com/android/settings/accounts/
AccountSyncSettings.java
235
boolean
syncActive
= !ContentResolver.getCurrentSyncsAsUser(
237
menu.findItem(MENU_SYNC_NOW_ID).setVisible(!
syncActive
);
238
menu.findItem(MENU_SYNC_CANCEL_ID).setVisible(
syncActive
);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
AccountSyncFragment.java
170
boolean
syncActive
= !ContentResolver.getCurrentSyncsAsUser(
172
if (
syncActive
) {
Completed in 388 milliseconds