Searched refs:permanent (Results 1 – 6 of 6) sorted by relevance
41 static AgentException permanent() { in permanent() method in AgentException45 static AgentException permanent(Exception cause) { in permanent() method in AgentException
489 throw AgentException.permanent(e); in getPackageForBackup()494 throw AgentException.permanent(); in getPackageForBackup()498 throw AgentException.permanent(); in getPackageForBackup()502 throw AgentException.permanent(); in getPackageForBackup()892 throw AgentException.permanent(); in handleTransportStatus()897 throw AgentException.permanent(); in handleTransportStatus()939 throw AgentException.permanent(); in checkBackupData()
326 public void locationChanged(String newLocation, boolean permanent) { in locationChanged() argument329 newLocation + " permanent " + permanent); in locationChanged()350 if (((expectPermanent == 0) && !permanent) || in locationChanged()351 ((expectPermanent == 1) && permanent)){ in locationChanged()355 expectPermanent+" got"+permanent); in locationChanged()667 public void expectLocationChanged(String newLocation, boolean permanent) { in expectLocationChanged() argument670 expectPermanent = permanent ? 1 : 0; in expectLocationChanged()
51 AgentException exception = AgentException.permanent(); in testPermanent_isNotTransitory()60 AgentException exception = AgentException.permanent(cause); in testPermanent_withCause()
65 // Total number of permanent lockouts.
66 // Total number of permanent lockouts.