Searched refs:setLocked (Results 1 – 4 of 4) sorted by relevance
173 arm.setLocked(l); in lockArms()307 public void setLocked(boolean locked) { in setLocked() method in OctopusDrawable.Link356 link1.setLocked(true); in Arm()357 link2.setLocked(false); in Arm()358 link3.setLocked(false); in Arm()365 public void setLocked(boolean locked) { in setLocked() method in OctopusDrawable.Arm366 link2.setLocked(locked); in setLocked()367 link3.setLocked(locked); in setLocked()
194 .setLocked(true) in createFullyPopulatedChannel()
480 builder.setLocked(cursor.getInt(index) == IS_LOCKED); in fromCursor()993 public Builder setLocked(boolean value) { in setLocked() method in Channel.Builder
2668 setLocked(ELAPSED_REALTIME_WAKEUP, firstWakeup.start); in rescheduleKernelAlarmsLocked()2681 setLocked(ELAPSED_REALTIME, nextNonWakeup); in rescheduleKernelAlarmsLocked()2964 private void setLocked(int type, long when) { in setLocked() method in AlarmManagerService