1 package com.android.hotspot2.osu; 2 3 public enum OSUCommandID { 4 Exec, AddMO, UpdateNode, NoMOUpdate 5 } 6