Searched refs:KEY_LAUNCH_TASK_DISPLAY_AREA_FEATURE_ID (Results 1 – 2 of 2) sorted by relevance
86 private static final String KEY_LAUNCH_TASK_DISPLAY_AREA_FEATURE_ID = field in DisplayAreaPolicyBuilderTest886 options.getInt(KEY_LAUNCH_TASK_DISPLAY_AREA_FEATURE_ID); in testBuilder_getTaskDisplayArea_setSelectTaskDisplayAreaFunc()905 options.putInt(KEY_LAUNCH_TASK_DISPLAY_AREA_FEATURE_ID, -1); in testBuilder_getTaskDisplayArea_setSelectTaskDisplayAreaFunc()909 options.putInt(KEY_LAUNCH_TASK_DISPLAY_AREA_FEATURE_ID, mDefaultTaskDisplayArea.mFeatureId); in testBuilder_getTaskDisplayArea_setSelectTaskDisplayAreaFunc()913 options.putInt(KEY_LAUNCH_TASK_DISPLAY_AREA_FEATURE_ID, mTda1.mFeatureId); in testBuilder_getTaskDisplayArea_setSelectTaskDisplayAreaFunc()917 options.putInt(KEY_LAUNCH_TASK_DISPLAY_AREA_FEATURE_ID, mTda2.mFeatureId); in testBuilder_getTaskDisplayArea_setSelectTaskDisplayAreaFunc()
281 private static final String KEY_LAUNCH_TASK_DISPLAY_AREA_FEATURE_ID = field in ActivityOptions1347 mLaunchTaskDisplayAreaFeatureId = opts.getInt(KEY_LAUNCH_TASK_DISPLAY_AREA_FEATURE_ID, in ActivityOptions()2385 b.putInt(KEY_LAUNCH_TASK_DISPLAY_AREA_FEATURE_ID, mLaunchTaskDisplayAreaFeatureId); in toBundle()