Searched defs:reasons (Results 1 – 11 of 11) sorted by relevance
97 int[] reasons = new int[] { in testCreateDexoptOptionsReason() local
66 void copyFrom(DataConnectionReasons reasons) { in copyFrom()
1327 DataConnectionReasons reasons = new DataConnectionReasons(); in isDataAllowed() local
337 final ArrayMap<WindowContainer, Integer> reasons = new ArrayMap<>(); in notifyTransitionStarting() local
127 int32_t reasons = 0; member
777 static void updateJankPayload(T& t, int32_t reasons) { in updateJankPayload()
601 final ArrayMap<WindowContainer, Integer> reasons = new ArrayMap<>(1); in startAnimation() local
4251 void addWindowLayoutReasons(@LayoutReason int reasons) { in addWindowLayoutReasons()
490 SortedVector<String8> reasons; member
1026 std::set<std::string> reasons; member
3731 public boolean isDataAllowed(@ApnType int apnType, DataConnectionReasons reasons) { in isDataAllowed()