Searched refs:ASSIST_KEY_STRUCTURE (Results 1 – 6 of 6) sorted by relevance
29 import static com.android.server.wm.ActivityTaskManagerInternal.ASSIST_KEY_STRUCTURE;264 final AssistStructure structure = data.getParcelable(ASSIST_KEY_STRUCTURE); in onAssistDataReceivedLocked()
32 import static com.android.server.wm.ActivityTaskManagerInternal.ASSIST_KEY_STRUCTURE;420 final AssistStructure assistStructure = data.getParcelable(ASSIST_KEY_STRUCTURE); in sendActivityAssistDataLocked()
110 public static final String ASSIST_KEY_STRUCTURE = "structure"; field in ActivityTaskManagerInternal
113 import static com.android.server.wm.ActivityTaskManagerInternal.ASSIST_KEY_STRUCTURE;3065 sendBundle.putParcelable(ASSIST_KEY_STRUCTURE, pae.structure); in reportAssistContextExtras()
36 import static com.android.server.wm.ActivityTaskManagerInternal.ASSIST_KEY_STRUCTURE;305 final AssistStructure structure = resultData.getParcelable(ASSIST_KEY_STRUCTURE);
1830 Landroid/app/ActivityManagerInternal;->ASSIST_KEY_STRUCTURE:Ljava/lang/String;