HomeSort by relevance Sort by last modified time
    Searched refs:VERBOSE_LOGGING (Results 1 - 25 of 29) sorted by null

1 2

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/sqlite/
DatabaseAnalyzer.java 37 private static final boolean VERBOSE_LOGGING = AbstractContactsProvider.VERBOSE_LOGGING;
83 if (VERBOSE_LOGGING) {
88 if (VERBOSE_LOGGING) {
92 if (VERBOSE_LOGGING) {
SqlChecker.java 38 private static final boolean VERBOSE_LOGGING = AbstractContactsProvider.VERBOSE_LOGGING;
51 if (VERBOSE_LOGGING) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsTaskScheduler.java 36 public static final boolean VERBOSE_LOGGING = AbstractContactsProvider.VERBOSE_LOGGING;
74 if (VERBOSE_LOGGING) {
108 if (VERBOSE_LOGGING) {
133 if (VERBOSE_LOGGING) {
ContactsPackageMonitor.java 42 private static final boolean VERBOSE_LOGGING = AbstractContactsProvider.VERBOSE_LOGGING;
80 if (VERBOSE_LOGGING) {
126 if (VERBOSE_LOGGING) Log.d(TAG, "onPackageChanged: Scanning package: " + packageName);
137 if (VERBOSE_LOGGING) Log.v(TAG, "Calling PendingResult.finish()...");
147 if (VERBOSE_LOGGING) Log.d(TAG, "Cleaning up data for package: " + packageName);
VoicemailContentProvider.java 65 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
77 if (VERBOSE_LOGGING) {
180 if (VERBOSE_LOGGING) {
197 if (VERBOSE_LOGGING) {
212 if (VERBOSE_LOGGING) {
227 if (VERBOSE_LOGGING) {
254 if (VERBOSE_LOGGING) {
530 if (VERBOSE_LOGGING) {
544 if (VERBOSE_LOGGING) {
552 if (VERBOSE_LOGGING) {
    [all...]
ContactMetadataProvider.java 59 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
124 if (VERBOSE_LOGGING) {
295 if (VERBOSE_LOGGING) {
314 if (VERBOSE_LOGGING) {
AbstractContactsProvider.java 57 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
254 if (VERBOSE_LOGGING) {
272 if (VERBOSE_LOGGING) {
SearchIndexManager.java 53 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
294 if (VERBOSE_LOGGING) {
340 if (VERBOSE_LOGGING) {
CallLogProvider.java 70 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
199 if (VERBOSE_LOGGING) {
294 if (VERBOSE_LOGGING) {
462 if (VERBOSE_LOGGING) {
493 if (VERBOSE_LOGGING) {
529 if (VERBOSE_LOGGING) {
    [all...]
ContactDirectoryManager.java 57 private static final boolean DEBUG = AbstractContactsProvider.VERBOSE_LOGGING;
ContactsProvider2.java     [all...]
ContactsDatabaseHelper.java     [all...]
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
AutoFocusStateMachine.java 72 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
150 if (VERBOSE_LOGGING) Log.v(TAG, "onCaptureCompleted - new AF mode = " + afMode +
194 if (VERBOSE_LOGGING) Log.v(TAG, "resetState - last state was " + mLastAfState);
220 if (VERBOSE_LOGGING) Log.v(TAG, "lockAutoFocus");
263 if (VERBOSE_LOGGING) Log.v(TAG, "unlockAutoFocus");
306 if (VERBOSE_LOGGING) Log.v(TAG, "setActiveAutoFocus");
336 if (VERBOSE_LOGGING) Log.v(TAG, "setPassiveAutoFocus - picture " + picture);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
CappedStringBuilder.java 61 if (!mOver && AbstractContactsProvider.VERBOSE_LOGGING) {
UserUtils.java 30 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
EnterprisePolicyGuard.java 40 private static final boolean VERBOSE_LOGGING = ContactsProvider2.VERBOSE_LOGGING;
79 if (VERBOSE_LOGGING) {
EnterpriseContactsCursorWrapper.java 44 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
154 if (VERBOSE_LOGGING) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 83 if (VERBOSE_LOGGING) {
149 if (VERBOSE_LOGGING) {
191 if (VERBOSE_LOGGING) {
200 if (VERBOSE_LOGGING) {
214 if (VERBOSE_LOGGING) {
238 if (VERBOSE_LOGGING) {
328 if (VERBOSE_LOGGING) {
335 if (VERBOSE_LOGGING) {
342 if (VERBOSE_LOGGING) {
352 if (VERBOSE_LOGGING) {
    [all...]
ContactAggregator2.java 96 if (VERBOSE_LOGGING) {
102 if (VERBOSE_LOGGING) {
145 if (VERBOSE_LOGGING) {
166 if (VERBOSE_LOGGING) {
172 if (VERBOSE_LOGGING) {
182 if (VERBOSE_LOGGING) {
369 if (VERBOSE_LOGGING) {
    [all...]
AbstractContactAggregator.java 91 protected static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactDeltaList.java 48 private static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
129 if (VERBOSE_LOGGING) {
206 if (VERBOSE_LOGGING) {
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.5.0-alpha-preview-02/
builder-2.5.0-alpha-preview-02.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha4/
builder-3.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha5/
builder-3.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha6/
builder-3.0.0-alpha6.jar 

Completed in 318 milliseconds

1 2