Home
last modified time | relevance | path

Searched defs:priority (Results 1 – 25 of 118) sorted by relevance

12345

/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/
DDvrScheduleManagerTest.java55 long priority = 0; in testGetConflictingSchedules_noConflict() local
87 long priority = 0; in testGetConflictingSchedules_noTuner() local
105 long priority = 0; in testGetConflictingSchedules_conflict() local
209 long priority = 0; in testGetConflictingSchedules_conflict2() local
240 long priority = 0; in testGetConflictingSchedules_reverseOrder() local
343 long priority = 0; in testGetConflictingSchedules_period1() local
369 long priority = 0; in testGetConflictingSchedules_period2() local
395 long priority = 0; in testGetConflictingSchedules_period3() local
440 long priority = 0; in testGetConflictingSchedules_addSchedules1() local
477 long priority = 0; in testGetConflictingSchedules_addSchedules2() local
[all …]
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DThirdPartyAppCategory.java40 int priority) { in ThirdPartyAppCategory()
44 priority); in ThirdPartyAppCategory() local
51 public static List<ThirdPartyAppCategory> getAll(Context context, int priority, in getAll()
DWallpaperCategory.java47 int priority) { in WallpaperCategory()
52 List<WallpaperInfo> wallpapers, int priority) { in WallpaperCategory()
60 List<WallpaperInfo> wallpapers, int priority) { in WallpaperCategory()
170 public Builder setPriorityIfEmpty(int priority) { in setPriorityIfEmpty()
DImageCategory.java43 public ImageCategory(String title, String collectionId, int priority) { in ImageCategory()
48 public ImageCategory(String title, String collectionId, int priority, int overlayIconResId) { in ImageCategory()
DPlaceholderCategory.java34 public PlaceholderCategory(String title, String collectionId, int priority) { in PlaceholderCategory()
DDesktopCustomCategory.java32 List<WallpaperInfo> wallpaperInfos, int priority) { in DesktopCustomCategory()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DLooperExecutor.java115 public void setThreadPriority(int priority) { in setThreadPriority()
116 Process.setThreadPriority(((HandlerThread) getThread()).getThreadId(), priority); in setThreadPriority() local
DExecutors.java66 public static Looper createAndStartNewLooper(String name, int priority) { in createAndStartNewLooper()
88 public SimpleThreadFactory(String namePrefix, int priority) { in SimpleThreadFactory()
/packages/services/Telecomm/src/com/android/server/telecom/
DSystemStateHelper.java52 void onCarModeChanged(int priority, String packageName, boolean isCarMode); in onCarModeChanged()
256 private void onEnterCarMode(int priority, String packageName) { in onEnterCarMode()
264 private void onExitCarMode(int priority, String packageName) { in onExitCarMode()
DCarModeTracker.java52 public CarModeApp(int priority, @NonNull String packageName) { in CarModeApp()
56 … private CarModeApp(boolean automotiveProjection, int priority, @NonNull String packageName) { in CarModeApp()
/packages/apps/TV/tests/common/src/com/android/tv/testing/dvr/
DRecordingTestUtils.java42 long channelId, long priority, long startTime, long endTime) { in createTestRecordingWithPriorityAndPeriod()
50 long id, long channelId, long priority, long startTime, long endTime) { in createTestRecordingWithIdAndPriorityAndPeriod()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DPriorityThreadFactory.java36 public PriorityThreadFactory(int priority) { in PriorityThreadFactory()
/packages/services/BuiltInPrintService/src/com/android/bips/util/
DPriorityLock.java33 public synchronized void lock(int priority) throws InterruptedException { in lock()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPhotoPriorityResolver.java91 Integer priority = mPhotoPriorities.get(accountType); in getPhotoPriority() local
143 int priority = DEFAULT_PRIORITY; in loadPhotoPriorityFromXml() local
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertReceiver.java88 int notificationId, boolean doPopup, int priority) { in makeBasicNotification()
97 long eventId, int notificationId, boolean doPopup, int priority, in buildBasicNotification()
/packages/services/Car/service/src/com/android/car/evs/
DCarEvsService.java238 public @CarEvsError int execute(int priority, int destination) { in execute()
242 public @CarEvsError int execute(int priority, int destination, int service) { in execute()
246 public @CarEvsError int execute(int priority, int destination, in execute()
251 public @CarEvsError int execute(int priority, int destination, int service, IBinder token, in execute()
341 private @CarEvsError int handleTransitionToInactiveLocked(int priority, int service, in handleTransitionToInactiveLocked()
397 private @CarEvsError int handleTransitionToRequestedLocked(int priority, int service) { in handleTransitionToRequestedLocked()
470 private @CarEvsError int handleTransitionToActiveLocked(int priority, int service, in handleTransitionToActiveLocked()
903 final int priority = token != null ? REQUEST_PRIORITY_HIGH : REQUEST_PRIORITY_LOW; in startVideoStream() local
/packages/services/Car/service/src/com/android/car/telemetry/databroker/
DDataBroker.java56 void setTaskExecutionPriority(int priority); in setTaskExecutionPriority()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
DPriorityThreadFactory.java33 public PriorityThreadFactory(String name, int priority) { in PriorityThreadFactory()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DUtilsGetProfilePriorityNameTest.java36 public UtilsGetProfilePriorityNameTest(int priority, String name) { in UtilsGetProfilePriorityNameTest()
/packages/modules/Connectivity/framework/src/android/net/
DNetworkConfig.java45 public int priority; field in NetworkConfig
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
DPriorityThreadFactoryTest.java40 private void priorityTest(int priority) throws InterruptedException { in priorityTest()
/packages/services/Car/service/src/com/android/car/
DCarBluetoothUserService.java372 int priority; in getProfilePriority() local
417 public void setProfilePriority(int profile, BluetoothDevice device, int priority) { in setProfilePriority()
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestWallpaperCategory.java35 int priority) { in TestWallpaperCategory()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeLocalRequestScheduler.java151 LocalRequest(int type, int priority) { in LocalRequest()
224 private IkeLocalRequest(int type, long remoteIkeSpi, int priority) { in IkeLocalRequest()
255 int priority) { in ChildLocalRequest()
/packages/services/Car/car-lib/src/android/car/
DICarBluetoothUserService.aidl29 void setProfilePriority(in int profile, in BluetoothDevice device, in int priority); in setProfilePriority()

12345