Searched refs:updateTimePrefs (Results 1 – 4 of 4) sorted by relevance
154 void updateTimePrefs(boolean is24Hour) throws RemoteException; in updateTimePrefs() method
672 updateTimePrefs(is24Hour == (byte) 1); in onTransact()1436 public void updateTimePrefs(boolean is24Hour) throws RemoteException { in updateTimePrefs() method in ApplicationThreadProxy
1269 public final void updateTimePrefs(boolean is24Hour) { in updateTimePrefs() method in ActivityThread.ApplicationThread
2006 r.thread.updateTimePrefs(msg.arg1 == 0 ? false : true); in handleMessage()