Home | History | Annotate | Download | only in app

Lines Matching refs:configChanges

76             int configChanges = data.readInt();
77 schedulePauseActivity(b, finished, userLeaving, configChanges);
86 int configChanges = data.readInt();
87 scheduleStopActivity(b, show, configChanges);
141 int configChanges = data.readInt();
147 scheduleRelaunchActivity(b, ri, pi, configChanges, notResumed, config);
165 int configChanges = data.readInt();
166 scheduleDestroyActivity(b, finishing, configChanges);
429 boolean userLeaving, int configChanges) throws RemoteException {
435 data.writeInt(configChanges);
442 int configChanges) throws RemoteException {
447 configChanges);
508 int configChanges, boolean notResumed, Configuration config)
515 data.writeInt(configChanges);
540 int configChanges) throws RemoteException {
545 data.writeInt(configChanges);