Searched defs:priority (Results 76 - 97 of 97) sorted by path

1234

/frameworks/base/wifi/java/android/net/wifi/passpoint/
H A DWifiPasspointDmTree.java239 String fqdn, String priority, String country) {
240 PreferredRoamingPartnerList obj = new PreferredRoamingPartnerList(name, fqdn, priority,
238 createPreferredRoamingPartnerList(String name, String fqdn, String priority, String country) argument
H A DWifiPasspointPolicy.java75 mRoamingPriority = 128; //default priority value of 128
127 public void setCredentialPriority(int priority) { argument
128 mCredentialPriority = priority;
132 public void setRoamingPriority(int priority) { argument
133 mRoamingPriority = priority;
288 //home sp priority is higher then roaming
293 //if both home sp, compare credential priority
295 Log.d(TAG, "this priority is higher");
299 //if priority still the same, compare name(ssid)
321 //if both roaming sp, compare roaming priority(preferredRoamingPartnerLis
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/multidex/library/test/src/android/util/
H A DLog.java204 * @param priority The priority/type of this log message
210 public static int println(int priority, String tag, String msg) { argument
211 return println(LOG_ID_MAIN, priority, tag, msg);
222 int priority, String tag, String msg) {
221 println(int bufID, int priority, String tag, String msg) argument
/frameworks/native/cmds/installd/
H A Dinstalld.cpp641 int priority; local
645 priority = ANDROID_LOG_WARN;
648 priority = ANDROID_LOG_INFO;
651 priority = ANDROID_LOG_ERROR;
655 LOG_PRI_VA(priority, "SELinux", fmt, ap);
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasClient.java536 byte priority = PRIORITY_ANY; field in class:BluetoothMasClient.MessagesFilter
574 priority = filter;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java198 /* Tracks the highest priority of configured networks */
502 * the selection (i.e. network priority) might not be persisted.
950 private boolean setNetworkPriorityNative(int netId, int priority) { argument
952 WifiConfiguration.priorityVarName, Integer.toString(priority));
973 * updating the priority of all the networks and enabling the given
981 * @param updatePriorities makes config highest priority network
988 // Reset the priority of each network at start or if it goes too high.
993 config2.priority = 0;
994 setNetworkPriorityNative(config2.networkId, config.priority);
1001 // Set to the highest priority an
[all...]
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsCbMessage.java86 /** Normal message priority. */
89 /** Interactive message priority. */
92 /** Urgent message priority. */
95 /** Emergency message priority. */
132 /** Message priority (including emergency priority). */
146 int priority, SmsCbEtwsInfo etwsWarningInfo, SmsCbCmasInfo cmasWarningInfo) {
154 mPriority = priority;
304 * Get the message priority. Normal broadcasts return {@link #MESSAGE_PRIORITY_NORMAL}
307 * @return an integer representing the message priority
144 SmsCbMessage(int messageFormat, int geographicalScope, int serialNumber, SmsCbLocation location, int serviceCategory, String language, String body, int priority, SmsCbEtwsInfo etwsWarningInfo, SmsCbCmasInfo cmasWarningInfo) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
H A DBearerData.java100 * Supported priority modes for CDMA SMS messages
109 public int priority = PRIORITY_NORMAL; field in class:BearerData
124 * Supported alert priority modes for CDMA SMS messages
416 builder.append(", priority=" + (priorityIndicatorSet ? priority : "unset"));
854 outStream.write(2, bData.priority);
1184 * either a SPACE or '!' to indicate normal or urgent priority,
1208 bData.priority = PRIORITY_NORMAL;
1210 bData.priority = PRIORITY_URGENT;
1213 "illegal priority settin
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnContext.java62 public final int priority; field in class:ApnContext
111 priority = config.priority;
H A DDcSwitchAsyncChannel.java69 final int priority; field in class:DcSwitchAsyncChannel.RequestInfo
73 public RequestInfo(NetworkRequest request, int priority, LocalLog l) { argument
75 this.priority = priority;
91 ", priority=" + priority + "]";
H A DDctController.java315 private int requestNetwork(NetworkRequest request, int priority, LocalLog l) { argument
316 logd("requestNetwork request=" + request + ", priority=" + priority);
317 l.log("Dctc.requestNetwork, priority=" + priority);
324 RequestInfo requestInfo = new RequestInfo(request, priority, l);
374 //1. Check all requests and find subscription of the top priority
415 // otherwise detatch so we can try connecting to the high-priority phone
521 int priority = -1;
526 if (requestInfo.priority > priorit
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
H A DCdmaSmsCbTest.java79 * @param priority message priority
83 private static BitwiseOutputStream createBearerDataStream(int messageId, int priority, argument
94 if (priority != -1) {
97 bos.write(2, (priority & 0x03));
132 * @param priority message priority
142 private static SmsMessage createCmasSmsMessage(int serviceCategory, int messageId, int priority, argument
167 BitwiseOutputStream bos = createBearerDataStream(messageId, priority, language);
184 * @param priority messag
190 createBroadcastSmsMessage(int serviceCategory, int messageId, int priority, int language, int encoding, String body) argument
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp301 void RsdCpuReferenceImpl::setPriority(int32_t priority) { argument
303 setpriority(PRIO_PROCESS, mWorkers.mNativeThreadId[ct], priority);
/frameworks/rs/driver/
H A DrsdCore.cpp51 static void SetPriority(const Context *rsc, int32_t priority);
345 void SetPriority(const Context *rsc, int32_t priority) { argument
348 dc->mCpuRef->setPriority(priority);
352 rsdGLSetPriority(rsc, priority);
/frameworks/support/v4/api20/android/support/v4/app/
H A DNotificationCompatApi20.java41 boolean useChronometer, int priority, CharSequence subText, boolean localOnly,
68 .setPriority(priority)
36 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary, String sortKey) argument
/frameworks/support/v4/api21/android/support/v4/app/
H A DNotificationCompatApi21.java64 boolean useChronometer, int priority, CharSequence subText, boolean localOnly,
92 .setPriority(priority)
59 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, String category, ArrayList<String> people, Bundle extras, int color, int visibility, Notification publicVersion, String groupKey, boolean groupSummary, String sortKey) argument
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java75 boolean useChronometer, int priority, CharSequence subText, boolean localOnly,
100 .setPriority(priority)
70 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, Bundle extras, String groupKey, boolean groupSummary, String sortKey) argument
/frameworks/support/v4/kitkat/android/support/v4/app/
H A DNotificationCompatKitKat.java42 boolean useChronometer, int priority, CharSequence subText, boolean localOnly,
69 .setPriority(priority)
37 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary, String sortKey) argument
/frameworks/volley/src/test/java/com/android/volley/
H A DRequestTest.java50 public TestRequest(Priority priority) { argument
52 mPriority = priority;
/frameworks/volley/src/test/java/com/android/volley/mock/
H A DMockRequest.java86 public void setPriority(Priority priority) { argument
87 mPriority = priority;
/frameworks/wilhelm/src/itf/
H A DIObject.c642 static SLresult IObject_SetPriority(SLObjectItf self, SLint32 priority, SLboolean preemptable) argument
649 thiz->mPriority = priority;
671 SLint32 priority = thiz->mPriority; local
674 *pPriority = priority;

Completed in 368 milliseconds

1234