HomeSort by relevance Sort by last modified time
    Searched defs:importance (Results 1 - 25 of 69) sorted by null

1 2 3

  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
RecyclerViewAutofillTest.java 47 int importance = ViewCompat.getImportantForAutofill(recyclerView); local
50 assertEquals(View.IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS, importance);
52 assertEquals(View.IMPORTANT_FOR_ACCESSIBILITY_AUTO, importance);
  /packages/apps/Settings/src/com/android/settings/notification/
AllowSoundPreferenceController.java 73 final int importance = local
75 mChannel.setImportance(importance);
BlockPreferenceController.java 97 // It's always safe to override the importance if it's meant to be blocked or if
100 final int importance = blocked ? IMPORTANCE_NONE local
102 mChannel.setImportance(importance);
ImportancePreferenceController.java 38 private static final String KEY_IMPORTANCE = "importance";
92 final int importance = Integer.parseInt((String) newValue); local
94 // If you are moving from an importance level without sound to one with sound,
100 && importance >= IMPORTANCE_DEFAULT) {
106 mChannel.setImportance(importance);
116 int importance = channel.getImportance(); local
117 switch (importance) {
NotificationPreferenceController.java 119 int importance = mChannel.getImportance(); local
120 if (importance == NotificationManager.IMPORTANCE_UNSPECIFIED) {
123 return importance >= minImportanceVisible;
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
NotificationChannelManager.java 71 int importance = NotificationManager.IMPORTANCE_DEFAULT; local
79 importance = NotificationManager.IMPORTANCE_MAX;
87 importance = NotificationManager.IMPORTANCE_DEFAULT;
95 importance = NotificationManager.IMPORTANCE_LOW;
103 NotificationChannel channel = new NotificationChannel(channelId, name, importance);
  /packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
NotificationSettingsTests.java 119 UiObject2 importance = mDevice.wait(Until.findObject(By.text("Importance")), TIMEOUT); local
120 assertNotNull("Could not find importance toggle", importance);
121 assertFalse(importance.isEnabled());
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/notifications/
MediaNotificationManager.java 185 int importance = NotificationManager.IMPORTANCE_LOW; local
186 NotificationChannel mChannel = new NotificationChannel(CHANNEL_ID, name, importance);
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/notifications/
MediaNotificationManager.java 185 int importance = NotificationManager.IMPORTANCE_LOW; local
186 NotificationChannel mChannel = new NotificationChannel(CHANNEL_ID, name, importance);
  /external/libchrome/base/trace_event/
process_memory_dump.h 44 int importance; member in struct:base::trace_event::ProcessMemoryDump::MemoryAllocatorDumpEdge
129 // the memory usage of |target| to |source|. |importance| is optional and
131 // the owner with the highest importance will be attributed |target|'s memory.
134 int importance);
  /external/sl4a/Utils/src/com/googlecode/android_scripting/
Log.java 54 int importance = NotificationManager.IMPORTANCE_DEFAULT; local
55 NotificationChannel channel = new NotificationChannel(CHANNEL_ID, name, importance);
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
ScriptingLayerService.java 109 int importance = NotificationManager.IMPORTANCE_DEFAULT; local
110 NotificationChannel channel = new NotificationChannel(CHANNEL_ID, name, importance);
TriggerService.java 111 int importance = NotificationManager.IMPORTANCE_DEFAULT; local
112 NotificationChannel channel = new NotificationChannel(CHANNEL_ID, name, importance);
  /cts/tests/app/src/android/app/cts/android/app/cts/tools/
ServiceProcessController.java 201 int importance = mAm.getPackageImportance(mServicePackage); local
202 if (importance != ActivityManager.RunningAppProcessInfo.IMPORTANCE_GONE) {
203 throw new IllegalStateException("Unexpected importance after killing process: "
204 + importance);
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationListenerServiceTest.java 107 int[] importance = new int[mKeys.length]; local
119 importance[i] = getImportance(i);
130 suppressedVisualEffects, importance, explanation, overrideGroupKeys,
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationHelper.java 290 int importance = (buzz ? IMPORTANCE_DEFAULT : IMPORTANCE_LOW); local
297 channel = new NotificationChannel(id, name, importance);
NotificationInteractionTests.java 325 int importance = NotificationManager.IMPORTANCE_DEFAULT; local
327 importance);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidDeviceService.java 229 int importance = msg.arg1; local
231 if (importance > FOREGROUND_IMPORTANCE_CUTOFF
261 public void onUidImportance(final int uid, final int importance) {
263 message.arg1 = importance;
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
UsageStatsTest.java 471 int importance = NotificationManager.IMPORTANCE_DEFAULT; local
473 importance);
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
AndroidFacade.java 847 int importance = NotificationManager.IMPORTANCE_DEFAULT; local
848 NotificationChannel channel = new NotificationChannel(CHANNEL_ID, name, importance);
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationRecord.java 315 int importance = getChannel().getImportance(); local
344 && (importance == IMPORTANCE_UNSPECIFIED
360 importance = requestedImportance;
363 stats.naturalImportance = importance;
364 return importance;
381 // Don't copy importance information or mGlobalSortKey, recompute them.
404 proto.write(NotificationRecordProto.IMPORTANCE, getImportance());
581 "NotificationRecord(0x%08x: pkg=%s user=%s id=%d tag=%s importance=%d key=%s" +
676 public void setUserImportance(int importance) {
677 mUserImportance = importance;
    [all...]
RankingHelper.java 86 private static final String ATT_IMPORTANCE = "importance";
223 r.importance = XmlUtils.readIntAttribute(
301 private Record getOrCreateRecord(String pkg, int uid, int importance, int priority,
311 r.importance = importance;
376 r.importance);
379 if (r.importance != NotificationManager.IMPORTANCE_UNSPECIFIED) {
404 r.importance != DEFAULT_IMPORTANCE
414 if (r.importance != DEFAULT_IMPORTANCE) {
415 out.attribute(null, ATT_IMPORTANCE, Integer.toString(r.importance));
1470 int importance = DEFAULT_IMPORTANCE; field in class:RankingHelper.Record
    [all...]
  /external/opencv/ml/src/
mltree.cpp 3013 double* importance; local
    [all...]
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java 1734 Integer importance = mImportance.get(key); local
1854 int[] importance = mRankingUpdate.getImportance(); local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanManager.java 112 public int importance; field in class:ScanManager.UidImportance
114 UidImportance(int uid, int importance) {
116 this.importance = importance;
1368 int importance = imp.importance; local
    [all...]

Completed in 636 milliseconds

1 2 3