Searched defs:Utils (Results 1 - 17 of 17) sorted by relevance

/packages/services/Car/car-support-lib/src/android/support/car/app/menu/
H A DUtils.java24 public class Utils { class
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
H A DUtils.java21 class Utils { class
/packages/apps/Messaging/src/android/support/v7/mms/
H A DUtils.java35 class Utils { class
104 if (Utils.supportMSim()) {
/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
H A DUtils.java28 public class Utils { class
29 private Utils() { method in class:Utils
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DUtils.java31 import com.android.settingslib.bluetooth.Utils.ErrorListener;
34 * Utils is a helper class that contains constants for various
38 public final class Utils { class
39 static final boolean V = com.android.settingslib.bluetooth.Utils.V; // verbose logging
40 static final boolean D = com.android.settingslib.bluetooth.Utils.D; // regular logging
42 private Utils() { method in class:Utils
142 com.android.settingslib.bluetooth.Utils.setErrorListener(mErrorListener);
/packages/apps/TV/tests/common/src/com/android/tv/testing/
H A DUtils.java52 public final class Utils { class
53 private static final String TAG ="Utils";
137 private Utils() {} method in class:Utils
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/
H A DUtils.java38 public final class Utils { class
40 private static final String LOG_TAG = "Utils";
59 private Utils() { method in class:Utils
92 && !Utils.isModernPermissionGroup(group.getName())) {
/packages/apps/WallpaperPicker/src/com/android/gallery3d/common/
H A DUtils.java27 public class Utils { class
28 private static final String TAG = "Utils";
/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DUtils.java49 final public class Utils { class
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DUtils.java32 public class Utils { class
33 private static final String TAG = "Utils";
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DUtils.java87 public class Utils { class
92 public Utils() {} method in class:Utils
/packages/apps/DeskClock/src/com/android/deskclock/
H A DUtils.java74 public class Utils { class
188 * Uses {@link Utils#calculateRadiusOffset(float, float, float)} after fetching the values
568 if (Utils.isAmPmStringLong()) {
/packages/apps/Settings/src/com/android/settings/
H A DUtils.java109 public final class Utils extends com.android.settingslib.Utils { class in inherits:com.android.settingslib.Utils
/packages/apps/TV/src/com/android/tv/util/
H A DUtils.java68 public class Utils { class
69 private static final String TAG = "Utils";
126 private Utils() { method in class:Utils
150 return Utils.intern(cursor.getString(0));
320 return Utils.floorTime(dayToMatchInMillis + offset, DAY_IN_MS)
321 == Utils.floorTime(subjectTimeInMillis + offset, DAY_IN_MS);
/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java75 public class Utils { class
1441 String timeString = Utils.formatDateRange(context, startMillis, endMillis,
1457 String dateString = Utils.formatDateRange(context, startMillis, endMillis,
1467 datetimeString = Utils.formatDateRange(context, startMillis, endMillis,
1640 return Utils.isValidEmail(email) && !email.equals(syncAccountName);
1712 String[] s = Utils.getSharedPreference(context, KEY_QUICK_RESPONSES, (String[]) null);
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DUtils.java77 public class Utils { class
200 LogUtils.e(Utils.LOG_TAG, "Error finding package %s",
480 intent.putExtra(Utils.EXTRA_ACCOUNT, account.serialize());
481 intent.putExtra(Utils.EXTRA_FOLDER_URI, folderUri);
482 intent.putExtra(Utils.EXTRA_CONVERSATION, conversation);
496 LogUtils.wtf(LOG_TAG, "Utils.createViewFolderIntent(%s,%s): Bad input", folderUri,
504 intent.putExtra(Utils.EXTRA_ACCOUNT, account.serialize());
505 intent.putExtra(Utils.EXTRA_FOLDER_URI, folderUri);
517 LogUtils.wtf(LOG_TAG, "Utils.createViewInboxIntent(%s): Bad input", account);
524 intent.putExtra(Utils
[all...]
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 625 milliseconds