Searched refs:priority (Results 26 - 37 of 37) sorted by relevance

12

/packages/apps/Settings/src/com/android/settings/notification/
H A DNotificationAppList.java311 if (!row.priority && !row.sensitive) {
316 if (row.priority != row.sensitive) {
317 return row.priority ? priString : senString;
358 public boolean priority; field in class:NotificationAppList.AppRow
385 row.priority = backend.getHighPriority(row.pkg, row.uid);
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachine.java635 int priority = mService.getPriority(device);
643 // check priority and accept or reject the connection. if priority is undefined
646 else if((BluetoothProfile.PRIORITY_OFF < priority) ||
647 ((BluetoothProfile.PRIORITY_UNDEFINED == priority) &&
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerReceiver.java329 int priority, PendingIntent pendingIntent, int notificationId, boolean showTicker) {
336 .setPriority(priority)
328 showCollapsedNotification(final Context context, String title, String text, int priority, PendingIntent pendingIntent, int notificationId, boolean showTicker) argument
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java1835 * Indicates whether the given photo entry and priority gives this photo a higher overall
1836 * priority than the current best photo entry and priority.
1838 private boolean hasHigherPhotoPriority(PhotoEntry photoEntry, int priority, argument
1841 return photoComparison < 0 || photoComparison == 0 && priority > bestPriority;
1943 // account manager in the priority resolver.
1946 int priority = mPhotoPriorityResolver.getPhotoPriority(accountType);
1948 photoEntry, priority, bestPhotoEntry, photoPriority)) {
1950 photoPriority = priority;
2104 // the account manager in the priority resolve
[all...]
/packages/apps/Calculator/
H A Darity-2.1.2.jar ... static final int RIGHT static final int SUFIX final int priority final int assoc final int id final byte vmop double ...
/packages/apps/Email/src/com/android/email/service/
H A DAttachmentService.java85 // High priority is for user requests
88 // Normal priority is for forwarded downloads in outgoing mail
90 // Low priority will be used for opportunistic downloads
186 * @param attPriority The priority of this attachment
246 * while being able to pull off request with the highest priority but we also need
259 * Comparator class for the download set; we first compare by priority. Requests with equal
260 * priority are compared by the time the request was created (older requests come first)
284 // This class should be kept in lock step with the priority queue.
750 final long priority = getAttachmentPriority(att);
751 if (priority
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContent.java429 String priority = "no";
433 priority = "yes";
441 priority = "yes";
443 if (V) Log.d(TAG, "setPriority: " + priority);
444 e.setPriority(priority);
1224 /*only MMS have priority info */
1405 if(ap.getFilterPriority() != 1){ /*SMS cannot have high priority*/
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java1363 Log.i(TAG, "Incoming AG rejected. priority=" + mService.getPriority(device)
2346 int priority = mService.getPriority(device);
2348 // check priority and accept or reject the connection. if priority is
2353 if ((BluetoothProfile.PRIORITY_OFF < priority) ||
2354 ((BluetoothProfile.PRIORITY_UNDEFINED == priority) &&
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java398 Log.i(TAG,"Incoming Hf rejected. priority=" + mService.getPriority(device)+
428 Log.i(TAG,"Incoming Hf rejected. priority=" + mService.getPriority(device) +
648 Log.i(TAG,"Incoming Hf rejected. priority=" +
1042 Log.i(TAG,"Incoming Hf rejected. priority=" +
1468 Log.i(TAG,"Incoming Hf rejected. priority="
1881 Log.i(TAG,"Incoming Hf rejected. priority=" +
3170 int priority = mService.getPriority(device);
3178 // check priority and accept or reject the connection. if priority is undefined
3181 else if((BluetoothProfile.PRIORITY_OFF < priority) ||
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationItemView.java680 mHeader.conversation.priority == UIProvider.ConversationPriority.IMPORTANT;
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java3757 private MediaThumbRequest requestMediaThumbnail(String path, Uri uri, int priority, long magic) { argument
3762 getContext().getContentResolver(), path, uri, priority, magic);
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 616 milliseconds

12