Searched refs:MtpObjectState (Results 1 – 2 of 2) sorted by relevance
118 private enum MtpObjectState { enum in MtpStorageManager147 private MtpObjectState mState;165 mState = MtpObjectState.NORMAL; in MtpObject()289 private MtpObjectState getState() { in getState()295 if (mState == MtpObjectState.NORMAL) in setState()775 MtpObjectState state = obj.getState(); in handleRemovedObject()944 obj.setState(MtpObjectState.FROZEN); in beginSendObject()1238 fromObj.setState(MtpObjectState.FROZEN); in generalBeginRenameObject()1239 toObj.setState(MtpObjectState.FROZEN); in generalBeginRenameObject()1252 obj.setState(MtpObjectState.FROZEN); in generalBeginRemoveObject()[all …]
32362 Landroid/mtp/MtpStorageManager$MtpObject;->getState()Landroid/mtp/MtpStorageManager$MtpObjectState;32374 Landroid/mtp/MtpStorageManager$MtpObject;->mState:Landroid/mtp/MtpStorageManager$MtpObjectState;32382 Landroid/mtp/MtpStorageManager$MtpObject;->setState(Landroid/mtp/MtpStorageManager$MtpObjectState;)V32385 Landroid/mtp/MtpStorageManager$MtpObjectState;->FROZEN:Landroid/mtp/MtpStorageManager$MtpObjectStat…32386 Landroid/mtp/MtpStorageManager$MtpObjectState;->FROZEN_ADDED:Landroid/mtp/MtpStorageManager$MtpObje…32387 Landroid/mtp/MtpStorageManager$MtpObjectState;->FROZEN_ONESHOT_ADD:Landroid/mtp/MtpStorageManager$M…32388 Landroid/mtp/MtpStorageManager$MtpObjectState;->FROZEN_ONESHOT_DEL:Landroid/mtp/MtpStorageManager$M…32389 Landroid/mtp/MtpStorageManager$MtpObjectState;->FROZEN_REMOVED:Landroid/mtp/MtpStorageManager$MtpOb…32390 Landroid/mtp/MtpStorageManager$MtpObjectState;->NORMAL:Landroid/mtp/MtpStorageManager$MtpObjectStat…32391 Landroid/mtp/MtpStorageManager$MtpObjectState;->valueOf(Ljava/lang/String;)Landroid/mtp/MtpStorageM…[all …]