Searched refs:ASSIST_KEY_STRUCTURE (Results 1 – 6 of 6) sorted by relevance
29 import static com.android.server.wm.ActivityTaskManagerInternal.ASSIST_KEY_STRUCTURE;314 final AssistStructure structure = data.getParcelable(ASSIST_KEY_STRUCTURE); in onAssistDataReceivedLocked()
32 import static com.android.server.wm.ActivityTaskManagerInternal.ASSIST_KEY_STRUCTURE;446 final AssistStructure assistStructure = data.getParcelable(ASSIST_KEY_STRUCTURE); in sendActivityAssistDataLocked()
108 public static final String ASSIST_KEY_STRUCTURE = "structure"; field in ActivityTaskManagerInternal
102 import static com.android.server.wm.ActivityTaskManagerInternal.ASSIST_KEY_STRUCTURE;2572 sendBundle.putParcelable(ASSIST_KEY_STRUCTURE, pae.structure); in reportAssistContextExtras()
40 import static com.android.server.wm.ActivityTaskManagerInternal.ASSIST_KEY_STRUCTURE;494 final AssistStructure structure = resultData.getParcelable(ASSIST_KEY_STRUCTURE);
1642 Landroid/app/ActivityManagerInternal;->ASSIST_KEY_STRUCTURE:Ljava/lang/String;