Searched refs:MtpObjectState (Results 1 – 2 of 2) sorted by relevance
113 private enum MtpObjectState { enum in MtpStorageManager142 private MtpObjectState mState;160 mState = MtpObjectState.NORMAL; in MtpObject()253 private MtpObjectState getState() { in getState()257 private void setState(MtpObjectState state) { in setState()259 if (mState == MtpObjectState.NORMAL) in setState()670 MtpObjectState state = obj.getState(); in handleAddedObject()672 if (obj.isDir() != isDir && state != MtpObjectState.FROZEN_REMOVED) in handleAddedObject()678 obj.setState(MtpObjectState.FROZEN_ADDED); in handleAddedObject()681 obj.setState(MtpObjectState.NORMAL); in handleAddedObject()[all …]
42497 Landroid/mtp/MtpStorageManager$MtpObject;->getState()Landroid/mtp/MtpStorageManager$MtpObjectState;42509 Landroid/mtp/MtpStorageManager$MtpObject;->mState:Landroid/mtp/MtpStorageManager$MtpObjectState;42517 Landroid/mtp/MtpStorageManager$MtpObject;->setState(Landroid/mtp/MtpStorageManager$MtpObjectState;)V42520 Landroid/mtp/MtpStorageManager$MtpObjectState;->FROZEN:Landroid/mtp/MtpStorageManager$MtpObjectStat…42521 Landroid/mtp/MtpStorageManager$MtpObjectState;->FROZEN_ADDED:Landroid/mtp/MtpStorageManager$MtpObje…42522 Landroid/mtp/MtpStorageManager$MtpObjectState;->FROZEN_ONESHOT_ADD:Landroid/mtp/MtpStorageManager$M…42523 Landroid/mtp/MtpStorageManager$MtpObjectState;->FROZEN_ONESHOT_DEL:Landroid/mtp/MtpStorageManager$M…42524 Landroid/mtp/MtpStorageManager$MtpObjectState;->FROZEN_REMOVED:Landroid/mtp/MtpStorageManager$MtpOb…42525 Landroid/mtp/MtpStorageManager$MtpObjectState;->NORMAL:Landroid/mtp/MtpStorageManager$MtpObjectStat…42526 Landroid/mtp/MtpStorageManager$MtpObjectState;->valueOf(Ljava/lang/String;)Landroid/mtp/MtpStorageM…[all …]