Searched defs:reasons (Results 1 – 10 of 10) sorted by relevance
97 int[] reasons = new int[] { in testCreateDexoptOptionsReason() local
64 void copyFrom(DataConnectionReasons reasons) { in copyFrom()
1319 DataConnectionReasons reasons = new DataConnectionReasons(); in isDataAllowed() local
258 final ArrayMap<WindowContainer, Integer> reasons = new ArrayMap<>(); in notifyTransitionStarting() local
509 final ArrayMap<WindowContainer, Integer> reasons = new ArrayMap<>(1); in startAnimation() local
5339 void addWindowLayoutReasons(@LayoutReason int reasons) { in addWindowLayoutReasons()
1390 SparseArray<DisableReasonInfo> reasons = new SparseArray<>(); in buildDisableReasonInfos() local
490 SortedVector<String8> reasons; member
1021 std::set<std::string> reasons; member
3398 public boolean isDataAllowed(@ApnType int apnType, DataConnectionReasons reasons) { in isDataAllowed()