Home
last modified time | relevance | path

Searched refs:hr (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DScheduleCalendar.java64 private long getNextTime(long now, int hr, int min) { in getNextTime() argument
65 final long time = getTime(now, hr, min); in getNextTime()
/frameworks/base/services/core/java/com/android/server/am/
DActivityStackSupervisor.java967 ActivityRecord hr = stack.topRunningActivityLocked(); in attachApplicationLocked() local
968 if (hr != null) { in attachApplicationLocked()
969 if (hr.app == null && app.uid == hr.info.applicationInfo.uid in attachApplicationLocked()
970 && processName.equals(hr.processName)) { in attachApplicationLocked()
972 if (realStartActivityLocked(hr, app, true, true)) { in attachApplicationLocked()
977 + hr.intent.getComponent().flattenToShortString(), e); in attachApplicationLocked()
/frameworks/native/opengl/libagl/
Degl.cpp1686 int hr = surface->getVerticalResolution(); in eglQuerySurface() local
1687 *value = (wr * EGL_DISPLAY_SCALING) / hr; in eglQuerySurface()