HomeSort by relevance Sort by last modified time
    Searched refs:applyingBatch (Results 1 - 4 of 4) sorted by null

  /frameworks/ex/common/java/com/android/common/content/
SQLiteContentProvider.java 90 private boolean applyingBatch() {
97 boolean applyingBatch = applyingBatch();
98 if (!applyingBatch) {
150 boolean applyingBatch = applyingBatch();
151 if (!applyingBatch) {
178 boolean applyingBatch = applyingBatch();
179 if (!applyingBatch) {
    [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
SQLiteContentProvider.java 102 private boolean applyingBatch() {
110 boolean applyingBatch = applyingBatch();
111 if (!applyingBatch) {
152 boolean applyingBatch = applyingBatch();
153 if (!applyingBatch) {
176 boolean applyingBatch = applyingBatch();
177 if (!applyingBatch) {
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/data/
SQLiteContentProvider.java 111 private boolean applyingBatch() {
119 boolean applyingBatch = applyingBatch();
120 if (!applyingBatch) {
162 boolean applyingBatch = applyingBatch();
163 if (!applyingBatch) {
186 boolean applyingBatch = applyingBatch();
187 if (!applyingBatch) {
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
SQLiteContentProvider.java 84 private boolean applyingBatch() {
91 boolean applyingBatch = applyingBatch();
93 if (!applyingBatch) {
146 boolean applyingBatch = applyingBatch();
148 if (!applyingBatch) {
179 boolean applyingBatch = applyingBatch();
181 if (!applyingBatch) {
    [all...]

Completed in 60 milliseconds