HomeSort by relevance Sort by last modified time
    Searched refs:Shortcuts (Results 1 - 7 of 7) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/shortcuts/
Shortcuts.java 17 package com.android.dialer.shortcuts;
23 /** Checks if dynamic shortcuts should be enabled. */
24 public class Shortcuts {
26 /** Key for boolean config value which determines whether or not to enable dynamic shortcuts. */
33 private Shortcuts() {}
ShortcutsJobScheduler.java 17 package com.android.dialer.shortcuts;
28 * <p>A {@link ConfigProvider} value controls whether the jobs which creates shortcuts should be
38 if (Shortcuts.areDynamicShortcutsEnabled(context)) {
39 LogUtil.i("ShortcutsJobScheduler.scheduleAllJobs", "enabling shortcuts");
43 LogUtil.i("ShortcutsJobScheduler.scheduleAllJobs", "disabling shortcuts");
ShortcutRefresher.java 17 package com.android.dialer.shortcuts;
31 /** Refreshes launcher shortcuts from UI components using provided list of contacts. */
34 /** Asynchronously updates launcher shortcuts using the provided list of contacts. */
44 if (!Shortcuts.areDynamicShortcutsEnabled(context)) {
66 // Only dynamic shortcuts are maintained from UI components. Pinned shortcuts are maintained
CallContactActivity.java 17 package com.android.dialer.shortcuts;
47 if ("com.android.dialer.shortcuts.CALL_CONTACT".equals(getIntent().getAction())) {
48 if (Shortcuts.areDynamicShortcutsEnabled(this)) {
53 LogUtil.i("CallContactActivity.onCreate", "dynamic shortcuts disabled");
  /external/llvm/test/MC/Mips/
mips-alu-instructions.s 123 # Shortcuts for arithmetic instructions
mips64-alu-instructions.s 116 # Shortcuts for arithmetic instructions
  /compatibility/cdd/3_software/
3_8_user-interface-compatibility.md 20 pinning of shortcuts, they:
29 * [C-2-3] MUST support pinned shortcuts and dynamic and static
30 shortcuts as documented on the [App Shortcuts page](
31 https://developer.android.com/guide/topics/ui/shortcuts.html).
34 shortcuts, they:
41 access to the additional shortcuts provided by third-party apps through the
47 dynamic shortcuts, pinning shortcuts) and fully implement the APIs of the
93 pinning of shortcuts, they
    [all...]

Completed in 1309 milliseconds