Searched refs:ASSIST_KEY_STRUCTURE (Results 1 – 7 of 7) sorted by relevance
35 import static com.android.server.wm.ActivityTaskManagerInternal.ASSIST_KEY_STRUCTURE;129 data.getParcelable(ASSIST_KEY_STRUCTURE, AssistStructure.class),
32 import static com.android.server.wm.ActivityTaskManagerInternal.ASSIST_KEY_STRUCTURE;458 …final AssistStructure assistStructure = data.getParcelable(ASSIST_KEY_STRUCTURE, android.app.assis… in sendActivityAssistDataLocked()
30 import static com.android.server.wm.ActivityTaskManagerInternal.ASSIST_KEY_STRUCTURE;438 …final AssistStructure structure = data.getParcelable(ASSIST_KEY_STRUCTURE, android.app.assist.Assi… in onAssistDataReceivedLocked()
115 public static final String ASSIST_KEY_STRUCTURE = "structure"; field in ActivityTaskManagerInternal
119 import static com.android.server.wm.ActivityTaskManagerInternal.ASSIST_KEY_STRUCTURE;2785 sendBundle.putParcelable(ASSIST_KEY_STRUCTURE, pae.structure); in reportAssistContextExtras()
101 import static com.android.server.wm.ActivityTaskManagerInternal.ASSIST_KEY_STRUCTURE;802 …final AssistStructure structure = resultData.getParcelable(ASSIST_KEY_STRUCTURE, android.app.assis… in onHandleAssistData()984 final AssistStructure structure = resultData.getParcelable(ASSIST_KEY_STRUCTURE, in onHandleAssistData()
1642 Landroid/app/ActivityManagerInternal;->ASSIST_KEY_STRUCTURE:Ljava/lang/String;