Searched refs:priority (Results 176 - 200 of 209) sorted by relevance

123456789

/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduPersister.java1028 int priority = sendReq.getPriority();
1029 if (priority != 0) {
1030 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/av/include/media/stagefright/
H A DACodec.h489 status_t setPriority(int32_t priority);
/frameworks/av/media/libstagefright/foundation/include/
H A DACodec.h489 status_t setPriority(int32_t priority);
/frameworks/av/media/libstagefright/include/
H A DACodec.h489 status_t setPriority(int32_t priority);
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java878 /*package*/ native static final void dumpTheme(long theme, int priority, String tag, String prefix); argument
H A DResourcesImpl.java1257 public void dump(int priority, String tag, String prefix) { argument
1259 AssetManager.dumpTheme(mTheme, priority, tag, prefix);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNetworkHistory.java199 out.writeUTF(PRIORITY_KEY + SEPARATOR + Integer.toString(config.priority) + NL);
/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/rs/
H A DrsApiStubs.h32 extern "C" void rsContextSetPriority (RsContext rsc, int32_t priority);
H A Drs_hal.h148 void (*setPriority)(const Context *, int32_t priority);
H A DrsApiStubs.cpp219 extern "C" void rsContextSetPriority (RsContext ctxWrapper, int32_t priority) argument
221 RS_DISPATCH(ctxWrapper, ContextSetPriority, priority);
H A DrsHidlAdaptation.cpp484 void RsHidlAdaptation::ContextSetPriority (RsContext context, int32_t priority) argument
486 GetIContextHandle(context)->contextSetPriority((ThreadPriorities)priority);
/frameworks/base/core/java/android/content/
H A DIntentFilter.java46 * and/or path) in an Intent. It also includes a "priority" value which is
162 * The filter {@link #setPriority} value at which system high-priority
172 * The filter {@link #setPriority} value at which system low-priority
475 * Modify priority of this filter. This only affects receiver filters.
476 * The priority of activity filters are set in XML and cannot be changed
477 * programatically. The default priority is 0. Positive values will be
482 * @param priority The new priority value.
488 public final void setPriority(int priority) { argument
489 mPriority = priority;
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp288 void RsdCpuReferenceImpl::setPriority(int32_t priority) { argument
290 setpriority(PRIO_PROCESS, mWorkers.mNativeThreadId[ct], priority);
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java2092 protected static ResolveInfo ri(String packageName, String name, boolean isSystem, int priority) { argument
2102 ri.priority = priority;
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java542 * The set of all protected actions [i.e. those actions for which a high priority
687 * Tracks high priority intent filters for protected actions. During boot, certain
688 * filter actions are protected and should never be allowed to have a high priority
690 * setup wizard. It must be able to define a high priority intent filter for these
2784 // have a high priority filter for these actions.
2789 + " All protected intents capped to priority 0");
2795 + " allow priority " + filter.getPriority() + ";"
2798 + " priority: " + filter.getPriority());
2800 // skip setup wizard; allow it to keep the high priority filter
2804 Slog.i(TAG, "Protected action; cap priority t
6627 findPreferredActivity(Intent intent, String resolvedType, int flags, List<ResolveInfo> query, int priority, boolean always, boolean removeMatches, boolean debug, int userId) argument
8713 reportSettingsProblem(int priority, String msg) argument
8717 logCriticalInfo(int priority, String msg) argument
[all...]
H A DShortcutService.java439 // We need to set a priority, so let's just not use PackageMonitor for now.
2270 // Find the system one with the highest priority.
2271 // (We need to check the priority too because of FallbackHome in Settings.)
2284 ri.activityInfo.getComponentName(), ri.priority));
2286 if (ri.priority < lastPriority) {
2290 lastPriority = ri.priority;
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h235 int32_t priority,
H A DThreads.h301 int32_t priority,
H A DAudioFlinger.cpp2850 int32_t priority,
2872 ALOGV("createEffect pid %d, effectClient %p, priority %d, sessionId %d, io %d, factory %p",
2873 pid, effectClient.get(), priority, sessionId, io, mEffectsFactoryHal.get());
3049 handle = thread->createEffect_l(client, effectClient, priority, sessionId,
2847 createEffect( effect_descriptor_t *pDesc, const sp<IEffectClient>& effectClient, int32_t priority, audio_io_handle_t io, audio_session_t sessionId, const String16& opPackageName, pid_t pid, status_t *status, int *id, int *enabled) argument
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java718 bData.priority, null, bData.cmasWarningInfo);
/frameworks/av/media/libstagefright/
H A DACodec.cpp2258 int32_t priority; local
2259 if (msg->findInt32("priority", &priority)) {
2260 err = setPriority(priority);
2340 status_t ACodec::setPriority(int32_t priority) { argument
2341 if (priority < 0) {
2346 config.nU32 = (OMX_U32)priority;
2351 ALOGI("codec does not support config priority (err %d)", temp);
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java2344 * The priority the engine declares for the the intent filter
2349 public int priority; field in class:TextToSpeech.EngineInfo
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java218 * Higher numbers are higher priority and sorted so highest priority is first */
223 return c2.priority - c1.priority;
1039 return apnContext.priority;
2155 log("setupData: Higher priority ApnContext active. Ignoring call");
2160 // Only lower priority calls left. Disconnect them all in this single PDP case
2161 // so that we can bring up the requested higher priority call (once we receive
2221 // The Initial Attach APN is highest priority so use it if there is one
2234 // The priority o
[all...]

Completed in 590 milliseconds

123456789