HomeSort by relevance Sort by last modified time
    Searched refs:applyingBatch (Results 1 - 3 of 3) 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/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 86 private boolean applyingBatch() {
93 boolean applyingBatch = applyingBatch();
95 if (!applyingBatch) {
148 boolean applyingBatch = applyingBatch();
150 if (!applyingBatch) {
181 boolean applyingBatch = applyingBatch();
183 if (!applyingBatch) {
    [all...]

Completed in 48 milliseconds