Searched refs:DataActivityType (Results 1 – 3 of 3) sorted by relevance
31 import android.telephony.Annotation.DataActivityType;432 public void notifyDataActivityChanged(int subId, @DataActivityType int dataActivityType) { in notifyDataActivityChanged()
810 void onDataActivity(@Annotation.DataActivityType int direction); in onDataActivity()
26 public @interface DataActivityType { annotation in Annotation