Searched refs:priority (Results 101 - 125 of 136) sorted by relevance

123456

/frameworks/rs/driver/
H A DrsdGL.cpp485 void rsdGLSetPriority(const Context *rsc, int32_t priority) {
486 if (priority > 0) {
487 // Mark context as low priority.
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java875 // priority or have asked to be default options.
882 r0.priority + "/" + r0.isDefault + " vs " +
884 ri.priority + "/" + ri.isDefault);
885 if (r0.priority != ri.priority ||
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java106 pw.println(prefix + " pri=" + notification.priority + " score=" + sbn.getScore());
H A DNotificationManagerService.java1197 public void setPackagePriority(String pkg, int uid, int priority) {
1199 mRankingHelper.setPackagePriority(pkg, uid, priority);
1805 notification.priority = clamp(notification.priority, Notification.PRIORITY_MIN,
1809 if (notification.priority < Notification.PRIORITY_MAX) {
1810 notification.priority = Notification.PRIORITY_MAX;
1814 if (notification.priority < Notification.PRIORITY_HIGH) {
1815 notification.priority = Notification.PRIORITY_HIGH;
1820 final int score = notification.priority * NOTIFICATION_PRIORITY_MULTIPLIER;
2911 // Intrusiveness trumps priority, henc
[all...]
H A DNotificationUsageStats.java504 private static final String COL_PRIORITY = "priority";
683 outCv.put(COL_PRIORITY, r.getNotification().priority);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiAutoJoinController.java829 return 1; // b is of higher priority - ascending
836 return -1; // a is of higher priority - descending
850 // a is of higher priority - descending
866 // a is of lower priority - ascending
883 if (a.priority > b.priority) {
884 // a is of higher priority - descending
887 + b.configKey() + " due to priority");
891 } else if (a.priority < b.priority) {
[all...]
H A DWifiConfigStore.java170 /* Tracks the highest priority of configured networks */
458 * the selection (i.e. network priority) might not be persisted.
802 * updating the priority of all the networks and enabling the given
816 // Reset the priority of each network at start or if it goes too high.
820 config.priority = 0;
827 // Set to the highest priority and save the configuration.
830 config.priority = ++mLastPriority;
1470 if (config.priority > mLastPriority) {
1471 mLastPriority = config.priority;
1695 out.writeUTF(PRIORITY_KEY + Integer.toString(config.priority)
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java435 * Obsolete flag indicating high-priority notifications; use the priority field instead.
437 * @deprecated Use {@link #priority} with a positive value.
464 * Default notification {@link #priority}. If your application does not prioritize its own
470 * Lower {@link #priority}, for items that are less important. The UI may choose to show these
477 * Lowest {@link #priority}; these items might not be shown to the user except under special
483 * Higher {@link #priority}, for more important notifications or alerts. The UI may choose to
490 * Highest {@link #priority}, for your application's most important items that require the
496 * Relative priority for this notification.
499 * this notification. Low-priority notification
511 public int priority; field in class:Notification
[all...]
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp700 int32_t priority,
720 data.writeInt32(priority);
1245 int32_t priority = data.readInt32(); local
1252 sp<IEffect> effect = createEffect(&desc, client, priority, output, sessionId,
697 createEffect( effect_descriptor_t *pDesc, const sp<IEffectClient>& client, int32_t priority, audio_io_handle_t output, int sessionId, status_t *status, int *id, int *enabled) argument
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java777 /*package*/ native static final void dumpTheme(long theme, int priority, String tag, String prefix); argument
H A DResources.java1650 * @param priority The log priority to use.
1654 public void dump(int priority, String tag, String prefix) { argument
1655 AssetManager.dumpTheme(mTheme, priority, tag, prefix);
/frameworks/rs/
H A Drs_hal.h97 void (*setPriority)(const Context *, int32_t priority);
H A Drs.spec94 param int32_t priority
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DContentSettingsAdapter.java573 public synchronized void setRenderPriority(RenderPriority priority) { argument
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp252 jstring type, jstring uuid, jint priority, jint sessionId, jintArray jId, jobjectArray javadesc)
316 priority,
251 android_media_AudioEffect_native_setup(JNIEnv *env, jobject thiz, jobject weak_this, jstring type, jstring uuid, jint priority, jint sessionId, jintArray jId, jobjectArray javadesc) argument
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java738 notification.priority = Notification.PRIORITY_MIN;
776 notification.priority = Notification.PRIORITY_LOW;
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java416 RunnerThread(String name, Runnable op, int priority) { argument
419 mPriority = priority;
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp318 void RsdCpuReferenceImpl::setPriority(int32_t priority) { argument
320 setpriority(PRIO_PROCESS, mWorkers.mNativeThreadId[ct], priority);
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduPersister.java1029 int priority = sendReq.getPriority();
1030 if (priority != 0) {
1031 values.put(Mms.PRIORITY, priority);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
H A DCdmaSmsTest.java272 assertEquals(bearerData.priority, BearerData.PRIORITY_EMERGENCY);
319 assertEquals(bearerData.priority, BearerData.PRIORITY_EMERGENCY);
696 assertEquals(bd2.priority, BearerData.PRIORITY_URGENT);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java1008 final int priority =
1010 if (priority < currentPriority) {
1011 currentPriority = priority;
1014 if (priority == 0) {
/frameworks/base/core/java/android/content/
H A DIntentFilter.java41 * and/or path) in an Intent. It also includes a "priority" value which is
155 * The filter {@link #setPriority} value at which system high-priority
165 * The filter {@link #setPriority} value at which system low-priority
427 * Modify priority of this filter. The default priority is 0. Positive
433 * @param priority The new priority value.
439 public final void setPriority(int priority) { argument
440 mPriority = priority;
444 * Return the priority o
[all...]
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2418 int32_t priority,
2430 ALOGV("createEffect pid %d, effectClient %p, priority %d, sessionId %d, io %d",
2431 pid, effectClient.get(), priority, sessionId, io);
2590 handle = thread->createEffect_l(client, effectClient, priority, sessionId,
2415 createEffect( effect_descriptor_t *pDesc, const sp<IEffectClient>& effectClient, int32_t priority, audio_io_handle_t io, int sessionId, status_t *status, int *id, int *enabled) argument
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java3075 // If there is more than one activity with the same priority,
3080 Slog.v(TAG, r0.activityInfo.name + "=" + r0.priority + " vs "
3081 + r1.activityInfo.name + "=" + r1.priority);
3083 // If the first activity has a higher priority, or a different
3085 if (r0.priority != r1.priority
3093 flags, query, r0.priority, true, false, debug, userId);
3170 List<ResolveInfo> query, int priority, boolean always,
3485 forwardingResolveInfo.priority = 0;
3710 // If there is more than one service with the same priority,
3169 findPreferredActivity(Intent intent, String resolvedType, int flags, List<ResolveInfo> query, int priority, boolean always, boolean removeMatches, boolean debug, int userId) argument
4182 reportSettingsProblem(int priority, String msg) argument
4186 logCriticalInfo(int priority, String msg) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTrackerBase.java263 * Higher numbers are higher priority and sorted so highest priority is first */
268 return c2.priority - c1.priority;
1843 // The Initial Attach APN is highest priority so use it if there is one
1856 // The priority of apn candidates from highest to lowest is:

Completed in 1221 milliseconds

123456