Home
last modified time | relevance | path

Searched refs:ACTION_CREATE_NOTE (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/shortcut/
DLaunchNoteTaskActivity.kt50 action = Intent.ACTION_CREATE_NOTE in createIntent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/
DNoteTaskControllerTest.kt28 import android.content.Intent.ACTION_CREATE_NOTE in <lambda>()
269 hasAction(ACTION_CREATE_NOTE) in <lambda>()
293 hasAction(ACTION_CREATE_NOTE) in <lambda>()
388 assertThat(intent.action).isEqualTo(Intent.ACTION_CREATE_NOTE) in <lambda>()
450 hasAction(ACTION_CREATE_NOTE) in <lambda>()
672 hasAction(ACTION_CREATE_NOTE) in <lambda>()
757 hasAction(ACTION_CREATE_NOTE) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
DNoteTaskController.kt407 Intent(Intent.ACTION_CREATE_NOTE).apply { in createNoteTaskIntent()
/frameworks/base/core/java/android/content/
DIntent.java5266 public static final String ACTION_CREATE_NOTE = "android.intent.action.CREATE_NOTE"; field in Intent
/frameworks/base/core/api/
Dcurrent.txt11165 field public static final String ACTION_CREATE_NOTE = "android.intent.action.CREATE_NOTE";